Shades of Torch Red #ED0A39
Tints of Torch Red #ED0A39
RGB
CMYK
RGB Variations
Color information
#ED0A39 (or 0xED0A39) is known color: Torch Red. HEX triplet: ED, 0A and 39. RGB value is (237,10,57). Sum of RGB (Red+Green+Blue) = 237+10+57=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A39 is #12F5C6. Grayscale: #535353. Windows color (decimal): -1242567 or 3738349. OLE color: 3738349.
HSL color Cylindrical-coordinate representation of color #ED0A39: hue angle of 347.58º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A39 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 57 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.07 |
| HSL | 347.58º | 0.92% | 0.48% | - |
| HSV(B) | 347.58º | 0.96% | 0.93% | - |
| XYZ | 35.77 | 18.52 | 5.56 | - |
| YUV | 83.23 | 113.21 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 57 | 0 | 0.96 | 0.76 | 0.07 | 347.58 | 0.92 | 0.48 |
| Hex | ED | A | 39 | 0 | 60 | 4C | 7 | 15C | 5C | 30 |
| Octal | 355 | 12 | 71 | 0 | 140 | 114 | 7 | 534 | 134 | 60 |
| Binary | 11101101 | 1010 | 111001 | 0 | 1100000 | 1001100 | 111 | 101011100 | 1011100 | 110000 |
Color Harmonies of #ED0A39
Complementary color
Monochromatic Colors of #ED0A39
Black with #ED0A39
Text Example
Text Example
White with #ED0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A39; }
p { color: rgb(237,10,57); }
H1.HeaderClassName
{
color: #ED0A39;
}
.AnyTagClassName
{
color: #ED0A39;
}
</style>
background-color css
<style>
a { background-color: #ED0A39; }
a { background-color: rgb(237,10,57); }
div.DivClassName
{
background-color: #ED0A39;
}
.BgClassName
{
background-color: #ED0A39;
}
</style>
border-color css
<style>
span { border-color: #ED0A39; }
span { border-color: rgb(237,10,57); }
td.TdClassName
{
border-color: #ED0A39;
}
.TagClassName
{
border-color: #ED0A39;
}
</style>