Shades of Torch Red #EA0224
Tints of Torch Red #EA0224
RGB
CMYK
RGB Variations
Color information
#EA0224 (or 0xEA0224) is known color: Torch Red. HEX triplet: EA, 02 and 24. RGB value is (234,2,36). Sum of RGB (Red+Green+Blue) = 234+2+36=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0224 is #15FDDB. Grayscale: #4B4B4B. Windows color (decimal): -1441244 or 2360042. OLE color: 2360042.
HSL color Cylindrical-coordinate representation of color #EA0224: hue angle of 351.21º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0224 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.08 |
| HSL | 351.21º | 0.98% | 0.46% | - |
| HSV(B) | 351.21º | 0.99% | 0.92% | - |
| XYZ | 34.27 | 17.66 | 3.27 | - |
| YUV | 75.24 | 105.86 | 241.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 36 | 0 | 0.99 | 0.85 | 0.08 | 351.21 | 0.98 | 0.46 |
| Hex | EA | 2 | 24 | 0 | 63 | 55 | 8 | 15F | 62 | 2E |
| Octal | 352 | 2 | 44 | 0 | 143 | 125 | 10 | 537 | 142 | 56 |
| Binary | 11101010 | 10 | 100100 | 0 | 1100011 | 1010101 | 1000 | 101011111 | 1100010 | 101110 |
Color Harmonies of #EA0224
Complementary color
Monochromatic Colors of #EA0224
Black with #EA0224
Text Example
Text Example
White with #EA0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0224; }
p { color: rgb(234,2,36); }
H1.HeaderClassName
{
color: #EA0224;
}
.AnyTagClassName
{
color: #EA0224;
}
</style>
background-color css
<style>
a { background-color: #EA0224; }
a { background-color: rgb(234,2,36); }
div.DivClassName
{
background-color: #EA0224;
}
.BgClassName
{
background-color: #EA0224;
}
</style>
border-color css
<style>
span { border-color: #EA0224; }
span { border-color: rgb(234,2,36); }
td.TdClassName
{
border-color: #EA0224;
}
.TagClassName
{
border-color: #EA0224;
}
</style>