Shades of Torch Red #ED0517
Tints of Torch Red #ED0517
RGB
CMYK
RGB Variations
Color information
#ED0517 (or 0xED0517) is known color: Torch Red. HEX triplet: ED, 05 and 17. RGB value is (237,5,23). Sum of RGB (Red+Green+Blue) = 237+5+23=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0517 is #12FAE8. Grayscale: #4C4C4C. Windows color (decimal): -1243881 or 1508845. OLE color: 1508845.
HSL color Cylindrical-coordinate representation of color #ED0517: hue angle of 355.34º 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 #ED0517 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.07 |
| HSL | 355.34º | 0.96% | 0.47% | - |
| HSV(B) | 355.34º | 0.98% | 0.93% | - |
| XYZ | 35.13 | 18.17 | 2.47 | - |
| YUV | 76.42 | 97.86 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 23 | 0 | 0.98 | 0.90 | 0.07 | 355.34 | 0.96 | 0.47 |
| Hex | ED | 5 | 17 | 0 | 62 | 5A | 7 | 163 | 60 | 2F |
| Octal | 355 | 5 | 27 | 0 | 142 | 132 | 7 | 543 | 140 | 57 |
| Binary | 11101101 | 101 | 10111 | 0 | 1100010 | 1011010 | 111 | 101100011 | 1100000 | 101111 |
Color Harmonies of #ED0517
Complementary color
Monochromatic Colors of #ED0517
Black with #ED0517
Text Example
Text Example
White with #ED0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0517; }
p { color: rgb(237,5,23); }
H1.HeaderClassName
{
color: #ED0517;
}
.AnyTagClassName
{
color: #ED0517;
}
</style>
background-color css
<style>
a { background-color: #ED0517; }
a { background-color: rgb(237,5,23); }
div.DivClassName
{
background-color: #ED0517;
}
.BgClassName
{
background-color: #ED0517;
}
</style>
border-color css
<style>
span { border-color: #ED0517; }
span { border-color: rgb(237,5,23); }
td.TdClassName
{
border-color: #ED0517;
}
.TagClassName
{
border-color: #ED0517;
}
</style>