Shades of Cinnabar #EE431C
Tints of Cinnabar #EE431C
RGB
CMYK
RGB Variations
Color information
#EE431C (or 0xEE431C) is known color: Cinnabar. HEX triplet: EE, 43 and 1C. RGB value is (238,67,28). Sum of RGB (Red+Green+Blue) = 238+67+28=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE431C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE431C is #11BCE3. Grayscale: #727272. Windows color (decimal): -1162468 or 1852398. OLE color: 1852398.
HSL color Cylindrical-coordinate representation of color #EE431C: hue angle of 11.14º 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 #EE431C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.07 |
| HSL | 11.14º | 0.86% | 0.52% | - |
| HSV(B) | 11.14º | 0.88% | 0.93% | - |
| XYZ | 37.48 | 22.28 | 3.42 | - |
| YUV | 113.68 | 79.65 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 28 | 0 | 0.72 | 0.88 | 0.07 | 11.14 | 0.86 | 0.52 |
| Hex | EE | 43 | 1C | 0 | 48 | 58 | 7 | B | 56 | 34 |
| Octal | 356 | 103 | 34 | 0 | 110 | 130 | 7 | 13 | 126 | 64 |
| Binary | 11101110 | 1000011 | 11100 | 0 | 1001000 | 1011000 | 111 | 1011 | 1010110 | 110100 |
Color Harmonies of #EE431C
Complementary color
Monochromatic Colors of #EE431C
Black with #EE431C
Text Example
Text Example
White with #EE431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE431C; }
p { color: rgb(238,67,28); }
H1.HeaderClassName
{
color: #EE431C;
}
.AnyTagClassName
{
color: #EE431C;
}
</style>
background-color css
<style>
a { background-color: #EE431C; }
a { background-color: rgb(238,67,28); }
div.DivClassName
{
background-color: #EE431C;
}
.BgClassName
{
background-color: #EE431C;
}
</style>
border-color css
<style>
span { border-color: #EE431C; }
span { border-color: rgb(238,67,28); }
td.TdClassName
{
border-color: #EE431C;
}
.TagClassName
{
border-color: #EE431C;
}
</style>