Shades of Torch Red #EC023F
Tints of Torch Red #EC023F
RGB
CMYK
RGB Variations
Color information
#EC023F (or 0xEC023F) is known color: Torch Red. HEX triplet: EC, 02 and 3F. RGB value is (236,2,63). Sum of RGB (Red+Green+Blue) = 236+2+63=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC023F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC023F is #13FDC0. Grayscale: #4E4E4E. Windows color (decimal): -1310145 or 4129516. OLE color: 4129516.
HSL color Cylindrical-coordinate representation of color #EC023F: hue angle of 344.36º 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 #EC023F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.07 |
| HSL | 344.36º | 0.98% | 0.47% | - |
| HSV(B) | 344.36º | 0.99% | 0.93% | - |
| XYZ | 35.51 | 18.24 | 6.35 | - |
| YUV | 78.92 | 119.02 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 63 | 0 | 0.99 | 0.73 | 0.07 | 344.36 | 0.98 | 0.47 |
| Hex | EC | 2 | 3F | 0 | 63 | 49 | 7 | 158 | 62 | 2F |
| Octal | 354 | 2 | 77 | 0 | 143 | 111 | 7 | 530 | 142 | 57 |
| Binary | 11101100 | 10 | 111111 | 0 | 1100011 | 1001001 | 111 | 101011000 | 1100010 | 101111 |
Color Harmonies of #EC023F
Complementary color
Monochromatic Colors of #EC023F
Black with #EC023F
Text Example
Text Example
White with #EC023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC023F; }
p { color: rgb(236,2,63); }
H1.HeaderClassName
{
color: #EC023F;
}
.AnyTagClassName
{
color: #EC023F;
}
</style>
background-color css
<style>
a { background-color: #EC023F; }
a { background-color: rgb(236,2,63); }
div.DivClassName
{
background-color: #EC023F;
}
.BgClassName
{
background-color: #EC023F;
}
</style>
border-color css
<style>
span { border-color: #EC023F; }
span { border-color: rgb(236,2,63); }
td.TdClassName
{
border-color: #EC023F;
}
.TagClassName
{
border-color: #EC023F;
}
</style>