Shades of Torch Red #EC0333
Tints of Torch Red #EC0333
RGB
CMYK
RGB Variations
Color information
#EC0333 (or 0xEC0333) is known color: Torch Red. HEX triplet: EC, 03 and 33. RGB value is (236,3,51). Sum of RGB (Red+Green+Blue) = 236+3+51=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0333 is #13FCCC. Grayscale: #4E4E4E. Windows color (decimal): -1309901 or 3343340. OLE color: 3343340.
HSL color Cylindrical-coordinate representation of color #EC0333: hue angle of 347.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0333 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 51 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.07 |
| HSL | 347.64º | 0.97% | 0.47% | - |
| HSV(B) | 347.64º | 0.99% | 0.93% | - |
| XYZ | 35.22 | 18.14 | 4.78 | - |
| YUV | 78.14 | 112.69 | 240.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 51 | 0 | 0.99 | 0.78 | 0.07 | 347.64 | 0.97 | 0.47 |
| Hex | EC | 3 | 33 | 0 | 63 | 4E | 7 | 15C | 61 | 2F |
| Octal | 354 | 3 | 63 | 0 | 143 | 116 | 7 | 534 | 141 | 57 |
| Binary | 11101100 | 11 | 110011 | 0 | 1100011 | 1001110 | 111 | 101011100 | 1100001 | 101111 |
Color Harmonies of #EC0333
Complementary color
Monochromatic Colors of #EC0333
Black with #EC0333
Text Example
Text Example
White with #EC0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0333; }
p { color: rgb(236,3,51); }
H1.HeaderClassName
{
color: #EC0333;
}
.AnyTagClassName
{
color: #EC0333;
}
</style>
background-color css
<style>
a { background-color: #EC0333; }
a { background-color: rgb(236,3,51); }
div.DivClassName
{
background-color: #EC0333;
}
.BgClassName
{
background-color: #EC0333;
}
</style>
border-color css
<style>
span { border-color: #EC0333; }
span { border-color: rgb(236,3,51); }
td.TdClassName
{
border-color: #EC0333;
}
.TagClassName
{
border-color: #EC0333;
}
</style>