Shades of Cinnabar #EE4232
Tints of Cinnabar #EE4232
RGB
CMYK
RGB Variations
Color information
#EE4232 (or 0xEE4232) is known color: Cinnabar. HEX triplet: EE, 42 and 32. RGB value is (238,66,50). Sum of RGB (Red+Green+Blue) = 238+66+50=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4232 is #11BDCD. Grayscale: #737373. Windows color (decimal): -1162702 or 3293934. OLE color: 3293934.
HSL color Cylindrical-coordinate representation of color #EE4232: hue angle of 5.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE4232 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 50 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.07 |
| HSL | 5.11º | 0.85% | 0.56% | - |
| HSV(B) | 5.11º | 0.79% | 0.93% | - |
| XYZ | 37.78 | 22.3 | 5.33 | - |
| YUV | 115.6 | 90.98 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 50 | 0 | 0.72 | 0.79 | 0.07 | 5.11 | 0.85 | 0.56 |
| Hex | EE | 42 | 32 | 0 | 48 | 4F | 7 | 5 | 55 | 38 |
| Octal | 356 | 102 | 62 | 0 | 110 | 117 | 7 | 5 | 125 | 70 |
| Binary | 11101110 | 1000010 | 110010 | 0 | 1001000 | 1001111 | 111 | 101 | 1010101 | 111000 |
Color Harmonies of #EE4232
Complementary color
Monochromatic Colors of #EE4232
Black with #EE4232
Text Example
Text Example
White with #EE4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4232; }
p { color: rgb(238,66,50); }
H1.HeaderClassName
{
color: #EE4232;
}
.AnyTagClassName
{
color: #EE4232;
}
</style>
background-color css
<style>
a { background-color: #EE4232; }
a { background-color: rgb(238,66,50); }
div.DivClassName
{
background-color: #EE4232;
}
.BgClassName
{
background-color: #EE4232;
}
</style>
border-color css
<style>
span { border-color: #EE4232; }
span { border-color: rgb(238,66,50); }
td.TdClassName
{
border-color: #EE4232;
}
.TagClassName
{
border-color: #EE4232;
}
</style>