Shades of Torch Red #EC011D
Tints of Torch Red #EC011D
RGB
CMYK
RGB Variations
Color information
#EC011D (or 0xEC011D) is known color: Torch Red. HEX triplet: EC, 01 and 1D. RGB value is (236,1,29). Sum of RGB (Red+Green+Blue) = 236+1+29=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC011D is #13FEE2. Grayscale: #4A4A4A. Windows color (decimal): -1310435 or 1901036. OLE color: 1901036.
HSL color Cylindrical-coordinate representation of color #EC011D: hue angle of 352.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.07 |
| HSL | 352.85º | 0.99% | 0.46% | - |
| HSV(B) | 352.85º | 1% | 0.93% | - |
| XYZ | 34.82 | 17.94 | 2.79 | - |
| YUV | 74.46 | 102.36 | 243.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 29 | 0 | 1.00 | 0.88 | 0.07 | 352.85 | 0.99 | 0.46 |
| Hex | EC | 1 | 1D | 0 | 64 | 58 | 7 | 161 | 63 | 2E |
| Octal | 354 | 1 | 35 | 0 | 144 | 130 | 7 | 541 | 143 | 56 |
| Binary | 11101100 | 1 | 11101 | 0 | 1100100 | 1011000 | 111 | 101100001 | 1100011 | 101110 |
Color Harmonies of #EC011D
Complementary color
Monochromatic Colors of #EC011D
Black with #EC011D
Text Example
Text Example
White with #EC011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC011D; }
p { color: rgb(236,1,29); }
H1.HeaderClassName
{
color: #EC011D;
}
.AnyTagClassName
{
color: #EC011D;
}
</style>
background-color css
<style>
a { background-color: #EC011D; }
a { background-color: rgb(236,1,29); }
div.DivClassName
{
background-color: #EC011D;
}
.BgClassName
{
background-color: #EC011D;
}
</style>
border-color css
<style>
span { border-color: #EC011D; }
span { border-color: rgb(236,1,29); }
td.TdClassName
{
border-color: #EC011D;
}
.TagClassName
{
border-color: #EC011D;
}
</style>