Shades of Torch Red #EC0A1C
Tints of Torch Red #EC0A1C
RGB
CMYK
RGB Variations
Color information
#EC0A1C (or 0xEC0A1C) is known color: Torch Red. HEX triplet: EC, 0A and 1C. RGB value is (236,10,28). Sum of RGB (Red+Green+Blue) = 236+10+28=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A1C is #13F5E3. Grayscale: #4F4F4F. Windows color (decimal): -1308132 or 1837804. OLE color: 1837804.
HSL color Cylindrical-coordinate representation of color #EC0A1C: hue angle of 355.22º 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 #EC0A1C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 28 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.07 |
| HSL | 355.22º | 0.92% | 0.48% | - |
| HSV(B) | 355.22º | 0.96% | 0.93% | - |
| XYZ | 34.91 | 18.13 | 2.76 | - |
| YUV | 79.63 | 98.87 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 28 | 0 | 0.96 | 0.88 | 0.07 | 355.22 | 0.92 | 0.48 |
| Hex | EC | A | 1C | 0 | 60 | 58 | 7 | 163 | 5C | 30 |
| Octal | 354 | 12 | 34 | 0 | 140 | 130 | 7 | 543 | 134 | 60 |
| Binary | 11101100 | 1010 | 11100 | 0 | 1100000 | 1011000 | 111 | 101100011 | 1011100 | 110000 |
Color Harmonies of #EC0A1C
Complementary color
Monochromatic Colors of #EC0A1C
Black with #EC0A1C
Text Example
Text Example
White with #EC0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A1C; }
p { color: rgb(236,10,28); }
H1.HeaderClassName
{
color: #EC0A1C;
}
.AnyTagClassName
{
color: #EC0A1C;
}
</style>
background-color css
<style>
a { background-color: #EC0A1C; }
a { background-color: rgb(236,10,28); }
div.DivClassName
{
background-color: #EC0A1C;
}
.BgClassName
{
background-color: #EC0A1C;
}
</style>
border-color css
<style>
span { border-color: #EC0A1C; }
span { border-color: rgb(236,10,28); }
td.TdClassName
{
border-color: #EC0A1C;
}
.TagClassName
{
border-color: #EC0A1C;
}
</style>