Shades of Torch Red #EC1327
Tints of Torch Red #EC1327
RGB
CMYK
RGB Variations
Color information
#EC1327 (or 0xEC1327) is known color: Torch Red. HEX triplet: EC, 13 and 27. RGB value is (236,19,39). Sum of RGB (Red+Green+Blue) = 236+19+39=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1327 is #13ECD8. Grayscale: #565656. Windows color (decimal): -1305817 or 2561004. OLE color: 2561004.
HSL color Cylindrical-coordinate representation of color #EC1327: hue angle of 354.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1327 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 39 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.07 |
| HSL | 354.47º | 0.85% | 0.5% | - |
| HSV(B) | 354.47º | 0.92% | 0.93% | - |
| XYZ | 35.19 | 18.45 | 3.62 | - |
| YUV | 86.16 | 101.39 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 39 | 0 | 0.92 | 0.83 | 0.07 | 354.47 | 0.85 | 0.5 |
| Hex | EC | 13 | 27 | 0 | 5C | 53 | 7 | 162 | 55 | 32 |
| Octal | 354 | 23 | 47 | 0 | 134 | 123 | 7 | 542 | 125 | 62 |
| Binary | 11101100 | 10011 | 100111 | 0 | 1011100 | 1010011 | 111 | 101100010 | 1010101 | 110010 |
Color Harmonies of #EC1327
Complementary color
Monochromatic Colors of #EC1327
Black with #EC1327
Text Example
Text Example
White with #EC1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1327; }
p { color: rgb(236,19,39); }
H1.HeaderClassName
{
color: #EC1327;
}
.AnyTagClassName
{
color: #EC1327;
}
</style>
background-color css
<style>
a { background-color: #EC1327; }
a { background-color: rgb(236,19,39); }
div.DivClassName
{
background-color: #EC1327;
}
.BgClassName
{
background-color: #EC1327;
}
</style>
border-color css
<style>
span { border-color: #EC1327; }
span { border-color: rgb(236,19,39); }
td.TdClassName
{
border-color: #EC1327;
}
.TagClassName
{
border-color: #EC1327;
}
</style>