askvity

What color code is blood?

Published in Color Codes 1 min read

The hexadecimal color code commonly associated with blood red is #780606.

This hexadecimal value represents a specific shade of red and is useful for digital applications like web design, graphic design, and digital art where a particular blood-like color is desired. Let's break down what this code means:

  • Hexadecimal Code: The "#" symbol indicates that the following six characters represent a hexadecimal color code.
  • RGB Representation: The #780606 code corresponds to a Red-Green-Blue (RGB) color model.
    • R: 120: The red component has a value of 120 (out of 255).
    • G: 6: The green component has a value of 6 (out of 255).
    • B: 6: The blue component has a value of 6 (out of 255).
  • CMYK Representation: This code can also be represented in CMYK (Cyan, Magenta, Yellow, Key/Black):
    • C: 0%
    • M: 95%
    • Y: 95%
    • K: 53%

It's important to note that the actual color of blood can vary depending on factors like oxygenation. Oxygenated blood is a brighter red, while deoxygenated blood is a darker, slightly bluish red. However, #780606 is a widely recognized and used digital representation of "blood red."

Related Articles