Shades of Torch Red #EC031F
Tints of Torch Red #EC031F
RGB
CMYK
RGB Variations
Color information
#EC031F (or 0xEC031F) is known color: Torch Red. HEX triplet: EC, 03 and 1F. RGB value is (236,3,31). Sum of RGB (Red+Green+Blue) = 236+3+31=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC031F is #13FCE0. Grayscale: #4B4B4B. Windows color (decimal): -1309921 or 2032620. OLE color: 2032620.
HSL color Cylindrical-coordinate representation of color #EC031F: hue angle of 352.79º 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 #EC031F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.07 |
| HSL | 352.79º | 0.97% | 0.47% | - |
| HSV(B) | 352.79º | 0.99% | 0.93% | - |
| XYZ | 34.87 | 18 | 2.93 | - |
| YUV | 75.86 | 102.69 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 31 | 0 | 0.99 | 0.87 | 0.07 | 352.79 | 0.97 | 0.47 |
| Hex | EC | 3 | 1F | 0 | 63 | 57 | 7 | 161 | 61 | 2F |
| Octal | 354 | 3 | 37 | 0 | 143 | 127 | 7 | 541 | 141 | 57 |
| Binary | 11101100 | 11 | 11111 | 0 | 1100011 | 1010111 | 111 | 101100001 | 1100001 | 101111 |
Color Harmonies of #EC031F
Complementary color
Monochromatic Colors of #EC031F
Black with #EC031F
Text Example
Text Example
White with #EC031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC031F; }
p { color: rgb(236,3,31); }
H1.HeaderClassName
{
color: #EC031F;
}
.AnyTagClassName
{
color: #EC031F;
}
</style>
background-color css
<style>
a { background-color: #EC031F; }
a { background-color: rgb(236,3,31); }
div.DivClassName
{
background-color: #EC031F;
}
.BgClassName
{
background-color: #EC031F;
}
</style>
border-color css
<style>
span { border-color: #EC031F; }
span { border-color: rgb(236,3,31); }
td.TdClassName
{
border-color: #EC031F;
}
.TagClassName
{
border-color: #EC031F;
}
</style>