Shades of Cinnabar #E54F32
Tints of Cinnabar #E54F32
RGB
CMYK
RGB Variations
Color information
#E54F32 (or 0xE54F32) is known color: Cinnabar. HEX triplet: E5, 4F and 32. RGB value is (229,79,50). Sum of RGB (Red+Green+Blue) = 229+79+50=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F32 is #1AB0CD. Grayscale: #787878. Windows color (decimal): -1749198 or 3297253. OLE color: 3297253.
HSL color Cylindrical-coordinate representation of color #E54F32: hue angle of 9.72º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E54F32 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 50 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.10 |
| HSL | 9.72º | 0.77% | 0.55% | - |
| HSV(B) | 9.72º | 0.78% | 0.9% | - |
| XYZ | 35.68 | 22.48 | 5.48 | - |
| YUV | 120.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 50 | 0 | 0.66 | 0.78 | 0.10 | 9.72 | 0.77 | 0.55 |
| Hex | E5 | 4F | 32 | 0 | 42 | 4E | A | A | 4D | 37 |
| Octal | 345 | 117 | 62 | 0 | 102 | 116 | 12 | 12 | 115 | 67 |
| Binary | 11100101 | 1001111 | 110010 | 0 | 1000010 | 1001110 | 1010 | 1010 | 1001101 | 110111 |
Color Harmonies of #E54F32
Complementary color
Monochromatic Colors of #E54F32
Black with #E54F32
Text Example
Text Example
White with #E54F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F32; }
p { color: rgb(229,79,50); }
H1.HeaderClassName
{
color: #E54F32;
}
.AnyTagClassName
{
color: #E54F32;
}
</style>
background-color css
<style>
a { background-color: #E54F32; }
a { background-color: rgb(229,79,50); }
div.DivClassName
{
background-color: #E54F32;
}
.BgClassName
{
background-color: #E54F32;
}
</style>
border-color css
<style>
span { border-color: #E54F32; }
span { border-color: rgb(229,79,50); }
td.TdClassName
{
border-color: #E54F32;
}
.TagClassName
{
border-color: #E54F32;
}
</style>