Shades of Cinnabar #EE4019
Tints of Cinnabar #EE4019
RGB
CMYK
RGB Variations
Color information
#EE4019 (or 0xEE4019) is known color: Cinnabar. HEX triplet: EE, 40 and 19. RGB value is (238,64,25). Sum of RGB (Red+Green+Blue) = 238+64+25=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4019 is #11BFE6. Grayscale: #6F6F6F. Windows color (decimal): -1163239 or 1655022. OLE color: 1655022.
HSL color Cylindrical-coordinate representation of color #EE4019: hue angle of 10.99º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE4019 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 25 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.07 |
| HSL | 10.99º | 0.86% | 0.52% | - |
| HSV(B) | 10.99º | 0.89% | 0.93% | - |
| XYZ | 37.27 | 21.91 | 3.19 | - |
| YUV | 111.58 | 79.15 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 25 | 0 | 0.73 | 0.89 | 0.07 | 10.99 | 0.86 | 0.52 |
| Hex | EE | 40 | 19 | 0 | 49 | 59 | 7 | B | 56 | 34 |
| Octal | 356 | 100 | 31 | 0 | 111 | 131 | 7 | 13 | 126 | 64 |
| Binary | 11101110 | 1000000 | 11001 | 0 | 1001001 | 1011001 | 111 | 1011 | 1010110 | 110100 |
Color Harmonies of #EE4019
Complementary color
Monochromatic Colors of #EE4019
Black with #EE4019
Text Example
Text Example
White with #EE4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4019; }
p { color: rgb(238,64,25); }
H1.HeaderClassName
{
color: #EE4019;
}
.AnyTagClassName
{
color: #EE4019;
}
</style>
background-color css
<style>
a { background-color: #EE4019; }
a { background-color: rgb(238,64,25); }
div.DivClassName
{
background-color: #EE4019;
}
.BgClassName
{
background-color: #EE4019;
}
</style>
border-color css
<style>
span { border-color: #EE4019; }
span { border-color: rgb(238,64,25); }
td.TdClassName
{
border-color: #EE4019;
}
.TagClassName
{
border-color: #EE4019;
}
</style>