Shades of Cinnabar #EE4119
Tints of Cinnabar #EE4119
RGB
CMYK
RGB Variations
Color information
#EE4119 (or 0xEE4119) is known color: Cinnabar. HEX triplet: EE, 41 and 19. RGB value is (238,65,25). Sum of RGB (Red+Green+Blue) = 238+65+25=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4119 is #11BEE6. Grayscale: #707070. Windows color (decimal): -1162983 or 1655278. OLE color: 1655278.
HSL color Cylindrical-coordinate representation of color #EE4119: hue angle of 11.27º 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 #EE4119 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 25 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.07 |
| HSL | 11.27º | 0.86% | 0.52% | - |
| HSV(B) | 11.27º | 0.89% | 0.93% | - |
| XYZ | 37.33 | 22.03 | 3.2 | - |
| YUV | 112.17 | 78.81 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 25 | 0 | 0.73 | 0.89 | 0.07 | 11.27 | 0.86 | 0.52 |
| Hex | EE | 41 | 19 | 0 | 49 | 59 | 7 | B | 56 | 34 |
| Octal | 356 | 101 | 31 | 0 | 111 | 131 | 7 | 13 | 126 | 64 |
| Binary | 11101110 | 1000001 | 11001 | 0 | 1001001 | 1011001 | 111 | 1011 | 1010110 | 110100 |
Color Harmonies of #EE4119
Complementary color
Monochromatic Colors of #EE4119
Black with #EE4119
Text Example
Text Example
White with #EE4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4119; }
p { color: rgb(238,65,25); }
H1.HeaderClassName
{
color: #EE4119;
}
.AnyTagClassName
{
color: #EE4119;
}
</style>
background-color css
<style>
a { background-color: #EE4119; }
a { background-color: rgb(238,65,25); }
div.DivClassName
{
background-color: #EE4119;
}
.BgClassName
{
background-color: #EE4119;
}
</style>
border-color css
<style>
span { border-color: #EE4119; }
span { border-color: rgb(238,65,25); }
td.TdClassName
{
border-color: #EE4119;
}
.TagClassName
{
border-color: #EE4119;
}
</style>