Shades of Cinnabar #EA3E2E
Tints of Cinnabar #EA3E2E
RGB
CMYK
RGB Variations
Color information
#EA3E2E (or 0xEA3E2E) is known color: Cinnabar. HEX triplet: EA, 3E and 2E. RGB value is (234,62,46). Sum of RGB (Red+Green+Blue) = 234+62+46=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E2E is #15C1D1. Grayscale: #6F6F6F. Windows color (decimal): -1425874 or 3030762. OLE color: 3030762.
HSL color Cylindrical-coordinate representation of color #EA3E2E: hue angle of 5.11º 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 #EA3E2E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 62 | 46 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.08 |
| HSL | 5.11º | 0.82% | 0.55% | - |
| HSV(B) | 5.11º | 0.8% | 0.92% | - |
| XYZ | 36.15 | 21.13 | 4.76 | - |
| YUV | 111.6 | 90.98 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 62 | 46 | 0 | 0.74 | 0.80 | 0.08 | 5.11 | 0.82 | 0.55 |
| Hex | EA | 3E | 2E | 0 | 4A | 50 | 8 | 5 | 52 | 37 |
| Octal | 352 | 76 | 56 | 0 | 112 | 120 | 10 | 5 | 122 | 67 |
| Binary | 11101010 | 111110 | 101110 | 0 | 1001010 | 1010000 | 1000 | 101 | 1010010 | 110111 |
Color Harmonies of #EA3E2E
Complementary color
Monochromatic Colors of #EA3E2E
Black with #EA3E2E
Text Example
Text Example
White with #EA3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3E2E; }
p { color: rgb(234,62,46); }
H1.HeaderClassName
{
color: #EA3E2E;
}
.AnyTagClassName
{
color: #EA3E2E;
}
</style>
background-color css
<style>
a { background-color: #EA3E2E; }
a { background-color: rgb(234,62,46); }
div.DivClassName
{
background-color: #EA3E2E;
}
.BgClassName
{
background-color: #EA3E2E;
}
</style>
border-color css
<style>
span { border-color: #EA3E2E; }
span { border-color: rgb(234,62,46); }
td.TdClassName
{
border-color: #EA3E2E;
}
.TagClassName
{
border-color: #EA3E2E;
}
</style>