Shades of Cinnabar #EE4223
Tints of Cinnabar #EE4223
RGB
CMYK
RGB Variations
Color information
#EE4223 (or 0xEE4223) is known color: Cinnabar. HEX triplet: EE, 42 and 23. RGB value is (238,66,35). Sum of RGB (Red+Green+Blue) = 238+66+35=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4223 is #11BDDC. Grayscale: #727272. Windows color (decimal): -1162717 or 2310894. OLE color: 2310894.
HSL color Cylindrical-coordinate representation of color #EE4223: hue angle of 9.16º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE4223 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.07 |
| HSL | 9.16º | 0.86% | 0.54% | - |
| HSV(B) | 9.16º | 0.85% | 0.93% | - |
| XYZ | 37.51 | 22.19 | 3.9 | - |
| YUV | 113.89 | 83.48 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 35 | 0 | 0.72 | 0.85 | 0.07 | 9.16 | 0.86 | 0.54 |
| Hex | EE | 42 | 23 | 0 | 48 | 55 | 7 | 9 | 56 | 36 |
| Octal | 356 | 102 | 43 | 0 | 110 | 125 | 7 | 11 | 126 | 66 |
| Binary | 11101110 | 1000010 | 100011 | 0 | 1001000 | 1010101 | 111 | 1001 | 1010110 | 110110 |
Color Harmonies of #EE4223
Complementary color
Monochromatic Colors of #EE4223
Black with #EE4223
Text Example
Text Example
White with #EE4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4223; }
p { color: rgb(238,66,35); }
H1.HeaderClassName
{
color: #EE4223;
}
.AnyTagClassName
{
color: #EE4223;
}
</style>
background-color css
<style>
a { background-color: #EE4223; }
a { background-color: rgb(238,66,35); }
div.DivClassName
{
background-color: #EE4223;
}
.BgClassName
{
background-color: #EE4223;
}
</style>
border-color css
<style>
span { border-color: #EE4223; }
span { border-color: rgb(238,66,35); }
td.TdClassName
{
border-color: #EE4223;
}
.TagClassName
{
border-color: #EE4223;
}
</style>