Shades of Torch Red #ED0418
Tints of Torch Red #ED0418
RGB
CMYK
RGB Variations
Color information
#ED0418 (or 0xED0418) is known color: Torch Red. HEX triplet: ED, 04 and 18. RGB value is (237,4,24). Sum of RGB (Red+Green+Blue) = 237+4+24=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0418 is #12FBE7. Grayscale: #4C4C4C. Windows color (decimal): -1244136 or 1574125. OLE color: 1574125.
HSL color Cylindrical-coordinate representation of color #ED0418: hue angle of 354.85º 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 #ED0418 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 4 | 24 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.07 |
| HSL | 354.85º | 0.97% | 0.47% | - |
| HSV(B) | 354.85º | 0.98% | 0.93% | - |
| XYZ | 35.13 | 18.16 | 2.52 | - |
| YUV | 75.95 | 98.69 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 24 | 0 | 0.98 | 0.90 | 0.07 | 354.85 | 0.97 | 0.47 |
| Hex | ED | 4 | 18 | 0 | 62 | 5A | 7 | 163 | 61 | 2F |
| Octal | 355 | 4 | 30 | 0 | 142 | 132 | 7 | 543 | 141 | 57 |
| Binary | 11101101 | 100 | 11000 | 0 | 1100010 | 1011010 | 111 | 101100011 | 1100001 | 101111 |
Color Harmonies of #ED0418
Complementary color
Monochromatic Colors of #ED0418
Black with #ED0418
Text Example
Text Example
White with #ED0418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0418; }
p { color: rgb(237,4,24); }
H1.HeaderClassName
{
color: #ED0418;
}
.AnyTagClassName
{
color: #ED0418;
}
</style>
background-color css
<style>
a { background-color: #ED0418; }
a { background-color: rgb(237,4,24); }
div.DivClassName
{
background-color: #ED0418;
}
.BgClassName
{
background-color: #ED0418;
}
</style>
border-color css
<style>
span { border-color: #ED0418; }
span { border-color: rgb(237,4,24); }
td.TdClassName
{
border-color: #ED0418;
}
.TagClassName
{
border-color: #ED0418;
}
</style>