Shades of Torch Red #EA0A2B
Tints of Torch Red #EA0A2B
RGB
CMYK
RGB Variations
Color information
#EA0A2B (or 0xEA0A2B) is known color: Torch Red. HEX triplet: EA, 0A and 2B. RGB value is (234,10,43). Sum of RGB (Red+Green+Blue) = 234+10+43=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0A2B is #15F5D4. Grayscale: #505050. Windows color (decimal): -1439189 or 2820842. OLE color: 2820842.
HSL color Cylindrical-coordinate representation of color #EA0A2B: hue angle of 351.16º 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 #EA0A2B is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 43 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.08 |
| HSL | 351.16º | 0.92% | 0.48% | - |
| HSV(B) | 351.16º | 0.96% | 0.92% | - |
| XYZ | 34.48 | 17.88 | 3.92 | - |
| YUV | 80.74 | 106.71 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 43 | 0 | 0.96 | 0.82 | 0.08 | 351.16 | 0.92 | 0.48 |
| Hex | EA | A | 2B | 0 | 60 | 52 | 8 | 15F | 5C | 30 |
| Octal | 352 | 12 | 53 | 0 | 140 | 122 | 10 | 537 | 134 | 60 |
| Binary | 11101010 | 1010 | 101011 | 0 | 1100000 | 1010010 | 1000 | 101011111 | 1011100 | 110000 |
Color Harmonies of #EA0A2B
Complementary color
Monochromatic Colors of #EA0A2B
Black with #EA0A2B
Text Example
Text Example
White with #EA0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A2B; }
p { color: rgb(234,10,43); }
H1.HeaderClassName
{
color: #EA0A2B;
}
.AnyTagClassName
{
color: #EA0A2B;
}
</style>
background-color css
<style>
a { background-color: #EA0A2B; }
a { background-color: rgb(234,10,43); }
div.DivClassName
{
background-color: #EA0A2B;
}
.BgClassName
{
background-color: #EA0A2B;
}
</style>
border-color css
<style>
span { border-color: #EA0A2B; }
span { border-color: rgb(234,10,43); }
td.TdClassName
{
border-color: #EA0A2B;
}
.TagClassName
{
border-color: #EA0A2B;
}
</style>