Shades of Torch Red #ED0740
Tints of Torch Red #ED0740
RGB
CMYK
RGB Variations
Color information
#ED0740 (or 0xED0740) is known color: Torch Red. HEX triplet: ED, 07 and 40. RGB value is (237,7,64). Sum of RGB (Red+Green+Blue) = 237+7+64=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0740 is #12F8BF. Grayscale: #525252. Windows color (decimal): -1243328 or 4196333. OLE color: 4196333.
HSL color Cylindrical-coordinate representation of color #ED0740: hue angle of 345.13º 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 #ED0740 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 64 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.07 |
| HSL | 345.13º | 0.94% | 0.48% | - |
| HSV(B) | 345.13º | 0.97% | 0.93% | - |
| XYZ | 35.93 | 18.53 | 6.53 | - |
| YUV | 82.27 | 117.7 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 64 | 0 | 0.97 | 0.73 | 0.07 | 345.13 | 0.94 | 0.48 |
| Hex | ED | 7 | 40 | 0 | 61 | 49 | 7 | 159 | 5E | 30 |
| Octal | 355 | 7 | 100 | 0 | 141 | 111 | 7 | 531 | 136 | 60 |
| Binary | 11101101 | 111 | 1000000 | 0 | 1100001 | 1001001 | 111 | 101011001 | 1011110 | 110000 |
Color Harmonies of #ED0740
Complementary color
Monochromatic Colors of #ED0740
Black with #ED0740
Text Example
Text Example
White with #ED0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0740; }
p { color: rgb(237,7,64); }
H1.HeaderClassName
{
color: #ED0740;
}
.AnyTagClassName
{
color: #ED0740;
}
</style>
background-color css
<style>
a { background-color: #ED0740; }
a { background-color: rgb(237,7,64); }
div.DivClassName
{
background-color: #ED0740;
}
.BgClassName
{
background-color: #ED0740;
}
</style>
border-color css
<style>
span { border-color: #ED0740; }
span { border-color: rgb(237,7,64); }
td.TdClassName
{
border-color: #ED0740;
}
.TagClassName
{
border-color: #ED0740;
}
</style>