Shades of Cinnabar #EE402C
Tints of Cinnabar #EE402C
RGB
CMYK
RGB Variations
Color information
#EE402C (or 0xEE402C) is known color: Cinnabar. HEX triplet: EE, 40 and 2C. RGB value is (238,64,44). Sum of RGB (Red+Green+Blue) = 238+64+44=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE402C is #11BFD3. Grayscale: #727272. Windows color (decimal): -1163220 or 2900206. OLE color: 2900206.
HSL color Cylindrical-coordinate representation of color #EE402C: hue angle of 6.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE402C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 44 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.07 |
| HSL | 6.19º | 0.85% | 0.55% | - |
| HSV(B) | 6.19º | 0.82% | 0.93% | - |
| XYZ | 37.55 | 22.03 | 4.66 | - |
| YUV | 113.75 | 88.65 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 44 | 0 | 0.73 | 0.82 | 0.07 | 6.19 | 0.85 | 0.55 |
| Hex | EE | 40 | 2C | 0 | 49 | 52 | 7 | 6 | 55 | 37 |
| Octal | 356 | 100 | 54 | 0 | 111 | 122 | 7 | 6 | 125 | 67 |
| Binary | 11101110 | 1000000 | 101100 | 0 | 1001001 | 1010010 | 111 | 110 | 1010101 | 110111 |
Color Harmonies of #EE402C
Complementary color
Monochromatic Colors of #EE402C
Black with #EE402C
Text Example
Text Example
White with #EE402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE402C; }
p { color: rgb(238,64,44); }
H1.HeaderClassName
{
color: #EE402C;
}
.AnyTagClassName
{
color: #EE402C;
}
</style>
background-color css
<style>
a { background-color: #EE402C; }
a { background-color: rgb(238,64,44); }
div.DivClassName
{
background-color: #EE402C;
}
.BgClassName
{
background-color: #EE402C;
}
</style>
border-color css
<style>
span { border-color: #EE402C; }
span { border-color: rgb(238,64,44); }
td.TdClassName
{
border-color: #EE402C;
}
.TagClassName
{
border-color: #EE402C;
}
</style>