Shades of Torch Red #ED0620
Tints of Torch Red #ED0620
RGB
CMYK
RGB Variations
Color information
#ED0620 (or 0xED0620) is known color: Torch Red. HEX triplet: ED, 06 and 20. RGB value is (237,6,32). Sum of RGB (Red+Green+Blue) = 237+6+32=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0620 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0620 is #12F9DF. Grayscale: #4E4E4E. Windows color (decimal): -1243616 or 2098925. OLE color: 2098925.
HSL color Cylindrical-coordinate representation of color #ED0620: hue angle of 353.25º degrees, saturation: 0.95, 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 #ED0620 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.07 |
| HSL | 353.25º | 0.95% | 0.48% | - |
| HSV(B) | 353.25º | 0.97% | 0.93% | - |
| XYZ | 35.25 | 18.24 | 3.03 | - |
| YUV | 78.03 | 102.03 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 32 | 0 | 0.97 | 0.86 | 0.07 | 353.25 | 0.95 | 0.48 |
| Hex | ED | 6 | 20 | 0 | 61 | 56 | 7 | 161 | 5F | 30 |
| Octal | 355 | 6 | 40 | 0 | 141 | 126 | 7 | 541 | 137 | 60 |
| Binary | 11101101 | 110 | 100000 | 0 | 1100001 | 1010110 | 111 | 101100001 | 1011111 | 110000 |
Color Harmonies of #ED0620
Complementary color
Monochromatic Colors of #ED0620
Black with #ED0620
Text Example
Text Example
White with #ED0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0620; }
p { color: rgb(237,6,32); }
H1.HeaderClassName
{
color: #ED0620;
}
.AnyTagClassName
{
color: #ED0620;
}
</style>
background-color css
<style>
a { background-color: #ED0620; }
a { background-color: rgb(237,6,32); }
div.DivClassName
{
background-color: #ED0620;
}
.BgClassName
{
background-color: #ED0620;
}
</style>
border-color css
<style>
span { border-color: #ED0620; }
span { border-color: rgb(237,6,32); }
td.TdClassName
{
border-color: #ED0620;
}
.TagClassName
{
border-color: #ED0620;
}
</style>