Shades of Torch Red #EC0A1D
Tints of Torch Red #EC0A1D
RGB
CMYK
RGB Variations
Color information
#EC0A1D (or 0xEC0A1D) is known color: Torch Red. HEX triplet: EC, 0A and 1D. RGB value is (236,10,29). Sum of RGB (Red+Green+Blue) = 236+10+29=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A1D is #13F5E2. Grayscale: #4F4F4F. Windows color (decimal): -1308131 or 1903340. OLE color: 1903340.
HSL color Cylindrical-coordinate representation of color #EC0A1D: hue angle of 354.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A1D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.07 |
| HSL | 354.96º | 0.92% | 0.48% | - |
| HSV(B) | 354.96º | 0.96% | 0.93% | - |
| XYZ | 34.92 | 18.14 | 2.82 | - |
| YUV | 79.74 | 99.37 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 29 | 0 | 0.96 | 0.88 | 0.07 | 354.96 | 0.92 | 0.48 |
| Hex | EC | A | 1D | 0 | 60 | 58 | 7 | 163 | 5C | 30 |
| Octal | 354 | 12 | 35 | 0 | 140 | 130 | 7 | 543 | 134 | 60 |
| Binary | 11101100 | 1010 | 11101 | 0 | 1100000 | 1011000 | 111 | 101100011 | 1011100 | 110000 |
Color Harmonies of #EC0A1D
Complementary color
Monochromatic Colors of #EC0A1D
Black with #EC0A1D
Text Example
Text Example
White with #EC0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A1D; }
p { color: rgb(236,10,29); }
H1.HeaderClassName
{
color: #EC0A1D;
}
.AnyTagClassName
{
color: #EC0A1D;
}
</style>
background-color css
<style>
a { background-color: #EC0A1D; }
a { background-color: rgb(236,10,29); }
div.DivClassName
{
background-color: #EC0A1D;
}
.BgClassName
{
background-color: #EC0A1D;
}
</style>
border-color css
<style>
span { border-color: #EC0A1D; }
span { border-color: rgb(236,10,29); }
td.TdClassName
{
border-color: #EC0A1D;
}
.TagClassName
{
border-color: #EC0A1D;
}
</style>