Shades of Cinnabar #EE431F
Tints of Cinnabar #EE431F
RGB
CMYK
RGB Variations
Color information
#EE431F (or 0xEE431F) is known color: Cinnabar. HEX triplet: EE, 43 and 1F. RGB value is (238,67,31). Sum of RGB (Red+Green+Blue) = 238+67+31=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE431F is #11BCE0. Grayscale: #727272. Windows color (decimal): -1162465 or 2049006. OLE color: 2049006.
HSL color Cylindrical-coordinate representation of color #EE431F: hue angle of 10.43º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE431F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 31 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.07 |
| HSL | 10.43º | 0.86% | 0.53% | - |
| HSV(B) | 10.43º | 0.87% | 0.93% | - |
| XYZ | 37.51 | 22.29 | 3.62 | - |
| YUV | 114.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 31 | 0 | 0.72 | 0.87 | 0.07 | 10.43 | 0.86 | 0.53 |
| Hex | EE | 43 | 1F | 0 | 48 | 57 | 7 | A | 56 | 35 |
| Octal | 356 | 103 | 37 | 0 | 110 | 127 | 7 | 12 | 126 | 65 |
| Binary | 11101110 | 1000011 | 11111 | 0 | 1001000 | 1010111 | 111 | 1010 | 1010110 | 110101 |
Color Harmonies of #EE431F
Complementary color
Monochromatic Colors of #EE431F
Black with #EE431F
Text Example
Text Example
White with #EE431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE431F; }
p { color: rgb(238,67,31); }
H1.HeaderClassName
{
color: #EE431F;
}
.AnyTagClassName
{
color: #EE431F;
}
</style>
background-color css
<style>
a { background-color: #EE431F; }
a { background-color: rgb(238,67,31); }
div.DivClassName
{
background-color: #EE431F;
}
.BgClassName
{
background-color: #EE431F;
}
</style>
border-color css
<style>
span { border-color: #EE431F; }
span { border-color: rgb(238,67,31); }
td.TdClassName
{
border-color: #EE431F;
}
.TagClassName
{
border-color: #EE431F;
}
</style>