Shades of Torch Red #EA0A29
Tints of Torch Red #EA0A29
RGB
CMYK
RGB Variations
Color information
#EA0A29 (or 0xEA0A29) is known color: Torch Red. HEX triplet: EA, 0A and 29. RGB value is (234,10,41). Sum of RGB (Red+Green+Blue) = 234+10+41=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A29 is #15F5D6. Grayscale: #505050. Windows color (decimal): -1439191 or 2689770. OLE color: 2689770.
HSL color Cylindrical-coordinate representation of color #EA0A29: hue angle of 351.7º 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 #EA0A29 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 41 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.08 |
| HSL | 351.7º | 0.92% | 0.48% | - |
| HSV(B) | 351.7º | 0.96% | 0.92% | - |
| XYZ | 34.44 | 17.87 | 3.73 | - |
| YUV | 80.51 | 105.71 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 41 | 0 | 0.96 | 0.82 | 0.08 | 351.7 | 0.92 | 0.48 |
| Hex | EA | A | 29 | 0 | 60 | 52 | 8 | 160 | 5C | 30 |
| Octal | 352 | 12 | 51 | 0 | 140 | 122 | 10 | 540 | 134 | 60 |
| Binary | 11101010 | 1010 | 101001 | 0 | 1100000 | 1010010 | 1000 | 101100000 | 1011100 | 110000 |
Color Harmonies of #EA0A29
Complementary color
Monochromatic Colors of #EA0A29
Black with #EA0A29
Text Example
Text Example
White with #EA0A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A29; }
p { color: rgb(234,10,41); }
H1.HeaderClassName
{
color: #EA0A29;
}
.AnyTagClassName
{
color: #EA0A29;
}
</style>
background-color css
<style>
a { background-color: #EA0A29; }
a { background-color: rgb(234,10,41); }
div.DivClassName
{
background-color: #EA0A29;
}
.BgClassName
{
background-color: #EA0A29;
}
</style>
border-color css
<style>
span { border-color: #EA0A29; }
span { border-color: rgb(234,10,41); }
td.TdClassName
{
border-color: #EA0A29;
}
.TagClassName
{
border-color: #EA0A29;
}
</style>