Shades of Torch Red #ED0117
Tints of Torch Red #ED0117
RGB
CMYK
RGB Variations
Color information
#ED0117 (or 0xED0117) is known color: Torch Red. HEX triplet: ED, 01 and 17. RGB value is (237,1,23). Sum of RGB (Red+Green+Blue) = 237+1+23=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0117 is #12FEE8. Grayscale: #4A4A4A. Windows color (decimal): -1244905 or 1507821. OLE color: 1507821.
HSL color Cylindrical-coordinate representation of color #ED0117: hue angle of 354.41º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0117 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 23 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.07 |
| HSL | 354.41º | 0.99% | 0.47% | - |
| HSV(B) | 354.41º | 1% | 0.93% | - |
| XYZ | 35.09 | 18.09 | 2.45 | - |
| YUV | 74.07 | 99.19 | 244.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 23 | 0 | 1.00 | 0.90 | 0.07 | 354.41 | 0.99 | 0.47 |
| Hex | ED | 1 | 17 | 0 | 64 | 5A | 7 | 162 | 63 | 2F |
| Octal | 355 | 1 | 27 | 0 | 144 | 132 | 7 | 542 | 143 | 57 |
| Binary | 11101101 | 1 | 10111 | 0 | 1100100 | 1011010 | 111 | 101100010 | 1100011 | 101111 |
Color Harmonies of #ED0117
Complementary color
Monochromatic Colors of #ED0117
Black with #ED0117
Text Example
Text Example
White with #ED0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0117; }
p { color: rgb(237,1,23); }
H1.HeaderClassName
{
color: #ED0117;
}
.AnyTagClassName
{
color: #ED0117;
}
</style>
background-color css
<style>
a { background-color: #ED0117; }
a { background-color: rgb(237,1,23); }
div.DivClassName
{
background-color: #ED0117;
}
.BgClassName
{
background-color: #ED0117;
}
</style>
border-color css
<style>
span { border-color: #ED0117; }
span { border-color: rgb(237,1,23); }
td.TdClassName
{
border-color: #ED0117;
}
.TagClassName
{
border-color: #ED0117;
}
</style>