Shades of Torch Red #EC063C
Tints of Torch Red #EC063C
RGB
CMYK
RGB Variations
Color information
#EC063C (or 0xEC063C) is known color: Torch Red. HEX triplet: EC, 06 and 3C. RGB value is (236,6,60). Sum of RGB (Red+Green+Blue) = 236+6+60=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC063C is #13F9C3. Grayscale: #505050. Windows color (decimal): -1309124 or 3933932. OLE color: 3933932.
HSL color Cylindrical-coordinate representation of color #EC063C: hue angle of 345.91º 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 #EC063C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.07 |
| HSL | 345.91º | 0.95% | 0.47% | - |
| HSV(B) | 345.91º | 0.97% | 0.93% | - |
| XYZ | 35.47 | 18.29 | 5.94 | - |
| YUV | 80.93 | 116.2 | 238.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 60 | 0 | 0.97 | 0.75 | 0.07 | 345.91 | 0.95 | 0.47 |
| Hex | EC | 6 | 3C | 0 | 61 | 4B | 7 | 15A | 5F | 2F |
| Octal | 354 | 6 | 74 | 0 | 141 | 113 | 7 | 532 | 137 | 57 |
| Binary | 11101100 | 110 | 111100 | 0 | 1100001 | 1001011 | 111 | 101011010 | 1011111 | 101111 |
Color Harmonies of #EC063C
Complementary color
Monochromatic Colors of #EC063C
Black with #EC063C
Text Example
Text Example
White with #EC063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC063C; }
p { color: rgb(236,6,60); }
H1.HeaderClassName
{
color: #EC063C;
}
.AnyTagClassName
{
color: #EC063C;
}
</style>
background-color css
<style>
a { background-color: #EC063C; }
a { background-color: rgb(236,6,60); }
div.DivClassName
{
background-color: #EC063C;
}
.BgClassName
{
background-color: #EC063C;
}
</style>
border-color css
<style>
span { border-color: #EC063C; }
span { border-color: rgb(236,6,60); }
td.TdClassName
{
border-color: #EC063C;
}
.TagClassName
{
border-color: #EC063C;
}
</style>