Shades of Torch Red #EC081D
Tints of Torch Red #EC081D
RGB
CMYK
RGB Variations
Color information
#EC081D (or 0xEC081D) is known color: Torch Red. HEX triplet: EC, 08 and 1D. RGB value is (236,8,29). Sum of RGB (Red+Green+Blue) = 236+8+29=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC081D is #13F7E2. Grayscale: #4E4E4E. Windows color (decimal): -1308643 or 1902828. OLE color: 1902828.
HSL color Cylindrical-coordinate representation of color #EC081D: hue angle of 354.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC081D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.07 |
| HSL | 354.47º | 0.93% | 0.48% | - |
| HSV(B) | 354.47º | 0.97% | 0.93% | - |
| XYZ | 34.9 | 18.1 | 2.82 | - |
| YUV | 78.57 | 100.04 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 29 | 0 | 0.97 | 0.88 | 0.07 | 354.47 | 0.93 | 0.48 |
| Hex | EC | 8 | 1D | 0 | 61 | 58 | 7 | 162 | 5D | 30 |
| Octal | 354 | 10 | 35 | 0 | 141 | 130 | 7 | 542 | 135 | 60 |
| Binary | 11101100 | 1000 | 11101 | 0 | 1100001 | 1011000 | 111 | 101100010 | 1011101 | 110000 |
Color Harmonies of #EC081D
Complementary color
Monochromatic Colors of #EC081D
Black with #EC081D
Text Example
Text Example
White with #EC081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC081D; }
p { color: rgb(236,8,29); }
H1.HeaderClassName
{
color: #EC081D;
}
.AnyTagClassName
{
color: #EC081D;
}
</style>
background-color css
<style>
a { background-color: #EC081D; }
a { background-color: rgb(236,8,29); }
div.DivClassName
{
background-color: #EC081D;
}
.BgClassName
{
background-color: #EC081D;
}
</style>
border-color css
<style>
span { border-color: #EC081D; }
span { border-color: rgb(236,8,29); }
td.TdClassName
{
border-color: #EC081D;
}
.TagClassName
{
border-color: #EC081D;
}
</style>