Shades of Torch Red #ED0440
Tints of Torch Red #ED0440
RGB
CMYK
RGB Variations
Color information
#ED0440 (or 0xED0440) is known color: Torch Red. HEX triplet: ED, 04 and 40. RGB value is (237,4,64). Sum of RGB (Red+Green+Blue) = 237+4+64=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0440 is #12FBBF. Grayscale: #505050. Windows color (decimal): -1244096 or 4195565. OLE color: 4195565.
HSL color Cylindrical-coordinate representation of color #ED0440: hue angle of 344.55º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0440 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 64 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.07 |
| HSL | 344.55º | 0.97% | 0.47% | - |
| HSV(B) | 344.55º | 0.98% | 0.93% | - |
| XYZ | 35.89 | 18.46 | 6.52 | - |
| YUV | 80.51 | 118.69 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 64 | 0 | 0.98 | 0.73 | 0.07 | 344.55 | 0.97 | 0.47 |
| Hex | ED | 4 | 40 | 0 | 62 | 49 | 7 | 159 | 61 | 2F |
| Octal | 355 | 4 | 100 | 0 | 142 | 111 | 7 | 531 | 141 | 57 |
| Binary | 11101101 | 100 | 1000000 | 0 | 1100010 | 1001001 | 111 | 101011001 | 1100001 | 101111 |
Color Harmonies of #ED0440
Complementary color
Monochromatic Colors of #ED0440
Black with #ED0440
Text Example
Text Example
White with #ED0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0440; }
p { color: rgb(237,4,64); }
H1.HeaderClassName
{
color: #ED0440;
}
.AnyTagClassName
{
color: #ED0440;
}
</style>
background-color css
<style>
a { background-color: #ED0440; }
a { background-color: rgb(237,4,64); }
div.DivClassName
{
background-color: #ED0440;
}
.BgClassName
{
background-color: #ED0440;
}
</style>
border-color css
<style>
span { border-color: #ED0440; }
span { border-color: rgb(237,4,64); }
td.TdClassName
{
border-color: #ED0440;
}
.TagClassName
{
border-color: #ED0440;
}
</style>