Shades of Torch Red #EC031D
Tints of Torch Red #EC031D
RGB
CMYK
RGB Variations
Color information
#EC031D (or 0xEC031D) is known color: Torch Red. HEX triplet: EC, 03 and 1D. RGB value is (236,3,29). Sum of RGB (Red+Green+Blue) = 236+3+29=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC031D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC031D is #13FCE2. Grayscale: #4B4B4B. Windows color (decimal): -1309923 or 1901548. OLE color: 1901548.
HSL color Cylindrical-coordinate representation of color #EC031D: hue angle of 353.3º 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 #EC031D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.07 |
| HSL | 353.3º | 0.97% | 0.47% | - |
| HSV(B) | 353.3º | 0.99% | 0.93% | - |
| XYZ | 34.85 | 17.99 | 2.8 | - |
| YUV | 75.63 | 101.69 | 242.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 29 | 0 | 0.99 | 0.88 | 0.07 | 353.3 | 0.97 | 0.47 |
| Hex | EC | 3 | 1D | 0 | 63 | 58 | 7 | 161 | 61 | 2F |
| Octal | 354 | 3 | 35 | 0 | 143 | 130 | 7 | 541 | 141 | 57 |
| Binary | 11101100 | 11 | 11101 | 0 | 1100011 | 1011000 | 111 | 101100001 | 1100001 | 101111 |
Color Harmonies of #EC031D
Complementary color
Monochromatic Colors of #EC031D
Black with #EC031D
Text Example
Text Example
White with #EC031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC031D; }
p { color: rgb(236,3,29); }
H1.HeaderClassName
{
color: #EC031D;
}
.AnyTagClassName
{
color: #EC031D;
}
</style>
background-color css
<style>
a { background-color: #EC031D; }
a { background-color: rgb(236,3,29); }
div.DivClassName
{
background-color: #EC031D;
}
.BgClassName
{
background-color: #EC031D;
}
</style>
border-color css
<style>
span { border-color: #EC031D; }
span { border-color: rgb(236,3,29); }
td.TdClassName
{
border-color: #EC031D;
}
.TagClassName
{
border-color: #EC031D;
}
</style>