Shades of Torch Red #EA0920
Tints of Torch Red #EA0920
RGB
CMYK
RGB Variations
Color information
#EA0920 (or 0xEA0920) is known color: Torch Red. HEX triplet: EA, 09 and 20. RGB value is (234,9,32). Sum of RGB (Red+Green+Blue) = 234+9+32=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0920 is #15F6DF. Grayscale: #4F4F4F. Windows color (decimal): -1439456 or 2099690. OLE color: 2099690.
HSL color Cylindrical-coordinate representation of color #EA0920: hue angle of 353.87º degrees, saturation: 0.93, 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 #EA0920 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.08 |
| HSL | 353.87º | 0.93% | 0.48% | - |
| HSV(B) | 353.87º | 0.96% | 0.92% | - |
| XYZ | 34.29 | 17.79 | 2.99 | - |
| YUV | 78.9 | 101.54 | 238.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 32 | 0 | 0.96 | 0.86 | 0.08 | 353.87 | 0.93 | 0.48 |
| Hex | EA | 9 | 20 | 0 | 60 | 56 | 8 | 162 | 5D | 30 |
| Octal | 352 | 11 | 40 | 0 | 140 | 126 | 10 | 542 | 135 | 60 |
| Binary | 11101010 | 1001 | 100000 | 0 | 1100000 | 1010110 | 1000 | 101100010 | 1011101 | 110000 |
Color Harmonies of #EA0920
Complementary color
Monochromatic Colors of #EA0920
Black with #EA0920
Text Example
Text Example
White with #EA0920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0920; }
p { color: rgb(234,9,32); }
H1.HeaderClassName
{
color: #EA0920;
}
.AnyTagClassName
{
color: #EA0920;
}
</style>
background-color css
<style>
a { background-color: #EA0920; }
a { background-color: rgb(234,9,32); }
div.DivClassName
{
background-color: #EA0920;
}
.BgClassName
{
background-color: #EA0920;
}
</style>
border-color css
<style>
span { border-color: #EA0920; }
span { border-color: rgb(234,9,32); }
td.TdClassName
{
border-color: #EA0920;
}
.TagClassName
{
border-color: #EA0920;
}
</style>