Shades of Torch Red #EA0E26
Tints of Torch Red #EA0E26
RGB
CMYK
RGB Variations
Color information
#EA0E26 (or 0xEA0E26) is known color: Torch Red. HEX triplet: EA, 0E and 26. RGB value is (234,14,38). Sum of RGB (Red+Green+Blue) = 234+14+38=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0E26 is #15F1D9. Grayscale: #525252. Windows color (decimal): -1438170 or 2494186. OLE color: 2494186.
HSL color Cylindrical-coordinate representation of color #EA0E26: hue angle of 353.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0E26 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 38 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.08 |
| HSL | 353.45º | 0.89% | 0.49% | - |
| HSV(B) | 353.45º | 0.94% | 0.92% | - |
| XYZ | 34.44 | 17.95 | 3.48 | - |
| YUV | 82.52 | 102.89 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 38 | 0 | 0.94 | 0.84 | 0.08 | 353.45 | 0.89 | 0.49 |
| Hex | EA | E | 26 | 0 | 5E | 54 | 8 | 161 | 59 | 31 |
| Octal | 352 | 16 | 46 | 0 | 136 | 124 | 10 | 541 | 131 | 61 |
| Binary | 11101010 | 1110 | 100110 | 0 | 1011110 | 1010100 | 1000 | 101100001 | 1011001 | 110001 |
Color Harmonies of #EA0E26
Complementary color
Monochromatic Colors of #EA0E26
Black with #EA0E26
Text Example
Text Example
White with #EA0E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0E26; }
p { color: rgb(234,14,38); }
H1.HeaderClassName
{
color: #EA0E26;
}
.AnyTagClassName
{
color: #EA0E26;
}
</style>
background-color css
<style>
a { background-color: #EA0E26; }
a { background-color: rgb(234,14,38); }
div.DivClassName
{
background-color: #EA0E26;
}
.BgClassName
{
background-color: #EA0E26;
}
</style>
border-color css
<style>
span { border-color: #EA0E26; }
span { border-color: rgb(234,14,38); }
td.TdClassName
{
border-color: #EA0E26;
}
.TagClassName
{
border-color: #EA0E26;
}
</style>