Shades of Torch Red #ED0A2E
Tints of Torch Red #ED0A2E
RGB
CMYK
RGB Variations
Color information
#ED0A2E (or 0xED0A2E) is known color: Torch Red. HEX triplet: ED, 0A and 2E. RGB value is (237,10,46). Sum of RGB (Red+Green+Blue) = 237+10+46=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A2E is #12F5D1. Grayscale: #525252. Windows color (decimal): -1242578 or 3017453. OLE color: 3017453.
HSL color Cylindrical-coordinate representation of color #ED0A2E: hue angle of 350.48º 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 #ED0A2E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 46 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.07 |
| HSL | 350.48º | 0.92% | 0.48% | - |
| HSV(B) | 350.48º | 0.96% | 0.93% | - |
| XYZ | 35.53 | 18.42 | 4.27 | - |
| YUV | 81.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 46 | 0 | 0.96 | 0.81 | 0.07 | 350.48 | 0.92 | 0.48 |
| Hex | ED | A | 2E | 0 | 60 | 51 | 7 | 15E | 5C | 30 |
| Octal | 355 | 12 | 56 | 0 | 140 | 121 | 7 | 536 | 134 | 60 |
| Binary | 11101101 | 1010 | 101110 | 0 | 1100000 | 1010001 | 111 | 101011110 | 1011100 | 110000 |
Color Harmonies of #ED0A2E
Complementary color
Monochromatic Colors of #ED0A2E
Black with #ED0A2E
Text Example
Text Example
White with #ED0A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A2E; }
p { color: rgb(237,10,46); }
H1.HeaderClassName
{
color: #ED0A2E;
}
.AnyTagClassName
{
color: #ED0A2E;
}
</style>
background-color css
<style>
a { background-color: #ED0A2E; }
a { background-color: rgb(237,10,46); }
div.DivClassName
{
background-color: #ED0A2E;
}
.BgClassName
{
background-color: #ED0A2E;
}
</style>
border-color css
<style>
span { border-color: #ED0A2E; }
span { border-color: rgb(237,10,46); }
td.TdClassName
{
border-color: #ED0A2E;
}
.TagClassName
{
border-color: #ED0A2E;
}
</style>