Shades of Torch Red #EC0522
Tints of Torch Red #EC0522
RGB
CMYK
RGB Variations
Color information
#EC0522 (or 0xEC0522) is known color: Torch Red. HEX triplet: EC, 05 and 22. RGB value is (236,5,34). Sum of RGB (Red+Green+Blue) = 236+5+34=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0522 is #13FADD. Grayscale: #4D4D4D. Windows color (decimal): -1309406 or 2229740. OLE color: 2229740.
HSL color Cylindrical-coordinate representation of color #EC0522: hue angle of 352.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0522 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 34 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.07 |
| HSL | 352.47º | 0.96% | 0.47% | - |
| HSV(B) | 352.47º | 0.98% | 0.93% | - |
| XYZ | 34.94 | 18.06 | 3.16 | - |
| YUV | 77.38 | 103.53 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 34 | 0 | 0.98 | 0.86 | 0.07 | 352.47 | 0.96 | 0.47 |
| Hex | EC | 5 | 22 | 0 | 62 | 56 | 7 | 160 | 60 | 2F |
| Octal | 354 | 5 | 42 | 0 | 142 | 126 | 7 | 540 | 140 | 57 |
| Binary | 11101100 | 101 | 100010 | 0 | 1100010 | 1010110 | 111 | 101100000 | 1100000 | 101111 |
Color Harmonies of #EC0522
Complementary color
Monochromatic Colors of #EC0522
Black with #EC0522
Text Example
Text Example
White with #EC0522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0522; }
p { color: rgb(236,5,34); }
H1.HeaderClassName
{
color: #EC0522;
}
.AnyTagClassName
{
color: #EC0522;
}
</style>
background-color css
<style>
a { background-color: #EC0522; }
a { background-color: rgb(236,5,34); }
div.DivClassName
{
background-color: #EC0522;
}
.BgClassName
{
background-color: #EC0522;
}
</style>
border-color css
<style>
span { border-color: #EC0522; }
span { border-color: rgb(236,5,34); }
td.TdClassName
{
border-color: #EC0522;
}
.TagClassName
{
border-color: #EC0522;
}
</style>