Shades of Torch Red #EC1027
Tints of Torch Red #EC1027
RGB
CMYK
RGB Variations
Color information
#EC1027 (or 0xEC1027) is known color: Torch Red. HEX triplet: EC, 10 and 27. RGB value is (236,16,39). Sum of RGB (Red+Green+Blue) = 236+16+39=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1027 is #13EFD8. Grayscale: #545454. Windows color (decimal): -1306585 or 2560236. OLE color: 2560236.
HSL color Cylindrical-coordinate representation of color #EC1027: hue angle of 353.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1027 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 39 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.07 |
| HSL | 353.73º | 0.87% | 0.49% | - |
| HSV(B) | 353.73º | 0.93% | 0.93% | - |
| XYZ | 35.14 | 18.35 | 3.61 | - |
| YUV | 84.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 39 | 0 | 0.93 | 0.83 | 0.07 | 353.73 | 0.87 | 0.49 |
| Hex | EC | 10 | 27 | 0 | 5D | 53 | 7 | 162 | 57 | 31 |
| Octal | 354 | 20 | 47 | 0 | 135 | 123 | 7 | 542 | 127 | 61 |
| Binary | 11101100 | 10000 | 100111 | 0 | 1011101 | 1010011 | 111 | 101100010 | 1010111 | 110001 |
Color Harmonies of #EC1027
Complementary color
Monochromatic Colors of #EC1027
Black with #EC1027
Text Example
Text Example
White with #EC1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1027; }
p { color: rgb(236,16,39); }
H1.HeaderClassName
{
color: #EC1027;
}
.AnyTagClassName
{
color: #EC1027;
}
</style>
background-color css
<style>
a { background-color: #EC1027; }
a { background-color: rgb(236,16,39); }
div.DivClassName
{
background-color: #EC1027;
}
.BgClassName
{
background-color: #EC1027;
}
</style>
border-color css
<style>
span { border-color: #EC1027; }
span { border-color: rgb(236,16,39); }
td.TdClassName
{
border-color: #EC1027;
}
.TagClassName
{
border-color: #EC1027;
}
</style>