Shades of Cinnabar #E94D23
Tints of Cinnabar #E94D23
RGB
CMYK
RGB Variations
Color information
#E94D23 (or 0xE94D23) is known color: Cinnabar. HEX triplet: E9, 4D and 23. RGB value is (233,77,35). Sum of RGB (Red+Green+Blue) = 233+77+35=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D23 is #16B2DC. Grayscale: #777777. Windows color (decimal): -1487581 or 2313705. OLE color: 2313705.
HSL color Cylindrical-coordinate representation of color #E94D23: hue angle of 12.73º 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 #E94D23 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 35 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.09 |
| HSL | 12.73º | 0.82% | 0.53% | - |
| HSV(B) | 12.73º | 0.85% | 0.91% | - |
| XYZ | 36.56 | 22.75 | 4.05 | - |
| YUV | 118.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 35 | 0 | 0.67 | 0.85 | 0.09 | 12.73 | 0.82 | 0.53 |
| Hex | E9 | 4D | 23 | 0 | 43 | 55 | 9 | D | 52 | 35 |
| Octal | 351 | 115 | 43 | 0 | 103 | 125 | 11 | 15 | 122 | 65 |
| Binary | 11101001 | 1001101 | 100011 | 0 | 1000011 | 1010101 | 1001 | 1101 | 1010010 | 110101 |
Color Harmonies of #E94D23
Complementary color
Monochromatic Colors of #E94D23
Black with #E94D23
Text Example
Text Example
White with #E94D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D23; }
p { color: rgb(233,77,35); }
H1.HeaderClassName
{
color: #E94D23;
}
.AnyTagClassName
{
color: #E94D23;
}
</style>
background-color css
<style>
a { background-color: #E94D23; }
a { background-color: rgb(233,77,35); }
div.DivClassName
{
background-color: #E94D23;
}
.BgClassName
{
background-color: #E94D23;
}
</style>
border-color css
<style>
span { border-color: #E94D23; }
span { border-color: rgb(233,77,35); }
td.TdClassName
{
border-color: #E94D23;
}
.TagClassName
{
border-color: #E94D23;
}
</style>