Shades of Torch Red #EC1032
Tints of Torch Red #EC1032
RGB
CMYK
RGB Variations
Color information
#EC1032 (or 0xEC1032) is known color: Torch Red. HEX triplet: EC, 10 and 32. RGB value is (236,16,50). Sum of RGB (Red+Green+Blue) = 236+16+50=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1032 is #13EFCD. Grayscale: #555555. Windows color (decimal): -1306574 or 3281132. OLE color: 3281132.
HSL color Cylindrical-coordinate representation of color #EC1032: hue angle of 350.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1032 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.07 |
| HSL | 350.73º | 0.87% | 0.49% | - |
| HSV(B) | 350.73º | 0.93% | 0.93% | - |
| XYZ | 35.35 | 18.43 | 4.71 | - |
| YUV | 85.66 | 107.89 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 50 | 0 | 0.93 | 0.79 | 0.07 | 350.73 | 0.87 | 0.49 |
| Hex | EC | 10 | 32 | 0 | 5D | 4F | 7 | 15F | 57 | 31 |
| Octal | 354 | 20 | 62 | 0 | 135 | 117 | 7 | 537 | 127 | 61 |
| Binary | 11101100 | 10000 | 110010 | 0 | 1011101 | 1001111 | 111 | 101011111 | 1010111 | 110001 |
Color Harmonies of #EC1032
Complementary color
Monochromatic Colors of #EC1032
Black with #EC1032
Text Example
Text Example
White with #EC1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1032; }
p { color: rgb(236,16,50); }
H1.HeaderClassName
{
color: #EC1032;
}
.AnyTagClassName
{
color: #EC1032;
}
</style>
background-color css
<style>
a { background-color: #EC1032; }
a { background-color: rgb(236,16,50); }
div.DivClassName
{
background-color: #EC1032;
}
.BgClassName
{
background-color: #EC1032;
}
</style>
border-color css
<style>
span { border-color: #EC1032; }
span { border-color: rgb(236,16,50); }
td.TdClassName
{
border-color: #EC1032;
}
.TagClassName
{
border-color: #EC1032;
}
</style>