Shades of Torch Red #EA0B2C
Tints of Torch Red #EA0B2C
RGB
CMYK
RGB Variations
Color information
#EA0B2C (or 0xEA0B2C) is known color: Torch Red. HEX triplet: EA, 0B and 2C. RGB value is (234,11,44). Sum of RGB (Red+Green+Blue) = 234+11+44=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0B2C is #15F4D3. Grayscale: #515151. Windows color (decimal): -1438932 or 2886634. OLE color: 2886634.
HSL color Cylindrical-coordinate representation of color #EA0B2C: hue angle of 351.12º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B2C is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 44 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.08 |
| HSL | 351.12º | 0.91% | 0.48% | - |
| HSV(B) | 351.12º | 0.95% | 0.92% | - |
| XYZ | 34.51 | 17.91 | 4.02 | - |
| YUV | 81.44 | 106.88 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 44 | 0 | 0.95 | 0.81 | 0.08 | 351.12 | 0.91 | 0.48 |
| Hex | EA | B | 2C | 0 | 5F | 51 | 8 | 15F | 5B | 30 |
| Octal | 352 | 13 | 54 | 0 | 137 | 121 | 10 | 537 | 133 | 60 |
| Binary | 11101010 | 1011 | 101100 | 0 | 1011111 | 1010001 | 1000 | 101011111 | 1011011 | 110000 |
Color Harmonies of #EA0B2C
Complementary color
Monochromatic Colors of #EA0B2C
Black with #EA0B2C
Text Example
Text Example
White with #EA0B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B2C; }
p { color: rgb(234,11,44); }
H1.HeaderClassName
{
color: #EA0B2C;
}
.AnyTagClassName
{
color: #EA0B2C;
}
</style>
background-color css
<style>
a { background-color: #EA0B2C; }
a { background-color: rgb(234,11,44); }
div.DivClassName
{
background-color: #EA0B2C;
}
.BgClassName
{
background-color: #EA0B2C;
}
</style>
border-color css
<style>
span { border-color: #EA0B2C; }
span { border-color: rgb(234,11,44); }
td.TdClassName
{
border-color: #EA0B2C;
}
.TagClassName
{
border-color: #EA0B2C;
}
</style>