Shades of Torch Red #EA0F2C
Tints of Torch Red #EA0F2C
RGB
CMYK
RGB Variations
Color information
#EA0F2C (or 0xEA0F2C) is known color: Torch Red. HEX triplet: EA, 0F and 2C. RGB value is (234,15,44). Sum of RGB (Red+Green+Blue) = 234+15+44=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F2C is #15F0D3. Grayscale: #535353. Windows color (decimal): -1437908 or 2887658. OLE color: 2887658.
HSL color Cylindrical-coordinate representation of color #EA0F2C: hue angle of 352.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F2C is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 44 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.08 |
| HSL | 352.05º | 0.88% | 0.49% | - |
| HSV(B) | 352.05º | 0.94% | 0.92% | - |
| XYZ | 34.56 | 18.02 | 4.04 | - |
| YUV | 83.79 | 105.55 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 44 | 0 | 0.94 | 0.81 | 0.08 | 352.05 | 0.88 | 0.49 |
| Hex | EA | F | 2C | 0 | 5E | 51 | 8 | 160 | 58 | 31 |
| Octal | 352 | 17 | 54 | 0 | 136 | 121 | 10 | 540 | 130 | 61 |
| Binary | 11101010 | 1111 | 101100 | 0 | 1011110 | 1010001 | 1000 | 101100000 | 1011000 | 110001 |
Color Harmonies of #EA0F2C
Complementary color
Monochromatic Colors of #EA0F2C
Black with #EA0F2C
Text Example
Text Example
White with #EA0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F2C; }
p { color: rgb(234,15,44); }
H1.HeaderClassName
{
color: #EA0F2C;
}
.AnyTagClassName
{
color: #EA0F2C;
}
</style>
background-color css
<style>
a { background-color: #EA0F2C; }
a { background-color: rgb(234,15,44); }
div.DivClassName
{
background-color: #EA0F2C;
}
.BgClassName
{
background-color: #EA0F2C;
}
</style>
border-color css
<style>
span { border-color: #EA0F2C; }
span { border-color: rgb(234,15,44); }
td.TdClassName
{
border-color: #EA0F2C;
}
.TagClassName
{
border-color: #EA0F2C;
}
</style>