Shades of Torch Red #EC0133
Tints of Torch Red #EC0133
RGB
CMYK
RGB Variations
Color information
#EC0133 (or 0xEC0133) is known color: Torch Red. HEX triplet: EC, 01 and 33. RGB value is (236,1,51). Sum of RGB (Red+Green+Blue) = 236+1+51=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0133 is #13FECC. Grayscale: #4D4D4D. Windows color (decimal): -1310413 or 3342828. OLE color: 3342828.
HSL color Cylindrical-coordinate representation of color #EC0133: hue angle of 347.23º 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 #EC0133 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 51 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.07 |
| HSL | 347.23º | 0.99% | 0.46% | - |
| HSV(B) | 347.23º | 1% | 0.93% | - |
| XYZ | 35.2 | 18.09 | 4.77 | - |
| YUV | 76.97 | 113.36 | 241.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 51 | 0 | 1.00 | 0.78 | 0.07 | 347.23 | 0.99 | 0.46 |
| Hex | EC | 1 | 33 | 0 | 64 | 4E | 7 | 15B | 63 | 2E |
| Octal | 354 | 1 | 63 | 0 | 144 | 116 | 7 | 533 | 143 | 56 |
| Binary | 11101100 | 1 | 110011 | 0 | 1100100 | 1001110 | 111 | 101011011 | 1100011 | 101110 |
Color Harmonies of #EC0133
Complementary color
Monochromatic Colors of #EC0133
Black with #EC0133
Text Example
Text Example
White with #EC0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0133; }
p { color: rgb(236,1,51); }
H1.HeaderClassName
{
color: #EC0133;
}
.AnyTagClassName
{
color: #EC0133;
}
</style>
background-color css
<style>
a { background-color: #EC0133; }
a { background-color: rgb(236,1,51); }
div.DivClassName
{
background-color: #EC0133;
}
.BgClassName
{
background-color: #EC0133;
}
</style>
border-color css
<style>
span { border-color: #EC0133; }
span { border-color: rgb(236,1,51); }
td.TdClassName
{
border-color: #EC0133;
}
.TagClassName
{
border-color: #EC0133;
}
</style>