Shades of Cinnabar #E54F2C
Tints of Cinnabar #E54F2C
RGB
CMYK
RGB Variations
Color information
#E54F2C (or 0xE54F2C) is known color: Cinnabar. HEX triplet: E5, 4F and 2C. RGB value is (229,79,44). Sum of RGB (Red+Green+Blue) = 229+79+44=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F2C is #1AB0D3. Grayscale: #787878. Windows color (decimal): -1749204 or 2904037. OLE color: 2904037.
HSL color Cylindrical-coordinate representation of color #E54F2C: hue angle of 11.35º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E54F2C is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 44 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.10 |
| HSL | 11.35º | 0.78% | 0.54% | - |
| HSV(B) | 11.35º | 0.81% | 0.9% | - |
| XYZ | 35.56 | 22.43 | 4.84 | - |
| YUV | 119.86 | 85.2 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 44 | 0 | 0.66 | 0.81 | 0.10 | 11.35 | 0.78 | 0.54 |
| Hex | E5 | 4F | 2C | 0 | 42 | 51 | A | B | 4E | 36 |
| Octal | 345 | 117 | 54 | 0 | 102 | 121 | 12 | 13 | 116 | 66 |
| Binary | 11100101 | 1001111 | 101100 | 0 | 1000010 | 1010001 | 1010 | 1011 | 1001110 | 110110 |
Color Harmonies of #E54F2C
Complementary color
Monochromatic Colors of #E54F2C
Black with #E54F2C
Text Example
Text Example
White with #E54F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F2C; }
p { color: rgb(229,79,44); }
H1.HeaderClassName
{
color: #E54F2C;
}
.AnyTagClassName
{
color: #E54F2C;
}
</style>
background-color css
<style>
a { background-color: #E54F2C; }
a { background-color: rgb(229,79,44); }
div.DivClassName
{
background-color: #E54F2C;
}
.BgClassName
{
background-color: #E54F2C;
}
</style>
border-color css
<style>
span { border-color: #E54F2C; }
span { border-color: rgb(229,79,44); }
td.TdClassName
{
border-color: #E54F2C;
}
.TagClassName
{
border-color: #E54F2C;
}
</style>