Shades of Cinnabar #E94A28
Tints of Cinnabar #E94A28
RGB
CMYK
RGB Variations
Color information
#E94A28 (or 0xE94A28) is known color: Cinnabar. HEX triplet: E9, 4A and 28. RGB value is (233,74,40). Sum of RGB (Red+Green+Blue) = 233+74+40=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A28 is #16B5D7. Grayscale: #757575. Windows color (decimal): -1488344 or 2640617. OLE color: 2640617.
HSL color Cylindrical-coordinate representation of color #E94A28: hue angle of 10.57º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E94A28 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 40 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.09 |
| HSL | 10.57º | 0.81% | 0.54% | - |
| HSV(B) | 10.57º | 0.83% | 0.91% | - |
| XYZ | 36.44 | 22.37 | 4.41 | - |
| YUV | 117.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 40 | 0 | 0.68 | 0.83 | 0.09 | 10.57 | 0.81 | 0.54 |
| Hex | E9 | 4A | 28 | 0 | 44 | 53 | 9 | B | 51 | 36 |
| Octal | 351 | 112 | 50 | 0 | 104 | 123 | 11 | 13 | 121 | 66 |
| Binary | 11101001 | 1001010 | 101000 | 0 | 1000100 | 1010011 | 1001 | 1011 | 1010001 | 110110 |
Color Harmonies of #E94A28
Complementary color
Monochromatic Colors of #E94A28
Black with #E94A28
Text Example
Text Example
White with #E94A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A28; }
p { color: rgb(233,74,40); }
H1.HeaderClassName
{
color: #E94A28;
}
.AnyTagClassName
{
color: #E94A28;
}
</style>
background-color css
<style>
a { background-color: #E94A28; }
a { background-color: rgb(233,74,40); }
div.DivClassName
{
background-color: #E94A28;
}
.BgClassName
{
background-color: #E94A28;
}
</style>
border-color css
<style>
span { border-color: #E94A28; }
span { border-color: rgb(233,74,40); }
td.TdClassName
{
border-color: #E94A28;
}
.TagClassName
{
border-color: #E94A28;
}
</style>