Shades of Torch Red #EC051C
Tints of Torch Red #EC051C
RGB
CMYK
RGB Variations
Color information
#EC051C (or 0xEC051C) is known color: Torch Red. HEX triplet: EC, 05 and 1C. RGB value is (236,5,28). Sum of RGB (Red+Green+Blue) = 236+5+28=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC051C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC051C is #13FAE3. Grayscale: #4C4C4C. Windows color (decimal): -1309412 or 1836524. OLE color: 1836524.
HSL color Cylindrical-coordinate representation of color #EC051C: hue angle of 354.03º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC051C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.07 |
| HSL | 354.03º | 0.96% | 0.47% | - |
| HSV(B) | 354.03º | 0.98% | 0.93% | - |
| XYZ | 34.86 | 18.03 | 2.74 | - |
| YUV | 76.69 | 100.53 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 28 | 0 | 0.98 | 0.88 | 0.07 | 354.03 | 0.96 | 0.47 |
| Hex | EC | 5 | 1C | 0 | 62 | 58 | 7 | 162 | 60 | 2F |
| Octal | 354 | 5 | 34 | 0 | 142 | 130 | 7 | 542 | 140 | 57 |
| Binary | 11101100 | 101 | 11100 | 0 | 1100010 | 1011000 | 111 | 101100010 | 1100000 | 101111 |
Color Harmonies of #EC051C
Complementary color
Monochromatic Colors of #EC051C
Black with #EC051C
Text Example
Text Example
White with #EC051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC051C; }
p { color: rgb(236,5,28); }
H1.HeaderClassName
{
color: #EC051C;
}
.AnyTagClassName
{
color: #EC051C;
}
</style>
background-color css
<style>
a { background-color: #EC051C; }
a { background-color: rgb(236,5,28); }
div.DivClassName
{
background-color: #EC051C;
}
.BgClassName
{
background-color: #EC051C;
}
</style>
border-color css
<style>
span { border-color: #EC051C; }
span { border-color: rgb(236,5,28); }
td.TdClassName
{
border-color: #EC051C;
}
.TagClassName
{
border-color: #EC051C;
}
</style>