Shades of Torch Red #EA052E
Tints of Torch Red #EA052E
RGB
CMYK
RGB Variations
Color information
#EA052E (or 0xEA052E) is known color: Torch Red. HEX triplet: EA, 05 and 2E. RGB value is (234,5,46). Sum of RGB (Red+Green+Blue) = 234+5+46=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA052E is #15FAD1. Grayscale: #4E4E4E. Windows color (decimal): -1440466 or 3016170. OLE color: 3016170.
HSL color Cylindrical-coordinate representation of color #EA052E: hue angle of 349.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA052E is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.08 |
| HSL | 349.26º | 0.96% | 0.47% | - |
| HSV(B) | 349.26º | 0.98% | 0.92% | - |
| XYZ | 34.48 | 17.8 | 4.2 | - |
| YUV | 78.15 | 109.87 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 5 | 46 | 0 | 0.98 | 0.80 | 0.08 | 349.26 | 0.96 | 0.47 |
| Hex | EA | 5 | 2E | 0 | 62 | 50 | 8 | 15D | 60 | 2F |
| Octal | 352 | 5 | 56 | 0 | 142 | 120 | 10 | 535 | 140 | 57 |
| Binary | 11101010 | 101 | 101110 | 0 | 1100010 | 1010000 | 1000 | 101011101 | 1100000 | 101111 |
Color Harmonies of #EA052E
Complementary color
Monochromatic Colors of #EA052E
Black with #EA052E
Text Example
Text Example
White with #EA052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA052E; }
p { color: rgb(234,5,46); }
H1.HeaderClassName
{
color: #EA052E;
}
.AnyTagClassName
{
color: #EA052E;
}
</style>
background-color css
<style>
a { background-color: #EA052E; }
a { background-color: rgb(234,5,46); }
div.DivClassName
{
background-color: #EA052E;
}
.BgClassName
{
background-color: #EA052E;
}
</style>
border-color css
<style>
span { border-color: #EA052E; }
span { border-color: rgb(234,5,46); }
td.TdClassName
{
border-color: #EA052E;
}
.TagClassName
{
border-color: #EA052E;
}
</style>