Shades of Torch Red #EC0523
Tints of Torch Red #EC0523
RGB
CMYK
RGB Variations
Color information
#EC0523 (or 0xEC0523) is known color: Torch Red. HEX triplet: EC, 05 and 23. RGB value is (236,5,35). Sum of RGB (Red+Green+Blue) = 236+5+35=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0523 is #13FADC. Grayscale: #4D4D4D. Windows color (decimal): -1309405 or 2295276. OLE color: 2295276.
HSL color Cylindrical-coordinate representation of color #EC0523: hue angle of 352.21º 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 #EC0523 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.07 |
| HSL | 352.21º | 0.96% | 0.47% | - |
| HSV(B) | 352.21º | 0.98% | 0.93% | - |
| XYZ | 34.95 | 18.06 | 3.23 | - |
| YUV | 77.49 | 104.03 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 35 | 0 | 0.98 | 0.85 | 0.07 | 352.21 | 0.96 | 0.47 |
| Hex | EC | 5 | 23 | 0 | 62 | 55 | 7 | 160 | 60 | 2F |
| Octal | 354 | 5 | 43 | 0 | 142 | 125 | 7 | 540 | 140 | 57 |
| Binary | 11101100 | 101 | 100011 | 0 | 1100010 | 1010101 | 111 | 101100000 | 1100000 | 101111 |
Color Harmonies of #EC0523
Complementary color
Monochromatic Colors of #EC0523
Black with #EC0523
Text Example
Text Example
White with #EC0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0523; }
p { color: rgb(236,5,35); }
H1.HeaderClassName
{
color: #EC0523;
}
.AnyTagClassName
{
color: #EC0523;
}
</style>
background-color css
<style>
a { background-color: #EC0523; }
a { background-color: rgb(236,5,35); }
div.DivClassName
{
background-color: #EC0523;
}
.BgClassName
{
background-color: #EC0523;
}
</style>
border-color css
<style>
span { border-color: #EC0523; }
span { border-color: rgb(236,5,35); }
td.TdClassName
{
border-color: #EC0523;
}
.TagClassName
{
border-color: #EC0523;
}
</style>