Shades of Torch Red #EC003D
Tints of Torch Red #EC003D
RGB
CMYK
RGB Variations
Color information
#EC003D (or 0xEC003D) is known color: Torch Red. HEX triplet: EC, 00 and 3D. RGB value is (236,0,61). Sum of RGB (Red+Green+Blue) = 236+0+61=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC003D is #13FFC2. Grayscale: #4D4D4D. Windows color (decimal): -1310659 or 3997932. OLE color: 3997932.
HSL color Cylindrical-coordinate representation of color #EC003D: hue angle of 344.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC003D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.74 | 0.07 |
| HSL | 344.49º | 1% | 0.46% | - |
| HSV(B) | 344.49º | 1% | 0.93% | - |
| XYZ | 35.43 | 18.17 | 6.05 | - |
| YUV | 77.52 | 118.69 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 61 | 0 | 1 | 0.74 | 0.07 | 344.49 | 1 | 0.46 |
| Hex | EC | 0 | 3D | 0 | 64 | 4A | 7 | 158 | 64 | 2E |
| Octal | 354 | 0 | 75 | 0 | 144 | 112 | 7 | 530 | 144 | 56 |
| Binary | 11101100 | 0 | 111101 | 0 | 1100100 | 1001010 | 111 | 101011000 | 1100100 | 101110 |
Color Harmonies of #EC003D
Complementary color
Monochromatic Colors of #EC003D
Black with #EC003D
Text Example
Text Example
White with #EC003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC003D; }
p { color: rgb(236,0,61); }
H1.HeaderClassName
{
color: #EC003D;
}
.AnyTagClassName
{
color: #EC003D;
}
</style>
background-color css
<style>
a { background-color: #EC003D; }
a { background-color: rgb(236,0,61); }
div.DivClassName
{
background-color: #EC003D;
}
.BgClassName
{
background-color: #EC003D;
}
</style>
border-color css
<style>
span { border-color: #EC003D; }
span { border-color: rgb(236,0,61); }
td.TdClassName
{
border-color: #EC003D;
}
.TagClassName
{
border-color: #EC003D;
}
</style>