Shades of Torch Red #EC0D2F
Tints of Torch Red #EC0D2F
RGB
CMYK
RGB Variations
Color information
#EC0D2F (or 0xEC0D2F) is known color: Torch Red. HEX triplet: EC, 0D and 2F. RGB value is (236,13,47). Sum of RGB (Red+Green+Blue) = 236+13+47=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D2F is #13F2D0. Grayscale: #535353. Windows color (decimal): -1307345 or 3083756. OLE color: 3083756.
HSL color Cylindrical-coordinate representation of color #EC0D2F: hue angle of 350.85º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0D2F is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 47 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.07 |
| HSL | 350.85º | 0.9% | 0.49% | - |
| HSV(B) | 350.85º | 0.94% | 0.93% | - |
| XYZ | 35.25 | 18.33 | 4.37 | - |
| YUV | 83.55 | 107.38 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 47 | 0 | 0.94 | 0.80 | 0.07 | 350.85 | 0.9 | 0.49 |
| Hex | EC | D | 2F | 0 | 5E | 50 | 7 | 15F | 5A | 31 |
| Octal | 354 | 15 | 57 | 0 | 136 | 120 | 7 | 537 | 132 | 61 |
| Binary | 11101100 | 1101 | 101111 | 0 | 1011110 | 1010000 | 111 | 101011111 | 1011010 | 110001 |
Color Harmonies of #EC0D2F
Complementary color
Monochromatic Colors of #EC0D2F
Black with #EC0D2F
Text Example
Text Example
White with #EC0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D2F; }
p { color: rgb(236,13,47); }
H1.HeaderClassName
{
color: #EC0D2F;
}
.AnyTagClassName
{
color: #EC0D2F;
}
</style>
background-color css
<style>
a { background-color: #EC0D2F; }
a { background-color: rgb(236,13,47); }
div.DivClassName
{
background-color: #EC0D2F;
}
.BgClassName
{
background-color: #EC0D2F;
}
</style>
border-color css
<style>
span { border-color: #EC0D2F; }
span { border-color: rgb(236,13,47); }
td.TdClassName
{
border-color: #EC0D2F;
}
.TagClassName
{
border-color: #EC0D2F;
}
</style>