Shades of Torch Red #EA0A2C
Tints of Torch Red #EA0A2C
RGB
CMYK
RGB Variations
Color information
#EA0A2C (or 0xEA0A2C) is known color: Torch Red. HEX triplet: EA, 0A and 2C. RGB value is (234,10,44). Sum of RGB (Red+Green+Blue) = 234+10+44=288 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.25% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A2C is #15F5D3. Grayscale: #505050. Windows color (decimal): -1439188 or 2886378. OLE color: 2886378.
HSL color Cylindrical-coordinate representation of color #EA0A2C: hue angle of 350.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A2C is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 44 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.08 |
| HSL | 350.89º | 0.92% | 0.48% | - |
| HSV(B) | 350.89º | 0.96% | 0.92% | - |
| XYZ | 34.49 | 17.89 | 4.02 | - |
| YUV | 80.85 | 107.21 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 44 | 0 | 0.96 | 0.81 | 0.08 | 350.89 | 0.92 | 0.48 |
| Hex | EA | A | 2C | 0 | 60 | 51 | 8 | 15F | 5C | 30 |
| Octal | 352 | 12 | 54 | 0 | 140 | 121 | 10 | 537 | 134 | 60 |
| Binary | 11101010 | 1010 | 101100 | 0 | 1100000 | 1010001 | 1000 | 101011111 | 1011100 | 110000 |
Color Harmonies of #EA0A2C
Complementary color
Monochromatic Colors of #EA0A2C
Black with #EA0A2C
Text Example
Text Example
White with #EA0A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A2C; }
p { color: rgb(234,10,44); }
H1.HeaderClassName
{
color: #EA0A2C;
}
.AnyTagClassName
{
color: #EA0A2C;
}
</style>
background-color css
<style>
a { background-color: #EA0A2C; }
a { background-color: rgb(234,10,44); }
div.DivClassName
{
background-color: #EA0A2C;
}
.BgClassName
{
background-color: #EA0A2C;
}
</style>
border-color css
<style>
span { border-color: #EA0A2C; }
span { border-color: rgb(234,10,44); }
td.TdClassName
{
border-color: #EA0A2C;
}
.TagClassName
{
border-color: #EA0A2C;
}
</style>