Shades of Red #EA120C
Tints of Red #EA120C
RGB
CMYK
RGB Variations
Color information
#EA120C (or 0xEA120C) is known color: Red. HEX triplet: EA, 12 and 0C. RGB value is (234,18,12). Sum of RGB (Red+Green+Blue) = 234+18+12=264 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.64% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 234 - color contains mainly: red. Hex color #EA120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA120C is #15EDF3. Grayscale: #525252. Windows color (decimal): -1437172 or 791274. OLE color: 791274.
HSL color Cylindrical-coordinate representation of color #EA120C: hue angle of 1.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA120C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.08 |
| HSL | 1.62º | 0.9% | 0.48% | - |
| HSV(B) | 1.62º | 0.95% | 0.92% | - |
| XYZ | 34.21 | 17.95 | 2.01 | - |
| YUV | 81.9 | 88.56 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 12 | 0 | 0.92 | 0.95 | 0.08 | 1.62 | 0.9 | 0.48 |
| Hex | EA | 12 | C | 0 | 5C | 5F | 8 | 2 | 5A | 30 |
| Octal | 352 | 22 | 14 | 0 | 134 | 137 | 10 | 2 | 132 | 60 |
| Binary | 11101010 | 10010 | 1100 | 0 | 1011100 | 1011111 | 1000 | 10 | 1011010 | 110000 |
Color Harmonies of #EA120C
Complementary color
Monochromatic Colors of #EA120C
Black with #EA120C
Text Example
Text Example
White with #EA120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA120C; }
p { color: rgb(234,18,12); }
H1.HeaderClassName
{
color: #EA120C;
}
.AnyTagClassName
{
color: #EA120C;
}
</style>
background-color css
<style>
a { background-color: #EA120C; }
a { background-color: rgb(234,18,12); }
div.DivClassName
{
background-color: #EA120C;
}
.BgClassName
{
background-color: #EA120C;
}
</style>
border-color css
<style>
span { border-color: #EA120C; }
span { border-color: rgb(234,18,12); }
td.TdClassName
{
border-color: #EA120C;
}
.TagClassName
{
border-color: #EA120C;
}
</style>