Shades of Cinnabar #EE431A
Tints of Cinnabar #EE431A
RGB
CMYK
RGB Variations
Color information
#EE431A (or 0xEE431A) is known color: Cinnabar. HEX triplet: EE, 43 and 1A. RGB value is (238,67,26). Sum of RGB (Red+Green+Blue) = 238+67+26=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE431A is #11BCE5. Grayscale: #717171. Windows color (decimal): -1162470 or 1721326. OLE color: 1721326.
HSL color Cylindrical-coordinate representation of color #EE431A: hue angle of 11.6º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE431A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 26 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.07 |
| HSL | 11.6º | 0.86% | 0.52% | - |
| HSV(B) | 11.6º | 0.89% | 0.93% | - |
| XYZ | 37.45 | 22.27 | 3.3 | - |
| YUV | 113.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 26 | 0 | 0.72 | 0.89 | 0.07 | 11.6 | 0.86 | 0.52 |
| Hex | EE | 43 | 1A | 0 | 48 | 59 | 7 | C | 56 | 34 |
| Octal | 356 | 103 | 32 | 0 | 110 | 131 | 7 | 14 | 126 | 64 |
| Binary | 11101110 | 1000011 | 11010 | 0 | 1001000 | 1011001 | 111 | 1100 | 1010110 | 110100 |
Color Harmonies of #EE431A
Complementary color
Monochromatic Colors of #EE431A
Black with #EE431A
Text Example
Text Example
White with #EE431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE431A; }
p { color: rgb(238,67,26); }
H1.HeaderClassName
{
color: #EE431A;
}
.AnyTagClassName
{
color: #EE431A;
}
</style>
background-color css
<style>
a { background-color: #EE431A; }
a { background-color: rgb(238,67,26); }
div.DivClassName
{
background-color: #EE431A;
}
.BgClassName
{
background-color: #EE431A;
}
</style>
border-color css
<style>
span { border-color: #EE431A; }
span { border-color: rgb(238,67,26); }
td.TdClassName
{
border-color: #EE431A;
}
.TagClassName
{
border-color: #EE431A;
}
</style>