Shades of Torch Red #EC042F
Tints of Torch Red #EC042F
RGB
CMYK
RGB Variations
Color information
#EC042F (or 0xEC042F) is known color: Torch Red. HEX triplet: EC, 04 and 2F. RGB value is (236,4,47). Sum of RGB (Red+Green+Blue) = 236+4+47=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC042F is #13FBD0. Grayscale: #4E4E4E. Windows color (decimal): -1309649 or 3081452. OLE color: 3081452.
HSL color Cylindrical-coordinate representation of color #EC042F: hue angle of 348.88º degrees, saturation: 0.97, 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 #EC042F is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 47 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.07 |
| HSL | 348.88º | 0.97% | 0.47% | - |
| HSV(B) | 348.88º | 0.98% | 0.93% | - |
| XYZ | 35.15 | 18.12 | 4.34 | - |
| YUV | 78.27 | 110.36 | 240.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 47 | 0 | 0.98 | 0.80 | 0.07 | 348.88 | 0.97 | 0.47 |
| Hex | EC | 4 | 2F | 0 | 62 | 50 | 7 | 15D | 61 | 2F |
| Octal | 354 | 4 | 57 | 0 | 142 | 120 | 7 | 535 | 141 | 57 |
| Binary | 11101100 | 100 | 101111 | 0 | 1100010 | 1010000 | 111 | 101011101 | 1100001 | 101111 |
Color Harmonies of #EC042F
Complementary color
Monochromatic Colors of #EC042F
Black with #EC042F
Text Example
Text Example
White with #EC042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC042F; }
p { color: rgb(236,4,47); }
H1.HeaderClassName
{
color: #EC042F;
}
.AnyTagClassName
{
color: #EC042F;
}
</style>
background-color css
<style>
a { background-color: #EC042F; }
a { background-color: rgb(236,4,47); }
div.DivClassName
{
background-color: #EC042F;
}
.BgClassName
{
background-color: #EC042F;
}
</style>
border-color css
<style>
span { border-color: #EC042F; }
span { border-color: rgb(236,4,47); }
td.TdClassName
{
border-color: #EC042F;
}
.TagClassName
{
border-color: #EC042F;
}
</style>