Shades of Cinnabar #E54C44
Tints of Cinnabar #E54C44
RGB
CMYK
RGB Variations
Color information
#E54C44 (or 0xE54C44) is known color: Cinnabar. HEX triplet: E5, 4C and 44. RGB value is (229,76,68). Sum of RGB (Red+Green+Blue) = 229+76+68=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C44 is #1AB3BB. Grayscale: #797979. Windows color (decimal): -1749948 or 4476133. OLE color: 4476133.
HSL color Cylindrical-coordinate representation of color #E54C44: hue angle of 2.98º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54C44 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 68 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.10 |
| HSL | 2.98º | 0.76% | 0.58% | - |
| HSV(B) | 2.98º | 0.7% | 0.9% | - |
| XYZ | 35.94 | 22.24 | 7.87 | - |
| YUV | 120.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 68 | 0 | 0.67 | 0.70 | 0.10 | 2.98 | 0.76 | 0.58 |
| Hex | E5 | 4C | 44 | 0 | 43 | 46 | A | 3 | 4C | 3A |
| Octal | 345 | 114 | 104 | 0 | 103 | 106 | 12 | 3 | 114 | 72 |
| Binary | 11100101 | 1001100 | 1000100 | 0 | 1000011 | 1000110 | 1010 | 11 | 1001100 | 111010 |
Color Harmonies of #E54C44
Complementary color
Monochromatic Colors of #E54C44
Black with #E54C44
Text Example
Text Example
White with #E54C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C44; }
p { color: rgb(229,76,68); }
H1.HeaderClassName
{
color: #E54C44;
}
.AnyTagClassName
{
color: #E54C44;
}
</style>
background-color css
<style>
a { background-color: #E54C44; }
a { background-color: rgb(229,76,68); }
div.DivClassName
{
background-color: #E54C44;
}
.BgClassName
{
background-color: #E54C44;
}
</style>
border-color css
<style>
span { border-color: #E54C44; }
span { border-color: rgb(229,76,68); }
td.TdClassName
{
border-color: #E54C44;
}
.TagClassName
{
border-color: #E54C44;
}
</style>