Shades of Torch Red #EC0A22
Tints of Torch Red #EC0A22
RGB
CMYK
RGB Variations
Color information
#EC0A22 (or 0xEC0A22) is known color: Torch Red. HEX triplet: EC, 0A and 22. RGB value is (236,10,34). Sum of RGB (Red+Green+Blue) = 236+10+34=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A22 is #13F5DD. Grayscale: #505050. Windows color (decimal): -1308126 or 2231020. OLE color: 2231020.
HSL color Cylindrical-coordinate representation of color #EC0A22: hue angle of 353.63º 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 #EC0A22 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 34 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.07 |
| HSL | 353.63º | 0.92% | 0.48% | - |
| HSV(B) | 353.63º | 0.96% | 0.93% | - |
| XYZ | 34.99 | 18.17 | 3.18 | - |
| YUV | 80.31 | 101.87 | 239.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 34 | 0 | 0.96 | 0.86 | 0.07 | 353.63 | 0.92 | 0.48 |
| Hex | EC | A | 22 | 0 | 60 | 56 | 7 | 162 | 5C | 30 |
| Octal | 354 | 12 | 42 | 0 | 140 | 126 | 7 | 542 | 134 | 60 |
| Binary | 11101100 | 1010 | 100010 | 0 | 1100000 | 1010110 | 111 | 101100010 | 1011100 | 110000 |
Color Harmonies of #EC0A22
Complementary color
Monochromatic Colors of #EC0A22
Black with #EC0A22
Text Example
Text Example
White with #EC0A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0A22; }
p { color: rgb(236,10,34); }
H1.HeaderClassName
{
color: #EC0A22;
}
.AnyTagClassName
{
color: #EC0A22;
}
</style>
background-color css
<style>
a { background-color: #EC0A22; }
a { background-color: rgb(236,10,34); }
div.DivClassName
{
background-color: #EC0A22;
}
.BgClassName
{
background-color: #EC0A22;
}
</style>
border-color css
<style>
span { border-color: #EC0A22; }
span { border-color: rgb(236,10,34); }
td.TdClassName
{
border-color: #EC0A22;
}
.TagClassName
{
border-color: #EC0A22;
}
</style>