Shades of Cinnabar #EE2921
Tints of Cinnabar #EE2921
RGB
CMYK
RGB Variations
Color information
#EE2921 (or 0xEE2921) is known color: Cinnabar. HEX triplet: EE, 29 and 21. RGB value is (238,41,33). Sum of RGB (Red+Green+Blue) = 238+41+33=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2921 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2921 is #11D6DE. Grayscale: #636363. Windows color (decimal): -1169119 or 2173422. OLE color: 2173422.
HSL color Cylindrical-coordinate representation of color #EE2921: hue angle of 2.34º 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 #EE2921 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 33 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.07 |
| HSL | 2.34º | 0.86% | 0.53% | - |
| HSV(B) | 2.34º | 0.86% | 0.93% | - |
| XYZ | 36.33 | 19.87 | 3.36 | - |
| YUV | 98.99 | 90.77 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 33 | 0 | 0.83 | 0.86 | 0.07 | 2.34 | 0.86 | 0.53 |
| Hex | EE | 29 | 21 | 0 | 53 | 56 | 7 | 2 | 56 | 35 |
| Octal | 356 | 51 | 41 | 0 | 123 | 126 | 7 | 2 | 126 | 65 |
| Binary | 11101110 | 101001 | 100001 | 0 | 1010011 | 1010110 | 111 | 10 | 1010110 | 110101 |
Color Harmonies of #EE2921
Complementary color
Monochromatic Colors of #EE2921
Black with #EE2921
Text Example
Text Example
White with #EE2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2921; }
p { color: rgb(238,41,33); }
H1.HeaderClassName
{
color: #EE2921;
}
.AnyTagClassName
{
color: #EE2921;
}
</style>
background-color css
<style>
a { background-color: #EE2921; }
a { background-color: rgb(238,41,33); }
div.DivClassName
{
background-color: #EE2921;
}
.BgClassName
{
background-color: #EE2921;
}
</style>
border-color css
<style>
span { border-color: #EE2921; }
span { border-color: rgb(238,41,33); }
td.TdClassName
{
border-color: #EE2921;
}
.TagClassName
{
border-color: #EE2921;
}
</style>