Shades of Cinnabar #EE4032
Tints of Cinnabar #EE4032
RGB
CMYK
RGB Variations
Color information
#EE4032 (or 0xEE4032) is known color: Cinnabar. HEX triplet: EE, 40 and 32. RGB value is (238,64,50). Sum of RGB (Red+Green+Blue) = 238+64+50=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4032 is #11BFCD. Grayscale: #727272. Windows color (decimal): -1163214 or 3293422. OLE color: 3293422.
HSL color Cylindrical-coordinate representation of color #EE4032: hue angle of 4.47º 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 #EE4032 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 50 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.07 |
| HSL | 4.47º | 0.85% | 0.56% | - |
| HSV(B) | 4.47º | 0.79% | 0.93% | - |
| XYZ | 37.67 | 22.07 | 5.29 | - |
| YUV | 114.43 | 91.65 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 50 | 0 | 0.73 | 0.79 | 0.07 | 4.47 | 0.85 | 0.56 |
| Hex | EE | 40 | 32 | 0 | 49 | 4F | 7 | 4 | 55 | 38 |
| Octal | 356 | 100 | 62 | 0 | 111 | 117 | 7 | 4 | 125 | 70 |
| Binary | 11101110 | 1000000 | 110010 | 0 | 1001001 | 1001111 | 111 | 100 | 1010101 | 111000 |
Color Harmonies of #EE4032
Complementary color
Monochromatic Colors of #EE4032
Black with #EE4032
Text Example
Text Example
White with #EE4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4032; }
p { color: rgb(238,64,50); }
H1.HeaderClassName
{
color: #EE4032;
}
.AnyTagClassName
{
color: #EE4032;
}
</style>
background-color css
<style>
a { background-color: #EE4032; }
a { background-color: rgb(238,64,50); }
div.DivClassName
{
background-color: #EE4032;
}
.BgClassName
{
background-color: #EE4032;
}
</style>
border-color css
<style>
span { border-color: #EE4032; }
span { border-color: rgb(238,64,50); }
td.TdClassName
{
border-color: #EE4032;
}
.TagClassName
{
border-color: #EE4032;
}
</style>