Shades of Scarlet #EC2711
Tints of Scarlet #EC2711
RGB
CMYK
RGB Variations
Color information
#EC2711 (or 0xEC2711) is known color: Scarlet. HEX triplet: EC, 27 and 11. RGB value is (236,39,17). Sum of RGB (Red+Green+Blue) = 236+39+17=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2711 is #13D8EE. Grayscale: #5F5F5F. Windows color (decimal): -1300719 or 1124332. OLE color: 1124332.
HSL color Cylindrical-coordinate representation of color #EC2711: hue angle of 6.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC2711 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 17 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.07 |
| HSL | 6.03º | 0.87% | 0.5% | - |
| HSV(B) | 6.03º | 0.93% | 0.93% | - |
| XYZ | 35.42 | 19.32 | 2.39 | - |
| YUV | 95.4 | 83.77 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 17 | 0 | 0.83 | 0.93 | 0.07 | 6.03 | 0.87 | 0.5 |
| Hex | EC | 27 | 11 | 0 | 53 | 5D | 7 | 6 | 57 | 32 |
| Octal | 354 | 47 | 21 | 0 | 123 | 135 | 7 | 6 | 127 | 62 |
| Binary | 11101100 | 100111 | 10001 | 0 | 1010011 | 1011101 | 111 | 110 | 1010111 | 110010 |
Color Harmonies of #EC2711
Complementary color
Monochromatic Colors of #EC2711
Black with #EC2711
Text Example
Text Example
White with #EC2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2711; }
p { color: rgb(236,39,17); }
H1.HeaderClassName
{
color: #EC2711;
}
.AnyTagClassName
{
color: #EC2711;
}
</style>
background-color css
<style>
a { background-color: #EC2711; }
a { background-color: rgb(236,39,17); }
div.DivClassName
{
background-color: #EC2711;
}
.BgClassName
{
background-color: #EC2711;
}
</style>
border-color css
<style>
span { border-color: #EC2711; }
span { border-color: rgb(236,39,17); }
td.TdClassName
{
border-color: #EC2711;
}
.TagClassName
{
border-color: #EC2711;
}
</style>