Shades of Torch Red #ED111C
Tints of Torch Red #ED111C
RGB
CMYK
RGB Variations
Color information
#ED111C (or 0xED111C) is known color: Torch Red. HEX triplet: ED, 11 and 1C. RGB value is (237,17,28). Sum of RGB (Red+Green+Blue) = 237+17+28=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED111C is #12EEE3. Grayscale: #545454. Windows color (decimal): -1240804 or 1839597. OLE color: 1839597.
HSL color Cylindrical-coordinate representation of color #ED111C: hue angle of 357º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED111C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.07 |
| HSL | 357º | 0.87% | 0.5% | - |
| HSV(B) | 357º | 0.93% | 0.93% | - |
| XYZ | 35.34 | 18.49 | 2.81 | - |
| YUV | 84.03 | 96.39 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 28 | 0 | 0.93 | 0.88 | 0.07 | 357 | 0.87 | 0.5 |
| Hex | ED | 11 | 1C | 0 | 5D | 58 | 7 | 165 | 57 | 32 |
| Octal | 355 | 21 | 34 | 0 | 135 | 130 | 7 | 545 | 127 | 62 |
| Binary | 11101101 | 10001 | 11100 | 0 | 1011101 | 1011000 | 111 | 101100101 | 1010111 | 110010 |
Color Harmonies of #ED111C
Complementary color
Monochromatic Colors of #ED111C
Black with #ED111C
Text Example
Text Example
White with #ED111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED111C; }
p { color: rgb(237,17,28); }
H1.HeaderClassName
{
color: #ED111C;
}
.AnyTagClassName
{
color: #ED111C;
}
</style>
background-color css
<style>
a { background-color: #ED111C; }
a { background-color: rgb(237,17,28); }
div.DivClassName
{
background-color: #ED111C;
}
.BgClassName
{
background-color: #ED111C;
}
</style>
border-color css
<style>
span { border-color: #ED111C; }
span { border-color: rgb(237,17,28); }
td.TdClassName
{
border-color: #ED111C;
}
.TagClassName
{
border-color: #ED111C;
}
</style>