Shades of Torch Red #EB0219
Tints of Torch Red #EB0219
RGB
CMYK
RGB Variations
Color information
#EB0219 (or 0xEB0219) is known color: Torch Red. HEX triplet: EB, 02 and 19. RGB value is (235,2,25). Sum of RGB (Red+Green+Blue) = 235+2+25=262 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.69% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0219 is #14FDE6. Grayscale: #4A4A4A. Windows color (decimal): -1375719 or 1639147. OLE color: 1639147.
HSL color Cylindrical-coordinate representation of color #EB0219: hue angle of 354.08º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0219 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.08 |
| HSL | 354.08º | 0.98% | 0.46% | - |
| HSV(B) | 354.08º | 0.99% | 0.92% | - |
| XYZ | 34.46 | 17.78 | 2.53 | - |
| YUV | 74.29 | 100.19 | 242.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 25 | 0 | 0.99 | 0.89 | 0.08 | 354.08 | 0.98 | 0.46 |
| Hex | EB | 2 | 19 | 0 | 63 | 59 | 8 | 162 | 62 | 2E |
| Octal | 353 | 2 | 31 | 0 | 143 | 131 | 10 | 542 | 142 | 56 |
| Binary | 11101011 | 10 | 11001 | 0 | 1100011 | 1011001 | 1000 | 101100010 | 1100010 | 101110 |
Color Harmonies of #EB0219
Complementary color
Monochromatic Colors of #EB0219
Black with #EB0219
Text Example
Text Example
White with #EB0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0219; }
p { color: rgb(235,2,25); }
H1.HeaderClassName
{
color: #EB0219;
}
.AnyTagClassName
{
color: #EB0219;
}
</style>
background-color css
<style>
a { background-color: #EB0219; }
a { background-color: rgb(235,2,25); }
div.DivClassName
{
background-color: #EB0219;
}
.BgClassName
{
background-color: #EB0219;
}
</style>
border-color css
<style>
span { border-color: #EB0219; }
span { border-color: rgb(235,2,25); }
td.TdClassName
{
border-color: #EB0219;
}
.TagClassName
{
border-color: #EB0219;
}
</style>