Shades of Torch Red #ED0B2E
Tints of Torch Red #ED0B2E
RGB
CMYK
RGB Variations
Color information
#ED0B2E (or 0xED0B2E) is known color: Torch Red. HEX triplet: ED, 0B and 2E. RGB value is (237,11,46). Sum of RGB (Red+Green+Blue) = 237+11+46=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0B2E is #12F4D1. Grayscale: #525252. Windows color (decimal): -1242322 or 3017709. OLE color: 3017709.
HSL color Cylindrical-coordinate representation of color #ED0B2E: hue angle of 350.71º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B2E is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 46 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.07 |
| HSL | 350.71º | 0.91% | 0.49% | - |
| HSV(B) | 350.71º | 0.95% | 0.93% | - |
| XYZ | 35.54 | 18.44 | 4.27 | - |
| YUV | 82.56 | 107.37 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 46 | 0 | 0.95 | 0.81 | 0.07 | 350.71 | 0.91 | 0.49 |
| Hex | ED | B | 2E | 0 | 5F | 51 | 7 | 15F | 5B | 31 |
| Octal | 355 | 13 | 56 | 0 | 137 | 121 | 7 | 537 | 133 | 61 |
| Binary | 11101101 | 1011 | 101110 | 0 | 1011111 | 1010001 | 111 | 101011111 | 1011011 | 110001 |
Color Harmonies of #ED0B2E
Complementary color
Monochromatic Colors of #ED0B2E
Black with #ED0B2E
Text Example
Text Example
White with #ED0B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B2E; }
p { color: rgb(237,11,46); }
H1.HeaderClassName
{
color: #ED0B2E;
}
.AnyTagClassName
{
color: #ED0B2E;
}
</style>
background-color css
<style>
a { background-color: #ED0B2E; }
a { background-color: rgb(237,11,46); }
div.DivClassName
{
background-color: #ED0B2E;
}
.BgClassName
{
background-color: #ED0B2E;
}
</style>
border-color css
<style>
span { border-color: #ED0B2E; }
span { border-color: rgb(237,11,46); }
td.TdClassName
{
border-color: #ED0B2E;
}
.TagClassName
{
border-color: #ED0B2E;
}
</style>