Shades of Torch Red #EC0F33
Tints of Torch Red #EC0F33
RGB
CMYK
RGB Variations
Color information
#EC0F33 (or 0xEC0F33) is known color: Torch Red. HEX triplet: EC, 0F and 33. RGB value is (236,15,51). Sum of RGB (Red+Green+Blue) = 236+15+51=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F33 is #13F0CC. Grayscale: #555555. Windows color (decimal): -1306829 or 3346412. OLE color: 3346412.
HSL color Cylindrical-coordinate representation of color #EC0F33: hue angle of 350.23º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F33 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 51 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.07 |
| HSL | 350.23º | 0.88% | 0.49% | - |
| HSV(B) | 350.23º | 0.94% | 0.93% | - |
| XYZ | 35.36 | 18.41 | 4.82 | - |
| YUV | 85.18 | 108.72 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 51 | 0 | 0.94 | 0.78 | 0.07 | 350.23 | 0.88 | 0.49 |
| Hex | EC | F | 33 | 0 | 5E | 4E | 7 | 15E | 58 | 31 |
| Octal | 354 | 17 | 63 | 0 | 136 | 116 | 7 | 536 | 130 | 61 |
| Binary | 11101100 | 1111 | 110011 | 0 | 1011110 | 1001110 | 111 | 101011110 | 1011000 | 110001 |
Color Harmonies of #EC0F33
Complementary color
Monochromatic Colors of #EC0F33
Black with #EC0F33
Text Example
Text Example
White with #EC0F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F33; }
p { color: rgb(236,15,51); }
H1.HeaderClassName
{
color: #EC0F33;
}
.AnyTagClassName
{
color: #EC0F33;
}
</style>
background-color css
<style>
a { background-color: #EC0F33; }
a { background-color: rgb(236,15,51); }
div.DivClassName
{
background-color: #EC0F33;
}
.BgClassName
{
background-color: #EC0F33;
}
</style>
border-color css
<style>
span { border-color: #EC0F33; }
span { border-color: rgb(236,15,51); }
td.TdClassName
{
border-color: #EC0F33;
}
.TagClassName
{
border-color: #EC0F33;
}
</style>