Shades of Torch Red #EC083C
Tints of Torch Red #EC083C
RGB
CMYK
RGB Variations
Color information
#EC083C (or 0xEC083C) is known color: Torch Red. HEX triplet: EC, 08 and 3C. RGB value is (236,8,60). Sum of RGB (Red+Green+Blue) = 236+8+60=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC083C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC083C is #13F7C3. Grayscale: #525252. Windows color (decimal): -1308612 or 3934444. OLE color: 3934444.
HSL color Cylindrical-coordinate representation of color #EC083C: hue angle of 346.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC083C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 60 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.07 |
| HSL | 346.32º | 0.93% | 0.48% | - |
| HSV(B) | 346.32º | 0.97% | 0.93% | - |
| XYZ | 35.49 | 18.33 | 5.94 | - |
| YUV | 82.1 | 115.54 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 60 | 0 | 0.97 | 0.75 | 0.07 | 346.32 | 0.93 | 0.48 |
| Hex | EC | 8 | 3C | 0 | 61 | 4B | 7 | 15A | 5D | 30 |
| Octal | 354 | 10 | 74 | 0 | 141 | 113 | 7 | 532 | 135 | 60 |
| Binary | 11101100 | 1000 | 111100 | 0 | 1100001 | 1001011 | 111 | 101011010 | 1011101 | 110000 |
Color Harmonies of #EC083C
Complementary color
Monochromatic Colors of #EC083C
Black with #EC083C
Text Example
Text Example
White with #EC083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC083C; }
p { color: rgb(236,8,60); }
H1.HeaderClassName
{
color: #EC083C;
}
.AnyTagClassName
{
color: #EC083C;
}
</style>
background-color css
<style>
a { background-color: #EC083C; }
a { background-color: rgb(236,8,60); }
div.DivClassName
{
background-color: #EC083C;
}
.BgClassName
{
background-color: #EC083C;
}
</style>
border-color css
<style>
span { border-color: #EC083C; }
span { border-color: rgb(236,8,60); }
td.TdClassName
{
border-color: #EC083C;
}
.TagClassName
{
border-color: #EC083C;
}
</style>