Shades of Torch Red #EC0334
Tints of Torch Red #EC0334
RGB
CMYK
RGB Variations
Color information
#EC0334 (or 0xEC0334) is known color: Torch Red. HEX triplet: EC, 03 and 34. RGB value is (236,3,52). Sum of RGB (Red+Green+Blue) = 236+3+52=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0334 is #13FCCB. Grayscale: #4E4E4E. Windows color (decimal): -1309900 or 3408876. OLE color: 3408876.
HSL color Cylindrical-coordinate representation of color #EC0334: hue angle of 347.38º 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 #EC0334 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.07 |
| HSL | 347.38º | 0.97% | 0.47% | - |
| HSV(B) | 347.38º | 0.99% | 0.93% | - |
| XYZ | 35.24 | 18.15 | 4.89 | - |
| YUV | 78.25 | 113.19 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 52 | 0 | 0.99 | 0.78 | 0.07 | 347.38 | 0.97 | 0.47 |
| Hex | EC | 3 | 34 | 0 | 63 | 4E | 7 | 15B | 61 | 2F |
| Octal | 354 | 3 | 64 | 0 | 143 | 116 | 7 | 533 | 141 | 57 |
| Binary | 11101100 | 11 | 110100 | 0 | 1100011 | 1001110 | 111 | 101011011 | 1100001 | 101111 |
Color Harmonies of #EC0334
Complementary color
Monochromatic Colors of #EC0334
Black with #EC0334
Text Example
Text Example
White with #EC0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0334; }
p { color: rgb(236,3,52); }
H1.HeaderClassName
{
color: #EC0334;
}
.AnyTagClassName
{
color: #EC0334;
}
</style>
background-color css
<style>
a { background-color: #EC0334; }
a { background-color: rgb(236,3,52); }
div.DivClassName
{
background-color: #EC0334;
}
.BgClassName
{
background-color: #EC0334;
}
</style>
border-color css
<style>
span { border-color: #EC0334; }
span { border-color: rgb(236,3,52); }
td.TdClassName
{
border-color: #EC0334;
}
.TagClassName
{
border-color: #EC0334;
}
</style>