Shades of Cinnabar #E94123
Tints of Cinnabar #E94123
RGB
CMYK
RGB Variations
Color information
#E94123 (or 0xE94123) is known color: Cinnabar. HEX triplet: E9, 41 and 23. RGB value is (233,65,35). Sum of RGB (Red+Green+Blue) = 233+65+35=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E94123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94123 is #16BEDC. Grayscale: #707070. Windows color (decimal): -1490653 or 2310633. OLE color: 2310633.
HSL color Cylindrical-coordinate representation of color #E94123: hue angle of 9.09º 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 #E94123 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.09 |
| HSL | 9.09º | 0.82% | 0.53% | - |
| HSV(B) | 9.09º | 0.85% | 0.91% | - |
| XYZ | 35.8 | 21.23 | 3.8 | - |
| YUV | 111.81 | 84.66 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 35 | 0 | 0.72 | 0.85 | 0.09 | 9.09 | 0.82 | 0.53 |
| Hex | E9 | 41 | 23 | 0 | 48 | 55 | 9 | 9 | 52 | 35 |
| Octal | 351 | 101 | 43 | 0 | 110 | 125 | 11 | 11 | 122 | 65 |
| Binary | 11101001 | 1000001 | 100011 | 0 | 1001000 | 1010101 | 1001 | 1001 | 1010010 | 110101 |
Color Harmonies of #E94123
Complementary color
Monochromatic Colors of #E94123
Black with #E94123
Text Example
Text Example
White with #E94123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94123; }
p { color: rgb(233,65,35); }
H1.HeaderClassName
{
color: #E94123;
}
.AnyTagClassName
{
color: #E94123;
}
</style>
background-color css
<style>
a { background-color: #E94123; }
a { background-color: rgb(233,65,35); }
div.DivClassName
{
background-color: #E94123;
}
.BgClassName
{
background-color: #E94123;
}
</style>
border-color css
<style>
span { border-color: #E94123; }
span { border-color: rgb(233,65,35); }
td.TdClassName
{
border-color: #E94123;
}
.TagClassName
{
border-color: #E94123;
}
</style>