Shades of Torch Red #EC081F
Tints of Torch Red #EC081F
RGB
CMYK
RGB Variations
Color information
#EC081F (or 0xEC081F) is known color: Torch Red. HEX triplet: EC, 08 and 1F. RGB value is (236,8,31). Sum of RGB (Red+Green+Blue) = 236+8+31=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC081F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC081F is #13F7E0. Grayscale: #4E4E4E. Windows color (decimal): -1308641 or 2033900. OLE color: 2033900.
HSL color Cylindrical-coordinate representation of color #EC081F: hue angle of 353.95º 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 #EC081F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 31 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.07 |
| HSL | 353.95º | 0.93% | 0.48% | - |
| HSV(B) | 353.95º | 0.97% | 0.93% | - |
| XYZ | 34.93 | 18.11 | 2.95 | - |
| YUV | 78.79 | 101.04 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 31 | 0 | 0.97 | 0.87 | 0.07 | 353.95 | 0.93 | 0.48 |
| Hex | EC | 8 | 1F | 0 | 61 | 57 | 7 | 162 | 5D | 30 |
| Octal | 354 | 10 | 37 | 0 | 141 | 127 | 7 | 542 | 135 | 60 |
| Binary | 11101100 | 1000 | 11111 | 0 | 1100001 | 1010111 | 111 | 101100010 | 1011101 | 110000 |
Color Harmonies of #EC081F
Complementary color
Monochromatic Colors of #EC081F
Black with #EC081F
Text Example
Text Example
White with #EC081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC081F; }
p { color: rgb(236,8,31); }
H1.HeaderClassName
{
color: #EC081F;
}
.AnyTagClassName
{
color: #EC081F;
}
</style>
background-color css
<style>
a { background-color: #EC081F; }
a { background-color: rgb(236,8,31); }
div.DivClassName
{
background-color: #EC081F;
}
.BgClassName
{
background-color: #EC081F;
}
</style>
border-color css
<style>
span { border-color: #EC081F; }
span { border-color: rgb(236,8,31); }
td.TdClassName
{
border-color: #EC081F;
}
.TagClassName
{
border-color: #EC081F;
}
</style>