Shades of Cinnabar #E94A37
Tints of Cinnabar #E94A37
RGB
CMYK
RGB Variations
Color information
#E94A37 (or 0xE94A37) is known color: Cinnabar. HEX triplet: E9, 4A and 37. RGB value is (233,74,55). Sum of RGB (Red+Green+Blue) = 233+74+55=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A37 is #16B5C8. Grayscale: #777777. Windows color (decimal): -1488329 or 3623657. OLE color: 3623657.
HSL color Cylindrical-coordinate representation of color #E94A37: hue angle of 6.4º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E94A37 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 55 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.09 |
| HSL | 6.4º | 0.8% | 0.56% | - |
| HSV(B) | 6.4º | 0.76% | 0.91% | - |
| XYZ | 36.74 | 22.5 | 6.02 | - |
| YUV | 119.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 55 | 0 | 0.68 | 0.76 | 0.09 | 6.4 | 0.8 | 0.56 |
| Hex | E9 | 4A | 37 | 0 | 44 | 4C | 9 | 6 | 50 | 38 |
| Octal | 351 | 112 | 67 | 0 | 104 | 114 | 11 | 6 | 120 | 70 |
| Binary | 11101001 | 1001010 | 110111 | 0 | 1000100 | 1001100 | 1001 | 110 | 1010000 | 111000 |
Color Harmonies of #E94A37
Complementary color
Monochromatic Colors of #E94A37
Black with #E94A37
Text Example
Text Example
White with #E94A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A37; }
p { color: rgb(233,74,55); }
H1.HeaderClassName
{
color: #E94A37;
}
.AnyTagClassName
{
color: #E94A37;
}
</style>
background-color css
<style>
a { background-color: #E94A37; }
a { background-color: rgb(233,74,55); }
div.DivClassName
{
background-color: #E94A37;
}
.BgClassName
{
background-color: #E94A37;
}
</style>
border-color css
<style>
span { border-color: #E94A37; }
span { border-color: rgb(233,74,55); }
td.TdClassName
{
border-color: #E94A37;
}
.TagClassName
{
border-color: #E94A37;
}
</style>