Shades of Cinnabar #EE3C29
Tints of Cinnabar #EE3C29
RGB
CMYK
RGB Variations
Color information
#EE3C29 (or 0xEE3C29) is known color: Cinnabar. HEX triplet: EE, 3C and 29. RGB value is (238,60,41). Sum of RGB (Red+Green+Blue) = 238+60+41=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C29 is #11C3D6. Grayscale: #6F6F6F. Windows color (decimal): -1164247 or 2702574. OLE color: 2702574.
HSL color Cylindrical-coordinate representation of color #EE3C29: hue angle of 5.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE3C29 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 41 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.07 |
| HSL | 5.79º | 0.85% | 0.55% | - |
| HSV(B) | 5.79º | 0.83% | 0.93% | - |
| XYZ | 37.28 | 21.57 | 4.3 | - |
| YUV | 111.06 | 88.47 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 41 | 0 | 0.75 | 0.83 | 0.07 | 5.79 | 0.85 | 0.55 |
| Hex | EE | 3C | 29 | 0 | 4B | 53 | 7 | 6 | 55 | 37 |
| Octal | 356 | 74 | 51 | 0 | 113 | 123 | 7 | 6 | 125 | 67 |
| Binary | 11101110 | 111100 | 101001 | 0 | 1001011 | 1010011 | 111 | 110 | 1010101 | 110111 |
Color Harmonies of #EE3C29
Complementary color
Monochromatic Colors of #EE3C29
Black with #EE3C29
Text Example
Text Example
White with #EE3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C29; }
p { color: rgb(238,60,41); }
H1.HeaderClassName
{
color: #EE3C29;
}
.AnyTagClassName
{
color: #EE3C29;
}
</style>
background-color css
<style>
a { background-color: #EE3C29; }
a { background-color: rgb(238,60,41); }
div.DivClassName
{
background-color: #EE3C29;
}
.BgClassName
{
background-color: #EE3C29;
}
</style>
border-color css
<style>
span { border-color: #EE3C29; }
span { border-color: rgb(238,60,41); }
td.TdClassName
{
border-color: #EE3C29;
}
.TagClassName
{
border-color: #EE3C29;
}
</style>