Shades of Torch Red #ED0441
Tints of Torch Red #ED0441
RGB
CMYK
RGB Variations
Color information
#ED0441 (or 0xED0441) is known color: Torch Red. HEX triplet: ED, 04 and 41. RGB value is (237,4,65). Sum of RGB (Red+Green+Blue) = 237+4+65=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0441 is #12FBBE. Grayscale: #505050. Windows color (decimal): -1244095 or 4261101. OLE color: 4261101.
HSL color Cylindrical-coordinate representation of color #ED0441: hue angle of 344.29º 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 #ED0441 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.07 |
| HSL | 344.29º | 0.97% | 0.47% | - |
| HSV(B) | 344.29º | 0.98% | 0.93% | - |
| XYZ | 35.92 | 18.47 | 6.67 | - |
| YUV | 80.62 | 119.19 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 65 | 0 | 0.98 | 0.73 | 0.07 | 344.29 | 0.97 | 0.47 |
| Hex | ED | 4 | 41 | 0 | 62 | 49 | 7 | 158 | 61 | 2F |
| Octal | 355 | 4 | 101 | 0 | 142 | 111 | 7 | 530 | 141 | 57 |
| Binary | 11101101 | 100 | 1000001 | 0 | 1100010 | 1001001 | 111 | 101011000 | 1100001 | 101111 |
Color Harmonies of #ED0441
Complementary color
Monochromatic Colors of #ED0441
Black with #ED0441
Text Example
Text Example
White with #ED0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0441; }
p { color: rgb(237,4,65); }
H1.HeaderClassName
{
color: #ED0441;
}
.AnyTagClassName
{
color: #ED0441;
}
</style>
background-color css
<style>
a { background-color: #ED0441; }
a { background-color: rgb(237,4,65); }
div.DivClassName
{
background-color: #ED0441;
}
.BgClassName
{
background-color: #ED0441;
}
</style>
border-color css
<style>
span { border-color: #ED0441; }
span { border-color: rgb(237,4,65); }
td.TdClassName
{
border-color: #ED0441;
}
.TagClassName
{
border-color: #ED0441;
}
</style>