Shades of Torch Red #EC082F
Tints of Torch Red #EC082F
RGB
CMYK
RGB Variations
Color information
#EC082F (or 0xEC082F) is known color: Torch Red. HEX triplet: EC, 08 and 2F. RGB value is (236,8,47). Sum of RGB (Red+Green+Blue) = 236+8+47=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC082F is #13F7D0. Grayscale: #505050. Windows color (decimal): -1308625 or 3082476. OLE color: 3082476.
HSL color Cylindrical-coordinate representation of color #EC082F: hue angle of 349.74º 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 #EC082F is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 47 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.07 |
| HSL | 349.74º | 0.93% | 0.48% | - |
| HSV(B) | 349.74º | 0.97% | 0.93% | - |
| XYZ | 35.19 | 18.21 | 4.35 | - |
| YUV | 80.62 | 109.04 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 47 | 0 | 0.97 | 0.80 | 0.07 | 349.74 | 0.93 | 0.48 |
| Hex | EC | 8 | 2F | 0 | 61 | 50 | 7 | 15E | 5D | 30 |
| Octal | 354 | 10 | 57 | 0 | 141 | 120 | 7 | 536 | 135 | 60 |
| Binary | 11101100 | 1000 | 101111 | 0 | 1100001 | 1010000 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #EC082F
Complementary color
Monochromatic Colors of #EC082F
Black with #EC082F
Text Example
Text Example
White with #EC082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC082F; }
p { color: rgb(236,8,47); }
H1.HeaderClassName
{
color: #EC082F;
}
.AnyTagClassName
{
color: #EC082F;
}
</style>
background-color css
<style>
a { background-color: #EC082F; }
a { background-color: rgb(236,8,47); }
div.DivClassName
{
background-color: #EC082F;
}
.BgClassName
{
background-color: #EC082F;
}
</style>
border-color css
<style>
span { border-color: #EC082F; }
span { border-color: rgb(236,8,47); }
td.TdClassName
{
border-color: #EC082F;
}
.TagClassName
{
border-color: #EC082F;
}
</style>