Shades of Cinnabar #EE3F21
Tints of Cinnabar #EE3F21
RGB
CMYK
RGB Variations
Color information
#EE3F21 (or 0xEE3F21) is known color: Cinnabar. HEX triplet: EE, 3F and 21. RGB value is (238,63,33). Sum of RGB (Red+Green+Blue) = 238+63+33=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3F21 is #11C0DE. Grayscale: #707070. Windows color (decimal): -1163487 or 2179054. OLE color: 2179054.
HSL color Cylindrical-coordinate representation of color #EE3F21: hue angle of 8.78º 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 #EE3F21 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 33 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.07 |
| HSL | 8.78º | 0.86% | 0.53% | - |
| HSV(B) | 8.78º | 0.86% | 0.93% | - |
| XYZ | 37.31 | 21.84 | 3.69 | - |
| YUV | 111.91 | 83.48 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 33 | 0 | 0.74 | 0.86 | 0.07 | 8.78 | 0.86 | 0.53 |
| Hex | EE | 3F | 21 | 0 | 4A | 56 | 7 | 9 | 56 | 35 |
| Octal | 356 | 77 | 41 | 0 | 112 | 126 | 7 | 11 | 126 | 65 |
| Binary | 11101110 | 111111 | 100001 | 0 | 1001010 | 1010110 | 111 | 1001 | 1010110 | 110101 |
Color Harmonies of #EE3F21
Complementary color
Monochromatic Colors of #EE3F21
Black with #EE3F21
Text Example
Text Example
White with #EE3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F21; }
p { color: rgb(238,63,33); }
H1.HeaderClassName
{
color: #EE3F21;
}
.AnyTagClassName
{
color: #EE3F21;
}
</style>
background-color css
<style>
a { background-color: #EE3F21; }
a { background-color: rgb(238,63,33); }
div.DivClassName
{
background-color: #EE3F21;
}
.BgClassName
{
background-color: #EE3F21;
}
</style>
border-color css
<style>
span { border-color: #EE3F21; }
span { border-color: rgb(238,63,33); }
td.TdClassName
{
border-color: #EE3F21;
}
.TagClassName
{
border-color: #EE3F21;
}
</style>