Shades of Cinnabar #EE4021
Tints of Cinnabar #EE4021
RGB
CMYK
RGB Variations
Color information
#EE4021 (or 0xEE4021) is known color: Cinnabar. HEX triplet: EE, 40 and 21. RGB value is (238,64,33). Sum of RGB (Red+Green+Blue) = 238+64+33=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4021 is #11BFDE. Grayscale: #707070. Windows color (decimal): -1163231 or 2179310. OLE color: 2179310.
HSL color Cylindrical-coordinate representation of color #EE4021: hue angle of 9.07º 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 #EE4021 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 33 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.07 |
| HSL | 9.07º | 0.86% | 0.53% | - |
| HSV(B) | 9.07º | 0.86% | 0.93% | - |
| XYZ | 37.37 | 21.95 | 3.71 | - |
| YUV | 112.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 33 | 0 | 0.73 | 0.86 | 0.07 | 9.07 | 0.86 | 0.53 |
| Hex | EE | 40 | 21 | 0 | 49 | 56 | 7 | 9 | 56 | 35 |
| Octal | 356 | 100 | 41 | 0 | 111 | 126 | 7 | 11 | 126 | 65 |
| Binary | 11101110 | 1000000 | 100001 | 0 | 1001001 | 1010110 | 111 | 1001 | 1010110 | 110101 |
Color Harmonies of #EE4021
Complementary color
Monochromatic Colors of #EE4021
Black with #EE4021
Text Example
Text Example
White with #EE4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4021; }
p { color: rgb(238,64,33); }
H1.HeaderClassName
{
color: #EE4021;
}
.AnyTagClassName
{
color: #EE4021;
}
</style>
background-color css
<style>
a { background-color: #EE4021; }
a { background-color: rgb(238,64,33); }
div.DivClassName
{
background-color: #EE4021;
}
.BgClassName
{
background-color: #EE4021;
}
</style>
border-color css
<style>
span { border-color: #EE4021; }
span { border-color: rgb(238,64,33); }
td.TdClassName
{
border-color: #EE4021;
}
.TagClassName
{
border-color: #EE4021;
}
</style>