Shades of Cinnabar #E94A27
Tints of Cinnabar #E94A27
RGB
CMYK
RGB Variations
Color information
#E94A27 (or 0xE94A27) is known color: Cinnabar. HEX triplet: E9, 4A and 27. RGB value is (233,74,39). Sum of RGB (Red+Green+Blue) = 233+74+39=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A27 is #16B5D8. Grayscale: #757575. Windows color (decimal): -1488345 or 2575081. OLE color: 2575081.
HSL color Cylindrical-coordinate representation of color #E94A27: hue angle of 10.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E94A27 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 39 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.09 |
| HSL | 10.82º | 0.82% | 0.53% | - |
| HSV(B) | 10.82º | 0.83% | 0.91% | - |
| XYZ | 36.42 | 22.37 | 4.32 | - |
| YUV | 117.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 39 | 0 | 0.68 | 0.83 | 0.09 | 10.82 | 0.82 | 0.53 |
| Hex | E9 | 4A | 27 | 0 | 44 | 53 | 9 | B | 52 | 35 |
| Octal | 351 | 112 | 47 | 0 | 104 | 123 | 11 | 13 | 122 | 65 |
| Binary | 11101001 | 1001010 | 100111 | 0 | 1000100 | 1010011 | 1001 | 1011 | 1010010 | 110101 |
Color Harmonies of #E94A27
Complementary color
Monochromatic Colors of #E94A27
Black with #E94A27
Text Example
Text Example
White with #E94A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94A27; }
p { color: rgb(233,74,39); }
H1.HeaderClassName
{
color: #E94A27;
}
.AnyTagClassName
{
color: #E94A27;
}
</style>
background-color css
<style>
a { background-color: #E94A27; }
a { background-color: rgb(233,74,39); }
div.DivClassName
{
background-color: #E94A27;
}
.BgClassName
{
background-color: #E94A27;
}
</style>
border-color css
<style>
span { border-color: #E94A27; }
span { border-color: rgb(233,74,39); }
td.TdClassName
{
border-color: #E94A27;
}
.TagClassName
{
border-color: #E94A27;
}
</style>