Shades of Torch Red #EC033F
Tints of Torch Red #EC033F
RGB
CMYK
RGB Variations
Color information
#EC033F (or 0xEC033F) is known color: Torch Red. HEX triplet: EC, 03 and 3F. RGB value is (236,3,63). Sum of RGB (Red+Green+Blue) = 236+3+63=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC033F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC033F is #13FCC0. Grayscale: #4F4F4F. Windows color (decimal): -1309889 or 4129772. OLE color: 4129772.
HSL color Cylindrical-coordinate representation of color #EC033F: hue angle of 344.55º degrees, saturation: 0.97, 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 #EC033F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.07 |
| HSL | 344.55º | 0.97% | 0.47% | - |
| HSV(B) | 344.55º | 0.99% | 0.93% | - |
| XYZ | 35.52 | 18.26 | 6.35 | - |
| YUV | 79.51 | 118.69 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 63 | 0 | 0.99 | 0.73 | 0.07 | 344.55 | 0.97 | 0.47 |
| Hex | EC | 3 | 3F | 0 | 63 | 49 | 7 | 159 | 61 | 2F |
| Octal | 354 | 3 | 77 | 0 | 143 | 111 | 7 | 531 | 141 | 57 |
| Binary | 11101100 | 11 | 111111 | 0 | 1100011 | 1001001 | 111 | 101011001 | 1100001 | 101111 |
Color Harmonies of #EC033F
Complementary color
Monochromatic Colors of #EC033F
Black with #EC033F
Text Example
Text Example
White with #EC033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC033F; }
p { color: rgb(236,3,63); }
H1.HeaderClassName
{
color: #EC033F;
}
.AnyTagClassName
{
color: #EC033F;
}
</style>
background-color css
<style>
a { background-color: #EC033F; }
a { background-color: rgb(236,3,63); }
div.DivClassName
{
background-color: #EC033F;
}
.BgClassName
{
background-color: #EC033F;
}
</style>
border-color css
<style>
span { border-color: #EC033F; }
span { border-color: rgb(236,3,63); }
td.TdClassName
{
border-color: #EC033F;
}
.TagClassName
{
border-color: #EC033F;
}
</style>