Shades of Cinnabar #EE4022
Tints of Cinnabar #EE4022
RGB
CMYK
RGB Variations
Color information
#EE4022 (or 0xEE4022) is known color: Cinnabar. HEX triplet: EE, 40 and 22. RGB value is (238,64,34). Sum of RGB (Red+Green+Blue) = 238+64+34=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4022 is #11BFDD. Grayscale: #707070. Windows color (decimal): -1163230 or 2244846. OLE color: 2244846.
HSL color Cylindrical-coordinate representation of color #EE4022: hue angle of 8.82º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE4022 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 34 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 8.82º | 0.86% | 0.53% | - |
| HSV(B) | 8.82º | 0.86% | 0.93% | - |
| XYZ | 37.38 | 21.96 | 3.78 | - |
| YUV | 112.61 | 83.65 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 34 | 0 | 0.73 | 0.86 | 0.07 | 8.82 | 0.86 | 0.53 |
| Hex | EE | 40 | 22 | 0 | 49 | 56 | 7 | 9 | 56 | 35 |
| Octal | 356 | 100 | 42 | 0 | 111 | 126 | 7 | 11 | 126 | 65 |
| Binary | 11101110 | 1000000 | 100010 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010110 | 110101 |
Color Harmonies of #EE4022
Complementary color
Monochromatic Colors of #EE4022
Black with #EE4022
Text Example
Text Example
White with #EE4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4022; }
p { color: rgb(238,64,34); }
H1.HeaderClassName
{
color: #EE4022;
}
.AnyTagClassName
{
color: #EE4022;
}
</style>
background-color css
<style>
a { background-color: #EE4022; }
a { background-color: rgb(238,64,34); }
div.DivClassName
{
background-color: #EE4022;
}
.BgClassName
{
background-color: #EE4022;
}
</style>
border-color css
<style>
span { border-color: #EE4022; }
span { border-color: rgb(238,64,34); }
td.TdClassName
{
border-color: #EE4022;
}
.TagClassName
{
border-color: #EE4022;
}
</style>