Shades of Torch Red #EC012D
Tints of Torch Red #EC012D
RGB
CMYK
RGB Variations
Color information
#EC012D (or 0xEC012D) is known color: Torch Red. HEX triplet: EC, 01 and 2D. RGB value is (236,1,45). Sum of RGB (Red+Green+Blue) = 236+1+45=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC012D is #13FED2. Grayscale: #4C4C4C. Windows color (decimal): -1310419 or 2949612. OLE color: 2949612.
HSL color Cylindrical-coordinate representation of color #EC012D: hue angle of 348.77º 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 #EC012D is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.07 |
| HSL | 348.77º | 0.99% | 0.46% | - |
| HSV(B) | 348.77º | 1% | 0.93% | - |
| XYZ | 35.08 | 18.04 | 4.12 | - |
| YUV | 76.28 | 110.36 | 241.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 45 | 0 | 1.00 | 0.81 | 0.07 | 348.77 | 0.99 | 0.46 |
| Hex | EC | 1 | 2D | 0 | 64 | 51 | 7 | 15D | 63 | 2E |
| Octal | 354 | 1 | 55 | 0 | 144 | 121 | 7 | 535 | 143 | 56 |
| Binary | 11101100 | 1 | 101101 | 0 | 1100100 | 1010001 | 111 | 101011101 | 1100011 | 101110 |
Color Harmonies of #EC012D
Complementary color
Monochromatic Colors of #EC012D
Black with #EC012D
Text Example
Text Example
White with #EC012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC012D; }
p { color: rgb(236,1,45); }
H1.HeaderClassName
{
color: #EC012D;
}
.AnyTagClassName
{
color: #EC012D;
}
</style>
background-color css
<style>
a { background-color: #EC012D; }
a { background-color: rgb(236,1,45); }
div.DivClassName
{
background-color: #EC012D;
}
.BgClassName
{
background-color: #EC012D;
}
</style>
border-color css
<style>
span { border-color: #EC012D; }
span { border-color: rgb(236,1,45); }
td.TdClassName
{
border-color: #EC012D;
}
.TagClassName
{
border-color: #EC012D;
}
</style>