Shades of Torch Red #ED0720
Tints of Torch Red #ED0720
RGB
CMYK
RGB Variations
Color information
#ED0720 (or 0xED0720) is known color: Torch Red. HEX triplet: ED, 07 and 20. RGB value is (237,7,32). Sum of RGB (Red+Green+Blue) = 237+7+32=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0720 is #12F8DF. Grayscale: #4E4E4E. Windows color (decimal): -1243360 or 2099181. OLE color: 2099181.
HSL color Cylindrical-coordinate representation of color #ED0720: hue angle of 353.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0720 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 32 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.07 |
| HSL | 353.48º | 0.94% | 0.48% | - |
| HSV(B) | 353.48º | 0.97% | 0.93% | - |
| XYZ | 35.26 | 18.26 | 3.03 | - |
| YUV | 78.62 | 101.7 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 32 | 0 | 0.97 | 0.86 | 0.07 | 353.48 | 0.94 | 0.48 |
| Hex | ED | 7 | 20 | 0 | 61 | 56 | 7 | 161 | 5E | 30 |
| Octal | 355 | 7 | 40 | 0 | 141 | 126 | 7 | 541 | 136 | 60 |
| Binary | 11101101 | 111 | 100000 | 0 | 1100001 | 1010110 | 111 | 101100001 | 1011110 | 110000 |
Color Harmonies of #ED0720
Complementary color
Monochromatic Colors of #ED0720
Black with #ED0720
Text Example
Text Example
White with #ED0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0720; }
p { color: rgb(237,7,32); }
H1.HeaderClassName
{
color: #ED0720;
}
.AnyTagClassName
{
color: #ED0720;
}
</style>
background-color css
<style>
a { background-color: #ED0720; }
a { background-color: rgb(237,7,32); }
div.DivClassName
{
background-color: #ED0720;
}
.BgClassName
{
background-color: #ED0720;
}
</style>
border-color css
<style>
span { border-color: #ED0720; }
span { border-color: rgb(237,7,32); }
td.TdClassName
{
border-color: #ED0720;
}
.TagClassName
{
border-color: #ED0720;
}
</style>