Shades of Torch Red #EC031C
Tints of Torch Red #EC031C
RGB
CMYK
RGB Variations
Color information
#EC031C (or 0xEC031C) is known color: Torch Red. HEX triplet: EC, 03 and 1C. RGB value is (236,3,28). Sum of RGB (Red+Green+Blue) = 236+3+28=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC031C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC031C is #13FCE3. Grayscale: #4B4B4B. Windows color (decimal): -1309924 or 1836012. OLE color: 1836012.
HSL color Cylindrical-coordinate representation of color #EC031C: hue angle of 353.56º 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 #EC031C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.07 |
| HSL | 353.56º | 0.97% | 0.47% | - |
| HSV(B) | 353.56º | 0.99% | 0.93% | - |
| XYZ | 34.83 | 17.98 | 2.73 | - |
| YUV | 75.52 | 101.19 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 28 | 0 | 0.99 | 0.88 | 0.07 | 353.56 | 0.97 | 0.47 |
| Hex | EC | 3 | 1C | 0 | 63 | 58 | 7 | 162 | 61 | 2F |
| Octal | 354 | 3 | 34 | 0 | 143 | 130 | 7 | 542 | 141 | 57 |
| Binary | 11101100 | 11 | 11100 | 0 | 1100011 | 1011000 | 111 | 101100010 | 1100001 | 101111 |
Color Harmonies of #EC031C
Complementary color
Monochromatic Colors of #EC031C
Black with #EC031C
Text Example
Text Example
White with #EC031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC031C; }
p { color: rgb(236,3,28); }
H1.HeaderClassName
{
color: #EC031C;
}
.AnyTagClassName
{
color: #EC031C;
}
</style>
background-color css
<style>
a { background-color: #EC031C; }
a { background-color: rgb(236,3,28); }
div.DivClassName
{
background-color: #EC031C;
}
.BgClassName
{
background-color: #EC031C;
}
</style>
border-color css
<style>
span { border-color: #EC031C; }
span { border-color: rgb(236,3,28); }
td.TdClassName
{
border-color: #EC031C;
}
.TagClassName
{
border-color: #EC031C;
}
</style>