Shades of Torch Red #EC023B
Tints of Torch Red #EC023B
RGB
CMYK
RGB Variations
Color information
#EC023B (or 0xEC023B) is known color: Torch Red. HEX triplet: EC, 02 and 3B. RGB value is (236,2,59). Sum of RGB (Red+Green+Blue) = 236+2+59=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC023B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC023B is #13FDC4. Grayscale: #4E4E4E. Windows color (decimal): -1310149 or 3867372. OLE color: 3867372.
HSL color Cylindrical-coordinate representation of color #EC023B: hue angle of 345.38º 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 #EC023B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.07 |
| HSL | 345.38º | 0.98% | 0.47% | - |
| HSV(B) | 345.38º | 0.99% | 0.93% | - |
| XYZ | 35.4 | 18.19 | 5.78 | - |
| YUV | 78.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 59 | 0 | 0.99 | 0.75 | 0.07 | 345.38 | 0.98 | 0.47 |
| Hex | EC | 2 | 3B | 0 | 63 | 4B | 7 | 159 | 62 | 2F |
| Octal | 354 | 2 | 73 | 0 | 143 | 113 | 7 | 531 | 142 | 57 |
| Binary | 11101100 | 10 | 111011 | 0 | 1100011 | 1001011 | 111 | 101011001 | 1100010 | 101111 |
Color Harmonies of #EC023B
Complementary color
Monochromatic Colors of #EC023B
Black with #EC023B
Text Example
Text Example
White with #EC023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC023B; }
p { color: rgb(236,2,59); }
H1.HeaderClassName
{
color: #EC023B;
}
.AnyTagClassName
{
color: #EC023B;
}
</style>
background-color css
<style>
a { background-color: #EC023B; }
a { background-color: rgb(236,2,59); }
div.DivClassName
{
background-color: #EC023B;
}
.BgClassName
{
background-color: #EC023B;
}
</style>
border-color css
<style>
span { border-color: #EC023B; }
span { border-color: rgb(236,2,59); }
td.TdClassName
{
border-color: #EC023B;
}
.TagClassName
{
border-color: #EC023B;
}
</style>