Shades of Torch Red #EC031E
Tints of Torch Red #EC031E
RGB
CMYK
RGB Variations
Color information
#EC031E (or 0xEC031E) is known color: Torch Red. HEX triplet: EC, 03 and 1E. RGB value is (236,3,30). Sum of RGB (Red+Green+Blue) = 236+3+30=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC031E is #13FCE1. Grayscale: #4B4B4B. Windows color (decimal): -1309922 or 1967084. OLE color: 1967084.
HSL color Cylindrical-coordinate representation of color #EC031E: hue angle of 353.05º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC031E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.07 |
| HSL | 353.05º | 0.97% | 0.47% | - |
| HSV(B) | 353.05º | 0.99% | 0.93% | - |
| XYZ | 34.86 | 17.99 | 2.86 | - |
| YUV | 75.75 | 102.19 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 30 | 0 | 0.99 | 0.87 | 0.07 | 353.05 | 0.97 | 0.47 |
| Hex | EC | 3 | 1E | 0 | 63 | 57 | 7 | 161 | 61 | 2F |
| Octal | 354 | 3 | 36 | 0 | 143 | 127 | 7 | 541 | 141 | 57 |
| Binary | 11101100 | 11 | 11110 | 0 | 1100011 | 1010111 | 111 | 101100001 | 1100001 | 101111 |
Color Harmonies of #EC031E
Complementary color
Monochromatic Colors of #EC031E
Black with #EC031E
Text Example
Text Example
White with #EC031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC031E; }
p { color: rgb(236,3,30); }
H1.HeaderClassName
{
color: #EC031E;
}
.AnyTagClassName
{
color: #EC031E;
}
</style>
background-color css
<style>
a { background-color: #EC031E; }
a { background-color: rgb(236,3,30); }
div.DivClassName
{
background-color: #EC031E;
}
.BgClassName
{
background-color: #EC031E;
}
</style>
border-color css
<style>
span { border-color: #EC031E; }
span { border-color: rgb(236,3,30); }
td.TdClassName
{
border-color: #EC031E;
}
.TagClassName
{
border-color: #EC031E;
}
</style>