Shades of Cinnabar #E94A23
Tints of Cinnabar #E94A23
RGB
CMYK
RGB Variations
Color information
#E94A23 (or 0xE94A23) is known color: Cinnabar. HEX triplet: E9, 4A and 23. RGB value is (233,74,35). Sum of RGB (Red+Green+Blue) = 233+74+35=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A23 is #16B5DC. Grayscale: #757575. Windows color (decimal): -1488349 or 2312937. OLE color: 2312937.
HSL color Cylindrical-coordinate representation of color #E94A23: hue angle of 11.82º 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 #E94A23 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 35 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.09 |
| HSL | 11.82º | 0.82% | 0.53% | - |
| HSV(B) | 11.82º | 0.85% | 0.91% | - |
| XYZ | 36.36 | 22.34 | 3.99 | - |
| YUV | 117.1 | 81.68 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 35 | 0 | 0.68 | 0.85 | 0.09 | 11.82 | 0.82 | 0.53 |
| Hex | E9 | 4A | 23 | 0 | 44 | 55 | 9 | C | 52 | 35 |
| Octal | 351 | 112 | 43 | 0 | 104 | 125 | 11 | 14 | 122 | 65 |
| Binary | 11101001 | 1001010 | 100011 | 0 | 1000100 | 1010101 | 1001 | 1100 | 1010010 | 110101 |
Color Harmonies of #E94A23
Complementary color
Monochromatic Colors of #E94A23
Black with #E94A23
Text Example
Text Example
White with #E94A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A23; }
p { color: rgb(233,74,35); }
H1.HeaderClassName
{
color: #E94A23;
}
.AnyTagClassName
{
color: #E94A23;
}
</style>
background-color css
<style>
a { background-color: #E94A23; }
a { background-color: rgb(233,74,35); }
div.DivClassName
{
background-color: #E94A23;
}
.BgClassName
{
background-color: #E94A23;
}
</style>
border-color css
<style>
span { border-color: #E94A23; }
span { border-color: rgb(233,74,35); }
td.TdClassName
{
border-color: #E94A23;
}
.TagClassName
{
border-color: #E94A23;
}
</style>