Shades of Torch Red #ED0017
Tints of Torch Red #ED0017
RGB
CMYK
RGB Variations
Color information
#ED0017 (or 0xED0017) is known color: Torch Red. HEX triplet: ED, 00 and 17. RGB value is (237,0,23). Sum of RGB (Red+Green+Blue) = 237+0+23=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0017 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0017 is #12FFE8. Grayscale: #494949. Windows color (decimal): -1245161 or 1507565. OLE color: 1507565.
HSL color Cylindrical-coordinate representation of color #ED0017: hue angle of 354.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0017 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.90 | 0.07 |
| HSL | 354.18º | 1% | 0.46% | - |
| HSV(B) | 354.18º | 1% | 0.93% | - |
| XYZ | 35.08 | 18.07 | 2.45 | - |
| YUV | 73.49 | 99.52 | 244.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 23 | 0 | 1 | 0.90 | 0.07 | 354.18 | 1 | 0.46 |
| Hex | ED | 0 | 17 | 0 | 64 | 5A | 7 | 162 | 64 | 2E |
| Octal | 355 | 0 | 27 | 0 | 144 | 132 | 7 | 542 | 144 | 56 |
| Binary | 11101101 | 0 | 10111 | 0 | 1100100 | 1011010 | 111 | 101100010 | 1100100 | 101110 |
Color Harmonies of #ED0017
Complementary color
Monochromatic Colors of #ED0017
Black with #ED0017
Text Example
Text Example
White with #ED0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0017; }
p { color: rgb(237,0,23); }
H1.HeaderClassName
{
color: #ED0017;
}
.AnyTagClassName
{
color: #ED0017;
}
</style>
background-color css
<style>
a { background-color: #ED0017; }
a { background-color: rgb(237,0,23); }
div.DivClassName
{
background-color: #ED0017;
}
.BgClassName
{
background-color: #ED0017;
}
</style>
border-color css
<style>
span { border-color: #ED0017; }
span { border-color: rgb(237,0,23); }
td.TdClassName
{
border-color: #ED0017;
}
.TagClassName
{
border-color: #ED0017;
}
</style>