Shades of Cinnabar #EE3918
Tints of Cinnabar #EE3918
RGB
CMYK
RGB Variations
Color information
#EE3918 (or 0xEE3918) is known color: Cinnabar. HEX triplet: EE, 39 and 18. RGB value is (238,57,24). Sum of RGB (Red+Green+Blue) = 238+57+24=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3918 is #11C6E7. Grayscale: #6B6B6B. Windows color (decimal): -1165032 or 1587694. OLE color: 1587694.
HSL color Cylindrical-coordinate representation of color #EE3918: hue angle of 9.25º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE3918 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 24 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.07 |
| HSL | 9.25º | 0.86% | 0.51% | - |
| HSV(B) | 9.25º | 0.9% | 0.93% | - |
| XYZ | 36.89 | 21.17 | 3.01 | - |
| YUV | 107.36 | 80.97 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 24 | 0 | 0.76 | 0.90 | 0.07 | 9.25 | 0.86 | 0.51 |
| Hex | EE | 39 | 18 | 0 | 4C | 5A | 7 | 9 | 56 | 33 |
| Octal | 356 | 71 | 30 | 0 | 114 | 132 | 7 | 11 | 126 | 63 |
| Binary | 11101110 | 111001 | 11000 | 0 | 1001100 | 1011010 | 111 | 1001 | 1010110 | 110011 |
Color Harmonies of #EE3918
Complementary color
Monochromatic Colors of #EE3918
Black with #EE3918
Text Example
Text Example
White with #EE3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3918; }
p { color: rgb(238,57,24); }
H1.HeaderClassName
{
color: #EE3918;
}
.AnyTagClassName
{
color: #EE3918;
}
</style>
background-color css
<style>
a { background-color: #EE3918; }
a { background-color: rgb(238,57,24); }
div.DivClassName
{
background-color: #EE3918;
}
.BgClassName
{
background-color: #EE3918;
}
</style>
border-color css
<style>
span { border-color: #EE3918; }
span { border-color: rgb(238,57,24); }
td.TdClassName
{
border-color: #EE3918;
}
.TagClassName
{
border-color: #EE3918;
}
</style>