Shades of Torch Red #EC0733
Tints of Torch Red #EC0733
RGB
CMYK
RGB Variations
Color information
#EC0733 (or 0xEC0733) is known color: Torch Red. HEX triplet: EC, 07 and 33. RGB value is (236,7,51). Sum of RGB (Red+Green+Blue) = 236+7+51=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0733 is #13F8CC. Grayscale: #505050. Windows color (decimal): -1308877 or 3344364. OLE color: 3344364.
HSL color Cylindrical-coordinate representation of color #EC0733: hue angle of 348.47º degrees, saturation: 0.94, 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 #EC0733 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.07 |
| HSL | 348.47º | 0.94% | 0.48% | - |
| HSV(B) | 348.47º | 0.97% | 0.93% | - |
| XYZ | 35.27 | 18.22 | 4.79 | - |
| YUV | 80.49 | 111.37 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 51 | 0 | 0.97 | 0.78 | 0.07 | 348.47 | 0.94 | 0.48 |
| Hex | EC | 7 | 33 | 0 | 61 | 4E | 7 | 15C | 5E | 30 |
| Octal | 354 | 7 | 63 | 0 | 141 | 116 | 7 | 534 | 136 | 60 |
| Binary | 11101100 | 111 | 110011 | 0 | 1100001 | 1001110 | 111 | 101011100 | 1011110 | 110000 |
Color Harmonies of #EC0733
Complementary color
Monochromatic Colors of #EC0733
Black with #EC0733
Text Example
Text Example
White with #EC0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0733; }
p { color: rgb(236,7,51); }
H1.HeaderClassName
{
color: #EC0733;
}
.AnyTagClassName
{
color: #EC0733;
}
</style>
background-color css
<style>
a { background-color: #EC0733; }
a { background-color: rgb(236,7,51); }
div.DivClassName
{
background-color: #EC0733;
}
.BgClassName
{
background-color: #EC0733;
}
</style>
border-color css
<style>
span { border-color: #EC0733; }
span { border-color: rgb(236,7,51); }
td.TdClassName
{
border-color: #EC0733;
}
.TagClassName
{
border-color: #EC0733;
}
</style>