Shades of Torch Red #EC0321
Tints of Torch Red #EC0321
RGB
CMYK
RGB Variations
Color information
#EC0321 (or 0xEC0321) is known color: Torch Red. HEX triplet: EC, 03 and 21. RGB value is (236,3,33). Sum of RGB (Red+Green+Blue) = 236+3+33=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0321 is #13FCDE. Grayscale: #4C4C4C. Windows color (decimal): -1309919 or 2163692. OLE color: 2163692.
HSL color Cylindrical-coordinate representation of color #EC0321: hue angle of 352.27º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0321 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.07 |
| HSL | 352.27º | 0.97% | 0.47% | - |
| HSV(B) | 352.27º | 0.99% | 0.93% | - |
| XYZ | 34.9 | 18.01 | 3.08 | - |
| YUV | 76.09 | 103.69 | 242.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 33 | 0 | 0.99 | 0.86 | 0.07 | 352.27 | 0.97 | 0.47 |
| Hex | EC | 3 | 21 | 0 | 63 | 56 | 7 | 160 | 61 | 2F |
| Octal | 354 | 3 | 41 | 0 | 143 | 126 | 7 | 540 | 141 | 57 |
| Binary | 11101100 | 11 | 100001 | 0 | 1100011 | 1010110 | 111 | 101100000 | 1100001 | 101111 |
Color Harmonies of #EC0321
Complementary color
Monochromatic Colors of #EC0321
Black with #EC0321
Text Example
Text Example
White with #EC0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0321; }
p { color: rgb(236,3,33); }
H1.HeaderClassName
{
color: #EC0321;
}
.AnyTagClassName
{
color: #EC0321;
}
</style>
background-color css
<style>
a { background-color: #EC0321; }
a { background-color: rgb(236,3,33); }
div.DivClassName
{
background-color: #EC0321;
}
.BgClassName
{
background-color: #EC0321;
}
</style>
border-color css
<style>
span { border-color: #EC0321; }
span { border-color: rgb(236,3,33); }
td.TdClassName
{
border-color: #EC0321;
}
.TagClassName
{
border-color: #EC0321;
}
</style>