Shades of Torch Red #EC1334
Tints of Torch Red #EC1334
RGB
CMYK
RGB Variations
Color information
#EC1334 (or 0xEC1334) is known color: Torch Red. HEX triplet: EC, 13 and 34. RGB value is (236,19,52). Sum of RGB (Red+Green+Blue) = 236+19+52=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1334 is #13ECCB. Grayscale: #575757. Windows color (decimal): -1305804 or 3412972. OLE color: 3412972.
HSL color Cylindrical-coordinate representation of color #EC1334: hue angle of 350.88º 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 #EC1334 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 52 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.07 |
| HSL | 350.88º | 0.85% | 0.5% | - |
| HSV(B) | 350.88º | 0.92% | 0.93% | - |
| XYZ | 35.44 | 18.55 | 4.96 | - |
| YUV | 87.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 52 | 0 | 0.92 | 0.78 | 0.07 | 350.88 | 0.85 | 0.5 |
| Hex | EC | 13 | 34 | 0 | 5C | 4E | 7 | 15F | 55 | 32 |
| Octal | 354 | 23 | 64 | 0 | 134 | 116 | 7 | 537 | 125 | 62 |
| Binary | 11101100 | 10011 | 110100 | 0 | 1011100 | 1001110 | 111 | 101011111 | 1010101 | 110010 |
Color Harmonies of #EC1334
Complementary color
Monochromatic Colors of #EC1334
Black with #EC1334
Text Example
Text Example
White with #EC1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1334; }
p { color: rgb(236,19,52); }
H1.HeaderClassName
{
color: #EC1334;
}
.AnyTagClassName
{
color: #EC1334;
}
</style>
background-color css
<style>
a { background-color: #EC1334; }
a { background-color: rgb(236,19,52); }
div.DivClassName
{
background-color: #EC1334;
}
.BgClassName
{
background-color: #EC1334;
}
</style>
border-color css
<style>
span { border-color: #EC1334; }
span { border-color: rgb(236,19,52); }
td.TdClassName
{
border-color: #EC1334;
}
.TagClassName
{
border-color: #EC1334;
}
</style>