Shades of Torch Red #ED1037
Tints of Torch Red #ED1037
RGB
CMYK
RGB Variations
Color information
#ED1037 (or 0xED1037) is known color: Torch Red. HEX triplet: ED, 10 and 37. RGB value is (237,16,55). Sum of RGB (Red+Green+Blue) = 237+16+55=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1037 is #12EFC8. Grayscale: #565656. Windows color (decimal): -1241033 or 3608813. OLE color: 3608813.
HSL color Cylindrical-coordinate representation of color #ED1037: hue angle of 349.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1037 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 55 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.07 |
| HSL | 349.41º | 0.87% | 0.5% | - |
| HSV(B) | 349.41º | 0.93% | 0.93% | - |
| XYZ | 35.8 | 18.65 | 5.33 | - |
| YUV | 86.53 | 110.22 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 55 | 0 | 0.93 | 0.77 | 0.07 | 349.41 | 0.87 | 0.5 |
| Hex | ED | 10 | 37 | 0 | 5D | 4D | 7 | 15D | 57 | 32 |
| Octal | 355 | 20 | 67 | 0 | 135 | 115 | 7 | 535 | 127 | 62 |
| Binary | 11101101 | 10000 | 110111 | 0 | 1011101 | 1001101 | 111 | 101011101 | 1010111 | 110010 |
Color Harmonies of #ED1037
Complementary color
Monochromatic Colors of #ED1037
Black with #ED1037
Text Example
Text Example
White with #ED1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1037; }
p { color: rgb(237,16,55); }
H1.HeaderClassName
{
color: #ED1037;
}
.AnyTagClassName
{
color: #ED1037;
}
</style>
background-color css
<style>
a { background-color: #ED1037; }
a { background-color: rgb(237,16,55); }
div.DivClassName
{
background-color: #ED1037;
}
.BgClassName
{
background-color: #ED1037;
}
</style>
border-color css
<style>
span { border-color: #ED1037; }
span { border-color: rgb(237,16,55); }
td.TdClassName
{
border-color: #ED1037;
}
.TagClassName
{
border-color: #ED1037;
}
</style>