Shades of Torch Red #EC023C
Tints of Torch Red #EC023C
RGB
CMYK
RGB Variations
Color information
#EC023C (or 0xEC023C) is known color: Torch Red. HEX triplet: EC, 02 and 3C. RGB value is (236,2,60). Sum of RGB (Red+Green+Blue) = 236+2+60=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC023C is #13FDC3. Grayscale: #4E4E4E. Windows color (decimal): -1310148 or 3932908. OLE color: 3932908.
HSL color Cylindrical-coordinate representation of color #EC023C: hue angle of 345.13º degrees, saturation: 0.98, 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 #EC023C is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.07 |
| HSL | 345.13º | 0.98% | 0.47% | - |
| HSV(B) | 345.13º | 0.99% | 0.93% | - |
| XYZ | 35.43 | 18.2 | 5.92 | - |
| YUV | 78.58 | 117.52 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 60 | 0 | 0.99 | 0.75 | 0.07 | 345.13 | 0.98 | 0.47 |
| Hex | EC | 2 | 3C | 0 | 63 | 4B | 7 | 159 | 62 | 2F |
| Octal | 354 | 2 | 74 | 0 | 143 | 113 | 7 | 531 | 142 | 57 |
| Binary | 11101100 | 10 | 111100 | 0 | 1100011 | 1001011 | 111 | 101011001 | 1100010 | 101111 |
Color Harmonies of #EC023C
Complementary color
Monochromatic Colors of #EC023C
Black with #EC023C
Text Example
Text Example
White with #EC023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC023C; }
p { color: rgb(236,2,60); }
H1.HeaderClassName
{
color: #EC023C;
}
.AnyTagClassName
{
color: #EC023C;
}
</style>
background-color css
<style>
a { background-color: #EC023C; }
a { background-color: rgb(236,2,60); }
div.DivClassName
{
background-color: #EC023C;
}
.BgClassName
{
background-color: #EC023C;
}
</style>
border-color css
<style>
span { border-color: #EC023C; }
span { border-color: rgb(236,2,60); }
td.TdClassName
{
border-color: #EC023C;
}
.TagClassName
{
border-color: #EC023C;
}
</style>