Shades of Cinnabar #EA3C2E
Tints of Cinnabar #EA3C2E
RGB
CMYK
RGB Variations
Color information
#EA3C2E (or 0xEA3C2E) is known color: Cinnabar. HEX triplet: EA, 3C and 2E. RGB value is (234,60,46). Sum of RGB (Red+Green+Blue) = 234+60+46=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C2E is #15C3D1. Grayscale: #6E6E6E. Windows color (decimal): -1426386 or 3030250. OLE color: 3030250.
HSL color Cylindrical-coordinate representation of color #EA3C2E: hue angle of 4.47º 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 #EA3C2E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 60 | 46 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.08 |
| HSL | 4.47º | 0.82% | 0.55% | - |
| HSV(B) | 4.47º | 0.8% | 0.92% | - |
| XYZ | 36.04 | 20.92 | 4.72 | - |
| YUV | 110.43 | 91.65 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 46 | 0 | 0.74 | 0.80 | 0.08 | 4.47 | 0.82 | 0.55 |
| Hex | EA | 3C | 2E | 0 | 4A | 50 | 8 | 4 | 52 | 37 |
| Octal | 352 | 74 | 56 | 0 | 112 | 120 | 10 | 4 | 122 | 67 |
| Binary | 11101010 | 111100 | 101110 | 0 | 1001010 | 1010000 | 1000 | 100 | 1010010 | 110111 |
Color Harmonies of #EA3C2E
Complementary color
Monochromatic Colors of #EA3C2E
Black with #EA3C2E
Text Example
Text Example
White with #EA3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3C2E; }
p { color: rgb(234,60,46); }
H1.HeaderClassName
{
color: #EA3C2E;
}
.AnyTagClassName
{
color: #EA3C2E;
}
</style>
background-color css
<style>
a { background-color: #EA3C2E; }
a { background-color: rgb(234,60,46); }
div.DivClassName
{
background-color: #EA3C2E;
}
.BgClassName
{
background-color: #EA3C2E;
}
</style>
border-color css
<style>
span { border-color: #EA3C2E; }
span { border-color: rgb(234,60,46); }
td.TdClassName
{
border-color: #EA3C2E;
}
.TagClassName
{
border-color: #EA3C2E;
}
</style>