Shades of Cinnabar #EE3E19
Tints of Cinnabar #EE3E19
RGB
CMYK
RGB Variations
Color information
#EE3E19 (or 0xEE3E19) is known color: Cinnabar. HEX triplet: EE, 3E and 19. RGB value is (238,62,25). Sum of RGB (Red+Green+Blue) = 238+62+25=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3E19 is #11C1E6. Grayscale: #6E6E6E. Windows color (decimal): -1163751 or 1654510. OLE color: 1654510.
HSL color Cylindrical-coordinate representation of color #EE3E19: hue angle of 10.42º 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 #EE3E19 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 62 | 25 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.07 |
| HSL | 10.42º | 0.86% | 0.52% | - |
| HSV(B) | 10.42º | 0.89% | 0.93% | - |
| XYZ | 37.16 | 21.69 | 3.15 | - |
| YUV | 110.41 | 79.81 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 62 | 25 | 0 | 0.74 | 0.89 | 0.07 | 10.42 | 0.86 | 0.52 |
| Hex | EE | 3E | 19 | 0 | 4A | 59 | 7 | A | 56 | 34 |
| Octal | 356 | 76 | 31 | 0 | 112 | 131 | 7 | 12 | 126 | 64 |
| Binary | 11101110 | 111110 | 11001 | 0 | 1001010 | 1011001 | 111 | 1010 | 1010110 | 110100 |
Color Harmonies of #EE3E19
Complementary color
Monochromatic Colors of #EE3E19
Black with #EE3E19
Text Example
Text Example
White with #EE3E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3E19; }
p { color: rgb(238,62,25); }
H1.HeaderClassName
{
color: #EE3E19;
}
.AnyTagClassName
{
color: #EE3E19;
}
</style>
background-color css
<style>
a { background-color: #EE3E19; }
a { background-color: rgb(238,62,25); }
div.DivClassName
{
background-color: #EE3E19;
}
.BgClassName
{
background-color: #EE3E19;
}
</style>
border-color css
<style>
span { border-color: #EE3E19; }
span { border-color: rgb(238,62,25); }
td.TdClassName
{
border-color: #EE3E19;
}
.TagClassName
{
border-color: #EE3E19;
}
</style>