Shades of Torch Red #EA0F28
Tints of Torch Red #EA0F28
RGB
CMYK
RGB Variations
Color information
#EA0F28 (or 0xEA0F28) is known color: Torch Red. HEX triplet: EA, 0F and 28. RGB value is (234,15,40). Sum of RGB (Red+Green+Blue) = 234+15+40=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F28 is #15F0D7. Grayscale: #535353. Windows color (decimal): -1437912 or 2625514. OLE color: 2625514.
HSL color Cylindrical-coordinate representation of color #EA0F28: hue angle of 353.15º 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 #EA0F28 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 40 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.08 |
| HSL | 353.15º | 0.88% | 0.49% | - |
| HSV(B) | 353.15º | 0.94% | 0.92% | - |
| XYZ | 34.49 | 17.99 | 3.66 | - |
| YUV | 83.33 | 103.55 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 40 | 0 | 0.94 | 0.83 | 0.08 | 353.15 | 0.88 | 0.49 |
| Hex | EA | F | 28 | 0 | 5E | 53 | 8 | 161 | 58 | 31 |
| Octal | 352 | 17 | 50 | 0 | 136 | 123 | 10 | 541 | 130 | 61 |
| Binary | 11101010 | 1111 | 101000 | 0 | 1011110 | 1010011 | 1000 | 101100001 | 1011000 | 110001 |
Color Harmonies of #EA0F28
Complementary color
Monochromatic Colors of #EA0F28
Black with #EA0F28
Text Example
Text Example
White with #EA0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F28; }
p { color: rgb(234,15,40); }
H1.HeaderClassName
{
color: #EA0F28;
}
.AnyTagClassName
{
color: #EA0F28;
}
</style>
background-color css
<style>
a { background-color: #EA0F28; }
a { background-color: rgb(234,15,40); }
div.DivClassName
{
background-color: #EA0F28;
}
.BgClassName
{
background-color: #EA0F28;
}
</style>
border-color css
<style>
span { border-color: #EA0F28; }
span { border-color: rgb(234,15,40); }
td.TdClassName
{
border-color: #EA0F28;
}
.TagClassName
{
border-color: #EA0F28;
}
</style>