Shades of Cinnabar #EA492E
Tints of Cinnabar #EA492E
RGB
CMYK
RGB Variations
Color information
#EA492E (or 0xEA492E) is known color: Cinnabar. HEX triplet: EA, 49 and 2E. RGB value is (234,73,46). Sum of RGB (Red+Green+Blue) = 234+73+46=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA492E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA492E is #15B6D1. Grayscale: #767676. Windows color (decimal): -1423058 or 3033578. OLE color: 3033578.
HSL color Cylindrical-coordinate representation of color #EA492E: hue angle of 8.62º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA492E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 46 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.08 |
| HSL | 8.62º | 0.82% | 0.55% | - |
| HSV(B) | 8.62º | 0.8% | 0.92% | - |
| XYZ | 36.81 | 22.45 | 4.98 | - |
| YUV | 118.06 | 87.34 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 46 | 0 | 0.69 | 0.80 | 0.08 | 8.62 | 0.82 | 0.55 |
| Hex | EA | 49 | 2E | 0 | 45 | 50 | 8 | 9 | 52 | 37 |
| Octal | 352 | 111 | 56 | 0 | 105 | 120 | 10 | 11 | 122 | 67 |
| Binary | 11101010 | 1001001 | 101110 | 0 | 1000101 | 1010000 | 1000 | 1001 | 1010010 | 110111 |
Color Harmonies of #EA492E
Complementary color
Monochromatic Colors of #EA492E
Black with #EA492E
Text Example
Text Example
White with #EA492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA492E; }
p { color: rgb(234,73,46); }
H1.HeaderClassName
{
color: #EA492E;
}
.AnyTagClassName
{
color: #EA492E;
}
</style>
background-color css
<style>
a { background-color: #EA492E; }
a { background-color: rgb(234,73,46); }
div.DivClassName
{
background-color: #EA492E;
}
.BgClassName
{
background-color: #EA492E;
}
</style>
border-color css
<style>
span { border-color: #EA492E; }
span { border-color: rgb(234,73,46); }
td.TdClassName
{
border-color: #EA492E;
}
.TagClassName
{
border-color: #EA492E;
}
</style>