Shades of Torch Red #EC062F
Tints of Torch Red #EC062F
RGB
CMYK
RGB Variations
Color information
#EC062F (or 0xEC062F) is known color: Torch Red. HEX triplet: EC, 06 and 2F. RGB value is (236,6,47). Sum of RGB (Red+Green+Blue) = 236+6+47=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC062F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC062F is #13F9D0. Grayscale: #4F4F4F. Windows color (decimal): -1309137 or 3081964. OLE color: 3081964.
HSL color Cylindrical-coordinate representation of color #EC062F: hue angle of 349.3º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC062F is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.07 |
| HSL | 349.3º | 0.95% | 0.47% | - |
| HSV(B) | 349.3º | 0.97% | 0.93% | - |
| XYZ | 35.17 | 18.17 | 4.34 | - |
| YUV | 79.44 | 109.7 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 47 | 0 | 0.97 | 0.80 | 0.07 | 349.3 | 0.95 | 0.47 |
| Hex | EC | 6 | 2F | 0 | 61 | 50 | 7 | 15D | 5F | 2F |
| Octal | 354 | 6 | 57 | 0 | 141 | 120 | 7 | 535 | 137 | 57 |
| Binary | 11101100 | 110 | 101111 | 0 | 1100001 | 1010000 | 111 | 101011101 | 1011111 | 101111 |
Color Harmonies of #EC062F
Complementary color
Monochromatic Colors of #EC062F
Black with #EC062F
Text Example
Text Example
White with #EC062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC062F; }
p { color: rgb(236,6,47); }
H1.HeaderClassName
{
color: #EC062F;
}
.AnyTagClassName
{
color: #EC062F;
}
</style>
background-color css
<style>
a { background-color: #EC062F; }
a { background-color: rgb(236,6,47); }
div.DivClassName
{
background-color: #EC062F;
}
.BgClassName
{
background-color: #EC062F;
}
</style>
border-color css
<style>
span { border-color: #EC062F; }
span { border-color: rgb(236,6,47); }
td.TdClassName
{
border-color: #EC062F;
}
.TagClassName
{
border-color: #EC062F;
}
</style>