Shades of Red #EA0C00
Tints of Red #EA0C00
RGB
CMYK
RGB Variations
Color information
#EA0C00 (or 0xEA0C00) is known color: Red. HEX triplet: EA, 0C and 00. RGB value is (234,12,0). Sum of RGB (Red+Green+Blue) = 234+12+0=246 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.12% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0C00 is #15F3FF. Grayscale: #4D4D4D. Windows color (decimal): -1438720 or 3306. OLE color: 3306.
HSL color Cylindrical-coordinate representation of color #EA0C00: hue angle of 3.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0C00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.08 |
| HSL | 3.08º | 1% | 0.46% | - |
| HSV(B) | 3.08º | 1% | 0.92% | - |
| XYZ | 34.06 | 17.76 | 1.63 | - |
| YUV | 77.01 | 84.55 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 0 | 0 | 0.95 | 1 | 0.08 | 3.08 | 1 | 0.46 |
| Hex | EA | C | 0 | 0 | 5F | 64 | 8 | 3 | 64 | 2E |
| Octal | 352 | 14 | 0 | 0 | 137 | 144 | 10 | 3 | 144 | 56 |
| Binary | 11101010 | 1100 | 0 | 0 | 1011111 | 1100100 | 1000 | 11 | 1100100 | 101110 |
Color Harmonies of #EA0C00
Complementary color
Monochromatic Colors of #EA0C00
Black with #EA0C00
Text Example
Text Example
White with #EA0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C00; }
p { color: rgb(234,12,0); }
H1.HeaderClassName
{
color: #EA0C00;
}
.AnyTagClassName
{
color: #EA0C00;
}
</style>
background-color css
<style>
a { background-color: #EA0C00; }
a { background-color: rgb(234,12,0); }
div.DivClassName
{
background-color: #EA0C00;
}
.BgClassName
{
background-color: #EA0C00;
}
</style>
border-color css
<style>
span { border-color: #EA0C00; }
span { border-color: rgb(234,12,0); }
td.TdClassName
{
border-color: #EA0C00;
}
.TagClassName
{
border-color: #EA0C00;
}
</style>