Shades of Torch Red #ED0736
Tints of Torch Red #ED0736
RGB
CMYK
RGB Variations
Color information
#ED0736 (or 0xED0736) is known color: Torch Red. HEX triplet: ED, 07 and 36. RGB value is (237,7,54). Sum of RGB (Red+Green+Blue) = 237+7+54=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0736 is #12F8C9. Grayscale: #515151. Windows color (decimal): -1243338 or 3540973. OLE color: 3540973.
HSL color Cylindrical-coordinate representation of color #ED0736: hue angle of 347.74º degrees, saturation: 0.94, 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 #ED0736 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.07 |
| HSL | 347.74º | 0.94% | 0.48% | - |
| HSV(B) | 347.74º | 0.97% | 0.93% | - |
| XYZ | 35.67 | 18.42 | 5.17 | - |
| YUV | 81.13 | 112.7 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 54 | 0 | 0.97 | 0.77 | 0.07 | 347.74 | 0.94 | 0.48 |
| Hex | ED | 7 | 36 | 0 | 61 | 4D | 7 | 15C | 5E | 30 |
| Octal | 355 | 7 | 66 | 0 | 141 | 115 | 7 | 534 | 136 | 60 |
| Binary | 11101101 | 111 | 110110 | 0 | 1100001 | 1001101 | 111 | 101011100 | 1011110 | 110000 |
Color Harmonies of #ED0736
Complementary color
Monochromatic Colors of #ED0736
Black with #ED0736
Text Example
Text Example
White with #ED0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0736; }
p { color: rgb(237,7,54); }
H1.HeaderClassName
{
color: #ED0736;
}
.AnyTagClassName
{
color: #ED0736;
}
</style>
background-color css
<style>
a { background-color: #ED0736; }
a { background-color: rgb(237,7,54); }
div.DivClassName
{
background-color: #ED0736;
}
.BgClassName
{
background-color: #ED0736;
}
</style>
border-color css
<style>
span { border-color: #ED0736; }
span { border-color: rgb(237,7,54); }
td.TdClassName
{
border-color: #ED0736;
}
.TagClassName
{
border-color: #ED0736;
}
</style>