Shades of Torch Red #EC1527
Tints of Torch Red #EC1527
RGB
CMYK
RGB Variations
Color information
#EC1527 (or 0xEC1527) is known color: Torch Red. HEX triplet: EC, 15 and 27. RGB value is (236,21,39). Sum of RGB (Red+Green+Blue) = 236+21+39=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1527 is #13EAD8. Grayscale: #575757. Windows color (decimal): -1305305 or 2561516. OLE color: 2561516.
HSL color Cylindrical-coordinate representation of color #EC1527: hue angle of 354.98º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1527 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.07 |
| HSL | 354.98º | 0.85% | 0.5% | - |
| HSV(B) | 354.98º | 0.91% | 0.93% | - |
| XYZ | 35.23 | 18.52 | 3.64 | - |
| YUV | 87.34 | 100.73 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 39 | 0 | 0.91 | 0.83 | 0.07 | 354.98 | 0.85 | 0.5 |
| Hex | EC | 15 | 27 | 0 | 5B | 53 | 7 | 163 | 55 | 32 |
| Octal | 354 | 25 | 47 | 0 | 133 | 123 | 7 | 543 | 125 | 62 |
| Binary | 11101100 | 10101 | 100111 | 0 | 1011011 | 1010011 | 111 | 101100011 | 1010101 | 110010 |
Color Harmonies of #EC1527
Complementary color
Monochromatic Colors of #EC1527
Black with #EC1527
Text Example
Text Example
White with #EC1527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1527; }
p { color: rgb(236,21,39); }
H1.HeaderClassName
{
color: #EC1527;
}
.AnyTagClassName
{
color: #EC1527;
}
</style>
background-color css
<style>
a { background-color: #EC1527; }
a { background-color: rgb(236,21,39); }
div.DivClassName
{
background-color: #EC1527;
}
.BgClassName
{
background-color: #EC1527;
}
</style>
border-color css
<style>
span { border-color: #EC1527; }
span { border-color: rgb(236,21,39); }
td.TdClassName
{
border-color: #EC1527;
}
.TagClassName
{
border-color: #EC1527;
}
</style>