Shades of Torch Red #ED011C
Tints of Torch Red #ED011C
RGB
CMYK
RGB Variations
Color information
#ED011C (or 0xED011C) is known color: Torch Red. HEX triplet: ED, 01 and 1C. RGB value is (237,1,28). Sum of RGB (Red+Green+Blue) = 237+1+28=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED011C is #12FEE3. Grayscale: #4A4A4A. Windows color (decimal): -1244900 or 1835501. OLE color: 1835501.
HSL color Cylindrical-coordinate representation of color #ED011C: hue angle of 353.14º 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 #ED011C is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.07 |
| HSL | 353.14º | 0.99% | 0.47% | - |
| HSV(B) | 353.14º | 1% | 0.93% | - |
| XYZ | 35.15 | 18.11 | 2.74 | - |
| YUV | 74.64 | 101.69 | 243.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 28 | 0 | 1.00 | 0.88 | 0.07 | 353.14 | 0.99 | 0.47 |
| Hex | ED | 1 | 1C | 0 | 64 | 58 | 7 | 161 | 63 | 2F |
| Octal | 355 | 1 | 34 | 0 | 144 | 130 | 7 | 541 | 143 | 57 |
| Binary | 11101101 | 1 | 11100 | 0 | 1100100 | 1011000 | 111 | 101100001 | 1100011 | 101111 |
Color Harmonies of #ED011C
Complementary color
Monochromatic Colors of #ED011C
Black with #ED011C
Text Example
Text Example
White with #ED011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED011C; }
p { color: rgb(237,1,28); }
H1.HeaderClassName
{
color: #ED011C;
}
.AnyTagClassName
{
color: #ED011C;
}
</style>
background-color css
<style>
a { background-color: #ED011C; }
a { background-color: rgb(237,1,28); }
div.DivClassName
{
background-color: #ED011C;
}
.BgClassName
{
background-color: #ED011C;
}
</style>
border-color css
<style>
span { border-color: #ED011C; }
span { border-color: rgb(237,1,28); }
td.TdClassName
{
border-color: #ED011C;
}
.TagClassName
{
border-color: #ED011C;
}
</style>