Shades of Torch Red #EC033D
Tints of Torch Red #EC033D
RGB
CMYK
RGB Variations
Color information
#EC033D (or 0xEC033D) is known color: Torch Red. HEX triplet: EC, 03 and 3D. RGB value is (236,3,61). Sum of RGB (Red+Green+Blue) = 236+3+61=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC033D is #13FCC2. Grayscale: #4F4F4F. Windows color (decimal): -1309891 or 3998700. OLE color: 3998700.
HSL color Cylindrical-coordinate representation of color #EC033D: hue angle of 345.06º 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 #EC033D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.07 |
| HSL | 345.06º | 0.97% | 0.47% | - |
| HSV(B) | 345.06º | 0.99% | 0.93% | - |
| XYZ | 35.47 | 18.23 | 6.07 | - |
| YUV | 79.28 | 117.69 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 61 | 0 | 0.99 | 0.74 | 0.07 | 345.06 | 0.97 | 0.47 |
| Hex | EC | 3 | 3D | 0 | 63 | 4A | 7 | 159 | 61 | 2F |
| Octal | 354 | 3 | 75 | 0 | 143 | 112 | 7 | 531 | 141 | 57 |
| Binary | 11101100 | 11 | 111101 | 0 | 1100011 | 1001010 | 111 | 101011001 | 1100001 | 101111 |
Color Harmonies of #EC033D
Complementary color
Monochromatic Colors of #EC033D
Black with #EC033D
Text Example
Text Example
White with #EC033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC033D; }
p { color: rgb(236,3,61); }
H1.HeaderClassName
{
color: #EC033D;
}
.AnyTagClassName
{
color: #EC033D;
}
</style>
background-color css
<style>
a { background-color: #EC033D; }
a { background-color: rgb(236,3,61); }
div.DivClassName
{
background-color: #EC033D;
}
.BgClassName
{
background-color: #EC033D;
}
</style>
border-color css
<style>
span { border-color: #EC033D; }
span { border-color: rgb(236,3,61); }
td.TdClassName
{
border-color: #EC033D;
}
.TagClassName
{
border-color: #EC033D;
}
</style>