Shades of Cinnabar #E94223
Tints of Cinnabar #E94223
RGB
CMYK
RGB Variations
Color information
#E94223 (or 0xE94223) is known color: Cinnabar. HEX triplet: E9, 42 and 23. RGB value is (233,66,35). Sum of RGB (Red+Green+Blue) = 233+66+35=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E94223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94223 is #16BDDC. Grayscale: #707070. Windows color (decimal): -1490397 or 2310889. OLE color: 2310889.
HSL color Cylindrical-coordinate representation of color #E94223: hue angle of 9.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E94223 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.09 |
| HSL | 9.39º | 0.82% | 0.53% | - |
| HSV(B) | 9.39º | 0.85% | 0.91% | - |
| XYZ | 35.86 | 21.34 | 3.82 | - |
| YUV | 112.4 | 84.33 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 35 | 0 | 0.72 | 0.85 | 0.09 | 9.39 | 0.82 | 0.53 |
| Hex | E9 | 42 | 23 | 0 | 48 | 55 | 9 | 9 | 52 | 35 |
| Octal | 351 | 102 | 43 | 0 | 110 | 125 | 11 | 11 | 122 | 65 |
| Binary | 11101001 | 1000010 | 100011 | 0 | 1001000 | 1010101 | 1001 | 1001 | 1010010 | 110101 |
Color Harmonies of #E94223
Complementary color
Monochromatic Colors of #E94223
Black with #E94223
Text Example
Text Example
White with #E94223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94223; }
p { color: rgb(233,66,35); }
H1.HeaderClassName
{
color: #E94223;
}
.AnyTagClassName
{
color: #E94223;
}
</style>
background-color css
<style>
a { background-color: #E94223; }
a { background-color: rgb(233,66,35); }
div.DivClassName
{
background-color: #E94223;
}
.BgClassName
{
background-color: #E94223;
}
</style>
border-color css
<style>
span { border-color: #E94223; }
span { border-color: rgb(233,66,35); }
td.TdClassName
{
border-color: #E94223;
}
.TagClassName
{
border-color: #E94223;
}
</style>