Shades of Torch Red #ED0519
Tints of Torch Red #ED0519
RGB
CMYK
RGB Variations
Color information
#ED0519 (or 0xED0519) is known color: Torch Red. HEX triplet: ED, 05 and 19. RGB value is (237,5,25). Sum of RGB (Red+Green+Blue) = 237+5+25=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0519 is #12FAE6. Grayscale: #4C4C4C. Windows color (decimal): -1243879 or 1639917. OLE color: 1639917.
HSL color Cylindrical-coordinate representation of color #ED0519: hue angle of 354.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0519 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.07 |
| HSL | 354.83º | 0.96% | 0.47% | - |
| HSV(B) | 354.83º | 0.98% | 0.93% | - |
| XYZ | 35.15 | 18.18 | 2.58 | - |
| YUV | 76.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 25 | 0 | 0.98 | 0.89 | 0.07 | 354.83 | 0.96 | 0.47 |
| Hex | ED | 5 | 19 | 0 | 62 | 59 | 7 | 163 | 60 | 2F |
| Octal | 355 | 5 | 31 | 0 | 142 | 131 | 7 | 543 | 140 | 57 |
| Binary | 11101101 | 101 | 11001 | 0 | 1100010 | 1011001 | 111 | 101100011 | 1100000 | 101111 |
Color Harmonies of #ED0519
Complementary color
Monochromatic Colors of #ED0519
Black with #ED0519
Text Example
Text Example
White with #ED0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0519; }
p { color: rgb(237,5,25); }
H1.HeaderClassName
{
color: #ED0519;
}
.AnyTagClassName
{
color: #ED0519;
}
</style>
background-color css
<style>
a { background-color: #ED0519; }
a { background-color: rgb(237,5,25); }
div.DivClassName
{
background-color: #ED0519;
}
.BgClassName
{
background-color: #ED0519;
}
</style>
border-color css
<style>
span { border-color: #ED0519; }
span { border-color: rgb(237,5,25); }
td.TdClassName
{
border-color: #ED0519;
}
.TagClassName
{
border-color: #ED0519;
}
</style>