Shades of Torch Red #EA0F2D
Tints of Torch Red #EA0F2D
RGB
CMYK
RGB Variations
Color information
#EA0F2D (or 0xEA0F2D) is known color: Torch Red. HEX triplet: EA, 0F and 2D. RGB value is (234,15,45). Sum of RGB (Red+Green+Blue) = 234+15+45=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F2D is #15F0D2. Grayscale: #545454. Windows color (decimal): -1437907 or 2953194. OLE color: 2953194.
HSL color Cylindrical-coordinate representation of color #EA0F2D: hue angle of 351.78º 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 #EA0F2D is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 45 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.08 |
| HSL | 351.78º | 0.88% | 0.49% | - |
| HSV(B) | 351.78º | 0.94% | 0.92% | - |
| XYZ | 34.58 | 18.02 | 4.14 | - |
| YUV | 83.9 | 106.05 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 45 | 0 | 0.94 | 0.81 | 0.08 | 351.78 | 0.88 | 0.49 |
| Hex | EA | F | 2D | 0 | 5E | 51 | 8 | 160 | 58 | 31 |
| Octal | 352 | 17 | 55 | 0 | 136 | 121 | 10 | 540 | 130 | 61 |
| Binary | 11101010 | 1111 | 101101 | 0 | 1011110 | 1010001 | 1000 | 101100000 | 1011000 | 110001 |
Color Harmonies of #EA0F2D
Complementary color
Monochromatic Colors of #EA0F2D
Black with #EA0F2D
Text Example
Text Example
White with #EA0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F2D; }
p { color: rgb(234,15,45); }
H1.HeaderClassName
{
color: #EA0F2D;
}
.AnyTagClassName
{
color: #EA0F2D;
}
</style>
background-color css
<style>
a { background-color: #EA0F2D; }
a { background-color: rgb(234,15,45); }
div.DivClassName
{
background-color: #EA0F2D;
}
.BgClassName
{
background-color: #EA0F2D;
}
</style>
border-color css
<style>
span { border-color: #EA0F2D; }
span { border-color: rgb(234,15,45); }
td.TdClassName
{
border-color: #EA0F2D;
}
.TagClassName
{
border-color: #EA0F2D;
}
</style>