Shades of Torch Red #EC092F
Tints of Torch Red #EC092F
RGB
CMYK
RGB Variations
Color information
#EC092F (or 0xEC092F) is known color: Torch Red. HEX triplet: EC, 09 and 2F. RGB value is (236,9,47). Sum of RGB (Red+Green+Blue) = 236+9+47=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC092F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC092F is #13F6D0. Grayscale: #515151. Windows color (decimal): -1308369 or 3082732. OLE color: 3082732.
HSL color Cylindrical-coordinate representation of color #EC092F: hue angle of 349.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC092F is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.07 |
| HSL | 349.96º | 0.93% | 0.48% | - |
| HSV(B) | 349.96º | 0.96% | 0.93% | - |
| XYZ | 35.2 | 18.23 | 4.35 | - |
| YUV | 81.21 | 108.71 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 47 | 0 | 0.96 | 0.80 | 0.07 | 349.96 | 0.93 | 0.48 |
| Hex | EC | 9 | 2F | 0 | 60 | 50 | 7 | 15E | 5D | 30 |
| Octal | 354 | 11 | 57 | 0 | 140 | 120 | 7 | 536 | 135 | 60 |
| Binary | 11101100 | 1001 | 101111 | 0 | 1100000 | 1010000 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #EC092F
Complementary color
Monochromatic Colors of #EC092F
Black with #EC092F
Text Example
Text Example
White with #EC092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC092F; }
p { color: rgb(236,9,47); }
H1.HeaderClassName
{
color: #EC092F;
}
.AnyTagClassName
{
color: #EC092F;
}
</style>
background-color css
<style>
a { background-color: #EC092F; }
a { background-color: rgb(236,9,47); }
div.DivClassName
{
background-color: #EC092F;
}
.BgClassName
{
background-color: #EC092F;
}
</style>
border-color css
<style>
span { border-color: #EC092F; }
span { border-color: rgb(236,9,47); }
td.TdClassName
{
border-color: #EC092F;
}
.TagClassName
{
border-color: #EC092F;
}
</style>