Shades of Cinnabar #EE431D
Tints of Cinnabar #EE431D
RGB
CMYK
RGB Variations
Color information
#EE431D (or 0xEE431D) is known color: Cinnabar. HEX triplet: EE, 43 and 1D. RGB value is (238,67,29). Sum of RGB (Red+Green+Blue) = 238+67+29=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE431D is #11BCE2. Grayscale: #727272. Windows color (decimal): -1162467 or 1917934. OLE color: 1917934.
HSL color Cylindrical-coordinate representation of color #EE431D: hue angle of 10.91º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE431D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.07 |
| HSL | 10.91º | 0.86% | 0.52% | - |
| HSV(B) | 10.91º | 0.88% | 0.93% | - |
| XYZ | 37.49 | 22.28 | 3.49 | - |
| YUV | 113.8 | 80.15 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 29 | 0 | 0.72 | 0.88 | 0.07 | 10.91 | 0.86 | 0.52 |
| Hex | EE | 43 | 1D | 0 | 48 | 58 | 7 | B | 56 | 34 |
| Octal | 356 | 103 | 35 | 0 | 110 | 130 | 7 | 13 | 126 | 64 |
| Binary | 11101110 | 1000011 | 11101 | 0 | 1001000 | 1011000 | 111 | 1011 | 1010110 | 110100 |
Color Harmonies of #EE431D
Complementary color
Monochromatic Colors of #EE431D
Black with #EE431D
Text Example
Text Example
White with #EE431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE431D; }
p { color: rgb(238,67,29); }
H1.HeaderClassName
{
color: #EE431D;
}
.AnyTagClassName
{
color: #EE431D;
}
</style>
background-color css
<style>
a { background-color: #EE431D; }
a { background-color: rgb(238,67,29); }
div.DivClassName
{
background-color: #EE431D;
}
.BgClassName
{
background-color: #EE431D;
}
</style>
border-color css
<style>
span { border-color: #EE431D; }
span { border-color: rgb(238,67,29); }
td.TdClassName
{
border-color: #EE431D;
}
.TagClassName
{
border-color: #EE431D;
}
</style>