Shades of Cinnabar #EE431E
Tints of Cinnabar #EE431E
RGB
CMYK
RGB Variations
Color information
#EE431E (or 0xEE431E) is known color: Cinnabar. HEX triplet: EE, 43 and 1E. RGB value is (238,67,30). Sum of RGB (Red+Green+Blue) = 238+67+30=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE431E is #11BCE1. Grayscale: #727272. Windows color (decimal): -1162466 or 1983470. OLE color: 1983470.
HSL color Cylindrical-coordinate representation of color #EE431E: hue angle of 10.67º 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 #EE431E is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 30 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.07 |
| HSL | 10.67º | 0.86% | 0.53% | - |
| HSV(B) | 10.67º | 0.87% | 0.93% | - |
| XYZ | 37.5 | 22.29 | 3.55 | - |
| YUV | 113.91 | 80.65 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 30 | 0 | 0.72 | 0.87 | 0.07 | 10.67 | 0.86 | 0.53 |
| Hex | EE | 43 | 1E | 0 | 48 | 57 | 7 | B | 56 | 35 |
| Octal | 356 | 103 | 36 | 0 | 110 | 127 | 7 | 13 | 126 | 65 |
| Binary | 11101110 | 1000011 | 11110 | 0 | 1001000 | 1010111 | 111 | 1011 | 1010110 | 110101 |
Color Harmonies of #EE431E
Complementary color
Monochromatic Colors of #EE431E
Black with #EE431E
Text Example
Text Example
White with #EE431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE431E; }
p { color: rgb(238,67,30); }
H1.HeaderClassName
{
color: #EE431E;
}
.AnyTagClassName
{
color: #EE431E;
}
</style>
background-color css
<style>
a { background-color: #EE431E; }
a { background-color: rgb(238,67,30); }
div.DivClassName
{
background-color: #EE431E;
}
.BgClassName
{
background-color: #EE431E;
}
</style>
border-color css
<style>
span { border-color: #EE431E; }
span { border-color: rgb(238,67,30); }
td.TdClassName
{
border-color: #EE431E;
}
.TagClassName
{
border-color: #EE431E;
}
</style>