Shades of Torch Red #ED0417
Tints of Torch Red #ED0417
RGB
CMYK
RGB Variations
Color information
#ED0417 (or 0xED0417) is known color: Torch Red. HEX triplet: ED, 04 and 17. RGB value is (237,4,23). Sum of RGB (Red+Green+Blue) = 237+4+23=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0417 is #12FBE8. Grayscale: #4B4B4B. Windows color (decimal): -1244137 or 1508589. OLE color: 1508589.
HSL color Cylindrical-coordinate representation of color #ED0417: hue angle of 355.11º 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 #ED0417 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.07 |
| HSL | 355.11º | 0.97% | 0.47% | - |
| HSV(B) | 355.11º | 0.98% | 0.93% | - |
| XYZ | 35.12 | 18.15 | 2.46 | - |
| YUV | 75.83 | 98.19 | 242.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 23 | 0 | 0.98 | 0.90 | 0.07 | 355.11 | 0.97 | 0.47 |
| Hex | ED | 4 | 17 | 0 | 62 | 5A | 7 | 163 | 61 | 2F |
| Octal | 355 | 4 | 27 | 0 | 142 | 132 | 7 | 543 | 141 | 57 |
| Binary | 11101101 | 100 | 10111 | 0 | 1100010 | 1011010 | 111 | 101100011 | 1100001 | 101111 |
Color Harmonies of #ED0417
Complementary color
Monochromatic Colors of #ED0417
Black with #ED0417
Text Example
Text Example
White with #ED0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0417; }
p { color: rgb(237,4,23); }
H1.HeaderClassName
{
color: #ED0417;
}
.AnyTagClassName
{
color: #ED0417;
}
</style>
background-color css
<style>
a { background-color: #ED0417; }
a { background-color: rgb(237,4,23); }
div.DivClassName
{
background-color: #ED0417;
}
.BgClassName
{
background-color: #ED0417;
}
</style>
border-color css
<style>
span { border-color: #ED0417; }
span { border-color: rgb(237,4,23); }
td.TdClassName
{
border-color: #ED0417;
}
.TagClassName
{
border-color: #ED0417;
}
</style>