Shades of Torch Red #EC0C22
Tints of Torch Red #EC0C22
RGB
CMYK
RGB Variations
Color information
#EC0C22 (or 0xEC0C22) is known color: Torch Red. HEX triplet: EC, 0C and 22. RGB value is (236,12,34). Sum of RGB (Red+Green+Blue) = 236+12+34=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C22 is #13F3DD. Grayscale: #515151. Windows color (decimal): -1307614 or 2231532. OLE color: 2231532.
HSL color Cylindrical-coordinate representation of color #EC0C22: hue angle of 354.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C22 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 34 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.07 |
| HSL | 354.11º | 0.9% | 0.49% | - |
| HSV(B) | 354.11º | 0.95% | 0.93% | - |
| XYZ | 35.01 | 18.21 | 3.18 | - |
| YUV | 81.48 | 101.21 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 34 | 0 | 0.95 | 0.86 | 0.07 | 354.11 | 0.9 | 0.49 |
| Hex | EC | C | 22 | 0 | 5F | 56 | 7 | 162 | 5A | 31 |
| Octal | 354 | 14 | 42 | 0 | 137 | 126 | 7 | 542 | 132 | 61 |
| Binary | 11101100 | 1100 | 100010 | 0 | 1011111 | 1010110 | 111 | 101100010 | 1011010 | 110001 |
Color Harmonies of #EC0C22
Complementary color
Monochromatic Colors of #EC0C22
Black with #EC0C22
Text Example
Text Example
White with #EC0C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C22; }
p { color: rgb(236,12,34); }
H1.HeaderClassName
{
color: #EC0C22;
}
.AnyTagClassName
{
color: #EC0C22;
}
</style>
background-color css
<style>
a { background-color: #EC0C22; }
a { background-color: rgb(236,12,34); }
div.DivClassName
{
background-color: #EC0C22;
}
.BgClassName
{
background-color: #EC0C22;
}
</style>
border-color css
<style>
span { border-color: #EC0C22; }
span { border-color: rgb(236,12,34); }
td.TdClassName
{
border-color: #EC0C22;
}
.TagClassName
{
border-color: #EC0C22;
}
</style>