Shades of Cinnabar #E94C2A
Tints of Cinnabar #E94C2A
RGB
CMYK
RGB Variations
Color information
#E94C2A (or 0xE94C2A) is known color: Cinnabar. HEX triplet: E9, 4C and 2A. RGB value is (233,76,42). Sum of RGB (Red+Green+Blue) = 233+76+42=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94C2A is #16B3D5. Grayscale: #777777. Windows color (decimal): -1487830 or 2772201. OLE color: 2772201.
HSL color Cylindrical-coordinate representation of color #E94C2A: hue angle of 10.68º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E94C2A is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 42 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.09 |
| HSL | 10.68º | 0.81% | 0.54% | - |
| HSV(B) | 10.68º | 0.82% | 0.91% | - |
| XYZ | 36.61 | 22.66 | 4.63 | - |
| YUV | 119.07 | 84.51 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 42 | 0 | 0.67 | 0.82 | 0.09 | 10.68 | 0.81 | 0.54 |
| Hex | E9 | 4C | 2A | 0 | 43 | 52 | 9 | B | 51 | 36 |
| Octal | 351 | 114 | 52 | 0 | 103 | 122 | 11 | 13 | 121 | 66 |
| Binary | 11101001 | 1001100 | 101010 | 0 | 1000011 | 1010010 | 1001 | 1011 | 1010001 | 110110 |
Color Harmonies of #E94C2A
Complementary color
Monochromatic Colors of #E94C2A
Black with #E94C2A
Text Example
Text Example
White with #E94C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C2A; }
p { color: rgb(233,76,42); }
H1.HeaderClassName
{
color: #E94C2A;
}
.AnyTagClassName
{
color: #E94C2A;
}
</style>
background-color css
<style>
a { background-color: #E94C2A; }
a { background-color: rgb(233,76,42); }
div.DivClassName
{
background-color: #E94C2A;
}
.BgClassName
{
background-color: #E94C2A;
}
</style>
border-color css
<style>
span { border-color: #E94C2A; }
span { border-color: rgb(233,76,42); }
td.TdClassName
{
border-color: #E94C2A;
}
.TagClassName
{
border-color: #E94C2A;
}
</style>