Shades of Cinnabar #E53F18
Tints of Cinnabar #E53F18
RGB
CMYK
RGB Variations
Color information
#E53F18 (or 0xE53F18) is known color: Cinnabar. HEX triplet: E5, 3F and 18. RGB value is (229,63,24). Sum of RGB (Red+Green+Blue) = 229+63+24=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53F18 is #1AC0E7. Grayscale: #6C6C6C. Windows color (decimal): -1753320 or 1589221. OLE color: 1589221.
HSL color Cylindrical-coordinate representation of color #E53F18: hue angle of 11.41º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E53F18 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 63 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.10 |
| HSL | 11.41º | 0.81% | 0.5% | - |
| HSV(B) | 11.41º | 0.9% | 0.9% | - |
| XYZ | 34.26 | 20.28 | 2.97 | - |
| YUV | 108.19 | 80.5 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 24 | 0 | 0.72 | 0.90 | 0.10 | 11.41 | 0.81 | 0.5 |
| Hex | E5 | 3F | 18 | 0 | 48 | 5A | A | B | 51 | 32 |
| Octal | 345 | 77 | 30 | 0 | 110 | 132 | 12 | 13 | 121 | 62 |
| Binary | 11100101 | 111111 | 11000 | 0 | 1001000 | 1011010 | 1010 | 1011 | 1010001 | 110010 |
Color Harmonies of #E53F18
Complementary color
Monochromatic Colors of #E53F18
Black with #E53F18
Text Example
Text Example
White with #E53F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53F18; }
p { color: rgb(229,63,24); }
H1.HeaderClassName
{
color: #E53F18;
}
.AnyTagClassName
{
color: #E53F18;
}
</style>
background-color css
<style>
a { background-color: #E53F18; }
a { background-color: rgb(229,63,24); }
div.DivClassName
{
background-color: #E53F18;
}
.BgClassName
{
background-color: #E53F18;
}
</style>
border-color css
<style>
span { border-color: #E53F18; }
span { border-color: rgb(229,63,24); }
td.TdClassName
{
border-color: #E53F18;
}
.TagClassName
{
border-color: #E53F18;
}
</style>