Shades of Torch Red #EC0132
Tints of Torch Red #EC0132
RGB
CMYK
RGB Variations
Color information
#EC0132 (or 0xEC0132) is known color: Torch Red. HEX triplet: EC, 01 and 32. RGB value is (236,1,50). Sum of RGB (Red+Green+Blue) = 236+1+50=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0132 is #13FECD. Grayscale: #4C4C4C. Windows color (decimal): -1310414 or 3277292. OLE color: 3277292.
HSL color Cylindrical-coordinate representation of color #EC0132: hue angle of 347.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0132 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.07 |
| HSL | 347.49º | 0.99% | 0.46% | - |
| HSV(B) | 347.49º | 1% | 0.93% | - |
| XYZ | 35.18 | 18.08 | 4.65 | - |
| YUV | 76.85 | 112.86 | 241.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 50 | 0 | 1.00 | 0.79 | 0.07 | 347.49 | 0.99 | 0.46 |
| Hex | EC | 1 | 32 | 0 | 64 | 4F | 7 | 15B | 63 | 2E |
| Octal | 354 | 1 | 62 | 0 | 144 | 117 | 7 | 533 | 143 | 56 |
| Binary | 11101100 | 1 | 110010 | 0 | 1100100 | 1001111 | 111 | 101011011 | 1100011 | 101110 |
Color Harmonies of #EC0132
Complementary color
Monochromatic Colors of #EC0132
Black with #EC0132
Text Example
Text Example
White with #EC0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0132; }
p { color: rgb(236,1,50); }
H1.HeaderClassName
{
color: #EC0132;
}
.AnyTagClassName
{
color: #EC0132;
}
</style>
background-color css
<style>
a { background-color: #EC0132; }
a { background-color: rgb(236,1,50); }
div.DivClassName
{
background-color: #EC0132;
}
.BgClassName
{
background-color: #EC0132;
}
</style>
border-color css
<style>
span { border-color: #EC0132; }
span { border-color: rgb(236,1,50); }
td.TdClassName
{
border-color: #EC0132;
}
.TagClassName
{
border-color: #EC0132;
}
</style>