Shades of Torch Red #EC121F
Tints of Torch Red #EC121F
RGB
CMYK
RGB Variations
Color information
#EC121F (or 0xEC121F) is known color: Torch Red. HEX triplet: EC, 12 and 1F. RGB value is (236,18,31). Sum of RGB (Red+Green+Blue) = 236+18+31=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC121F is #13EDE0. Grayscale: #545454. Windows color (decimal): -1306081 or 2036460. OLE color: 2036460.
HSL color Cylindrical-coordinate representation of color #EC121F: hue angle of 356.42º degrees, saturation: 0.86, 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 #EC121F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 31 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.07 |
| HSL | 356.42º | 0.86% | 0.5% | - |
| HSV(B) | 356.42º | 0.92% | 0.93% | - |
| XYZ | 35.06 | 18.36 | 2.99 | - |
| YUV | 84.66 | 97.72 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 31 | 0 | 0.92 | 0.87 | 0.07 | 356.42 | 0.86 | 0.5 |
| Hex | EC | 12 | 1F | 0 | 5C | 57 | 7 | 164 | 56 | 32 |
| Octal | 354 | 22 | 37 | 0 | 134 | 127 | 7 | 544 | 126 | 62 |
| Binary | 11101100 | 10010 | 11111 | 0 | 1011100 | 1010111 | 111 | 101100100 | 1010110 | 110010 |
Color Harmonies of #EC121F
Complementary color
Monochromatic Colors of #EC121F
Black with #EC121F
Text Example
Text Example
White with #EC121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC121F; }
p { color: rgb(236,18,31); }
H1.HeaderClassName
{
color: #EC121F;
}
.AnyTagClassName
{
color: #EC121F;
}
</style>
background-color css
<style>
a { background-color: #EC121F; }
a { background-color: rgb(236,18,31); }
div.DivClassName
{
background-color: #EC121F;
}
.BgClassName
{
background-color: #EC121F;
}
</style>
border-color css
<style>
span { border-color: #EC121F; }
span { border-color: rgb(236,18,31); }
td.TdClassName
{
border-color: #EC121F;
}
.TagClassName
{
border-color: #EC121F;
}
</style>