Shades of Torch Red #EA0A2D
Tints of Torch Red #EA0A2D
RGB
CMYK
RGB Variations
Color information
#EA0A2D (or 0xEA0A2D) is known color: Torch Red. HEX triplet: EA, 0A and 2D. RGB value is (234,10,45). Sum of RGB (Red+Green+Blue) = 234+10+45=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A2D is #15F5D2. Grayscale: #515151. Windows color (decimal): -1439187 or 2951914. OLE color: 2951914.
HSL color Cylindrical-coordinate representation of color #EA0A2D: hue angle of 350.62º 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 #EA0A2D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.08 |
| HSL | 350.63º | 0.92% | 0.48% | - |
| HSV(B) | 350.63º | 0.96% | 0.92% | - |
| XYZ | 34.51 | 17.9 | 4.12 | - |
| YUV | 80.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 45 | 0 | 0.96 | 0.81 | 0.08 | 350.63 | 0.92 | 0.48 |
| Hex | EA | A | 2D | 0 | 60 | 51 | 8 | 15F | 5C | 30 |
| Octal | 352 | 12 | 55 | 0 | 140 | 121 | 10 | 537 | 134 | 60 |
| Binary | 11101010 | 1010 | 101101 | 0 | 1100000 | 1010001 | 1000 | 101011111 | 1011100 | 110000 |
Color Harmonies of #EA0A2D
Complementary color
Monochromatic Colors of #EA0A2D
Black with #EA0A2D
Text Example
Text Example
White with #EA0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A2D; }
p { color: rgb(234,10,45); }
H1.HeaderClassName
{
color: #EA0A2D;
}
.AnyTagClassName
{
color: #EA0A2D;
}
</style>
background-color css
<style>
a { background-color: #EA0A2D; }
a { background-color: rgb(234,10,45); }
div.DivClassName
{
background-color: #EA0A2D;
}
.BgClassName
{
background-color: #EA0A2D;
}
</style>
border-color css
<style>
span { border-color: #EA0A2D; }
span { border-color: rgb(234,10,45); }
td.TdClassName
{
border-color: #EA0A2D;
}
.TagClassName
{
border-color: #EA0A2D;
}
</style>