Shades of Torch Red #EB0A20
Tints of Torch Red #EB0A20
RGB
CMYK
RGB Variations
Color information
#EB0A20 (or 0xEB0A20) is known color: Torch Red. HEX triplet: EB, 0A and 20. RGB value is (235,10,32). Sum of RGB (Red+Green+Blue) = 235+10+32=277 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.84% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0A20 is #14F5DF. Grayscale: #4F4F4F. Windows color (decimal): -1373664 or 2099947. OLE color: 2099947.
HSL color Cylindrical-coordinate representation of color #EB0A20: hue angle of 354.13º degrees, saturation: 0.92, 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 #EB0A20 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 10 | 32 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.08 |
| HSL | 354.13º | 0.92% | 0.48% | - |
| HSV(B) | 354.13º | 0.96% | 0.92% | - |
| XYZ | 34.63 | 17.98 | 3.01 | - |
| YUV | 79.78 | 101.04 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 10 | 32 | 0 | 0.96 | 0.86 | 0.08 | 354.13 | 0.92 | 0.48 |
| Hex | EB | A | 20 | 0 | 60 | 56 | 8 | 162 | 5C | 30 |
| Octal | 353 | 12 | 40 | 0 | 140 | 126 | 10 | 542 | 134 | 60 |
| Binary | 11101011 | 1010 | 100000 | 0 | 1100000 | 1010110 | 1000 | 101100010 | 1011100 | 110000 |
Color Harmonies of #EB0A20
Complementary color
Monochromatic Colors of #EB0A20
Black with #EB0A20
Text Example
Text Example
White with #EB0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0A20; }
p { color: rgb(235,10,32); }
H1.HeaderClassName
{
color: #EB0A20;
}
.AnyTagClassName
{
color: #EB0A20;
}
</style>
background-color css
<style>
a { background-color: #EB0A20; }
a { background-color: rgb(235,10,32); }
div.DivClassName
{
background-color: #EB0A20;
}
.BgClassName
{
background-color: #EB0A20;
}
</style>
border-color css
<style>
span { border-color: #EB0A20; }
span { border-color: rgb(235,10,32); }
td.TdClassName
{
border-color: #EB0A20;
}
.TagClassName
{
border-color: #EB0A20;
}
</style>