Shades of Torch Red #EC0327
Tints of Torch Red #EC0327
RGB
CMYK
RGB Variations
Color information
#EC0327 (or 0xEC0327) is known color: Torch Red. HEX triplet: EC, 03 and 27. RGB value is (236,3,39). Sum of RGB (Red+Green+Blue) = 236+3+39=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0327 is #13FCD8. Grayscale: #4C4C4C. Windows color (decimal): -1309913 or 2556908. OLE color: 2556908.
HSL color Cylindrical-coordinate representation of color #EC0327: hue angle of 350.73º 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 #EC0327 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.07 |
| HSL | 350.73º | 0.97% | 0.47% | - |
| HSV(B) | 350.73º | 0.99% | 0.93% | - |
| XYZ | 34.99 | 18.04 | 3.56 | - |
| YUV | 76.77 | 106.69 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 39 | 0 | 0.99 | 0.83 | 0.07 | 350.73 | 0.97 | 0.47 |
| Hex | EC | 3 | 27 | 0 | 63 | 53 | 7 | 15F | 61 | 2F |
| Octal | 354 | 3 | 47 | 0 | 143 | 123 | 7 | 537 | 141 | 57 |
| Binary | 11101100 | 11 | 100111 | 0 | 1100011 | 1010011 | 111 | 101011111 | 1100001 | 101111 |
Color Harmonies of #EC0327
Complementary color
Monochromatic Colors of #EC0327
Black with #EC0327
Text Example
Text Example
White with #EC0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0327; }
p { color: rgb(236,3,39); }
H1.HeaderClassName
{
color: #EC0327;
}
.AnyTagClassName
{
color: #EC0327;
}
</style>
background-color css
<style>
a { background-color: #EC0327; }
a { background-color: rgb(236,3,39); }
div.DivClassName
{
background-color: #EC0327;
}
.BgClassName
{
background-color: #EC0327;
}
</style>
border-color css
<style>
span { border-color: #EC0327; }
span { border-color: rgb(236,3,39); }
td.TdClassName
{
border-color: #EC0327;
}
.TagClassName
{
border-color: #EC0327;
}
</style>