Shades of Torch Red #EB1024
Tints of Torch Red #EB1024
RGB
CMYK
RGB Variations
Color information
#EB1024 (or 0xEB1024) is known color: Torch Red. HEX triplet: EB, 10 and 24. RGB value is (235,16,36). Sum of RGB (Red+Green+Blue) = 235+16+36=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1024 is #14EFDB. Grayscale: #535353. Windows color (decimal): -1372124 or 2363627. OLE color: 2363627.
HSL color Cylindrical-coordinate representation of color #EB1024: hue angle of 354.52º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB1024 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 36 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.08 |
| HSL | 354.52º | 0.87% | 0.49% | - |
| HSV(B) | 354.52º | 0.93% | 0.92% | - |
| XYZ | 34.76 | 18.16 | 3.34 | - |
| YUV | 83.76 | 101.05 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 36 | 0 | 0.93 | 0.85 | 0.08 | 354.52 | 0.87 | 0.49 |
| Hex | EB | 10 | 24 | 0 | 5D | 55 | 8 | 163 | 57 | 31 |
| Octal | 353 | 20 | 44 | 0 | 135 | 125 | 10 | 543 | 127 | 61 |
| Binary | 11101011 | 10000 | 100100 | 0 | 1011101 | 1010101 | 1000 | 101100011 | 1010111 | 110001 |
Color Harmonies of #EB1024
Complementary color
Monochromatic Colors of #EB1024
Black with #EB1024
Text Example
Text Example
White with #EB1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1024; }
p { color: rgb(235,16,36); }
H1.HeaderClassName
{
color: #EB1024;
}
.AnyTagClassName
{
color: #EB1024;
}
</style>
background-color css
<style>
a { background-color: #EB1024; }
a { background-color: rgb(235,16,36); }
div.DivClassName
{
background-color: #EB1024;
}
.BgClassName
{
background-color: #EB1024;
}
</style>
border-color css
<style>
span { border-color: #EB1024; }
span { border-color: rgb(235,16,36); }
td.TdClassName
{
border-color: #EB1024;
}
.TagClassName
{
border-color: #EB1024;
}
</style>