Shades of Torch Red #ED0839
Tints of Torch Red #ED0839
RGB
CMYK
RGB Variations
Color information
#ED0839 (or 0xED0839) is known color: Torch Red. HEX triplet: ED, 08 and 39. RGB value is (237,8,57). Sum of RGB (Red+Green+Blue) = 237+8+57=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0839 is #12F7C6. Grayscale: #525252. Windows color (decimal): -1243079 or 3737837. OLE color: 3737837.
HSL color Cylindrical-coordinate representation of color #ED0839: hue angle of 347.16º degrees, saturation: 0.93, 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 #ED0839 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 57 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.07 |
| HSL | 347.16º | 0.93% | 0.48% | - |
| HSV(B) | 347.16º | 0.97% | 0.93% | - |
| XYZ | 35.75 | 18.47 | 5.55 | - |
| YUV | 82.06 | 113.87 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 57 | 0 | 0.97 | 0.76 | 0.07 | 347.16 | 0.93 | 0.48 |
| Hex | ED | 8 | 39 | 0 | 61 | 4C | 7 | 15B | 5D | 30 |
| Octal | 355 | 10 | 71 | 0 | 141 | 114 | 7 | 533 | 135 | 60 |
| Binary | 11101101 | 1000 | 111001 | 0 | 1100001 | 1001100 | 111 | 101011011 | 1011101 | 110000 |
Color Harmonies of #ED0839
Complementary color
Monochromatic Colors of #ED0839
Black with #ED0839
Text Example
Text Example
White with #ED0839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0839; }
p { color: rgb(237,8,57); }
H1.HeaderClassName
{
color: #ED0839;
}
.AnyTagClassName
{
color: #ED0839;
}
</style>
background-color css
<style>
a { background-color: #ED0839; }
a { background-color: rgb(237,8,57); }
div.DivClassName
{
background-color: #ED0839;
}
.BgClassName
{
background-color: #ED0839;
}
</style>
border-color css
<style>
span { border-color: #ED0839; }
span { border-color: rgb(237,8,57); }
td.TdClassName
{
border-color: #ED0839;
}
.TagClassName
{
border-color: #ED0839;
}
</style>