Shades of Torch Red #EC1321
Tints of Torch Red #EC1321
RGB
CMYK
RGB Variations
Color information
#EC1321 (or 0xEC1321) is known color: Torch Red. HEX triplet: EC, 13 and 21. RGB value is (236,19,33). Sum of RGB (Red+Green+Blue) = 236+19+33=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1321 is #13ECDE. Grayscale: #555555. Windows color (decimal): -1305823 or 2167788. OLE color: 2167788.
HSL color Cylindrical-coordinate representation of color #EC1321: hue angle of 356.13º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1321 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 33 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.07 |
| HSL | 356.13º | 0.85% | 0.5% | - |
| HSV(B) | 356.13º | 0.92% | 0.93% | - |
| XYZ | 35.1 | 18.41 | 3.14 | - |
| YUV | 85.48 | 98.39 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 33 | 0 | 0.92 | 0.86 | 0.07 | 356.13 | 0.85 | 0.5 |
| Hex | EC | 13 | 21 | 0 | 5C | 56 | 7 | 164 | 55 | 32 |
| Octal | 354 | 23 | 41 | 0 | 134 | 126 | 7 | 544 | 125 | 62 |
| Binary | 11101100 | 10011 | 100001 | 0 | 1011100 | 1010110 | 111 | 101100100 | 1010101 | 110010 |
Color Harmonies of #EC1321
Complementary color
Monochromatic Colors of #EC1321
Black with #EC1321
Text Example
Text Example
White with #EC1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1321; }
p { color: rgb(236,19,33); }
H1.HeaderClassName
{
color: #EC1321;
}
.AnyTagClassName
{
color: #EC1321;
}
</style>
background-color css
<style>
a { background-color: #EC1321; }
a { background-color: rgb(236,19,33); }
div.DivClassName
{
background-color: #EC1321;
}
.BgClassName
{
background-color: #EC1321;
}
</style>
border-color css
<style>
span { border-color: #EC1321; }
span { border-color: rgb(236,19,33); }
td.TdClassName
{
border-color: #EC1321;
}
.TagClassName
{
border-color: #EC1321;
}
</style>