Shades of Scarlet #EC2E17
Tints of Scarlet #EC2E17
RGB
CMYK
RGB Variations
Color information
#EC2E17 (or 0xEC2E17) is known color: Scarlet. HEX triplet: EC, 2E and 17. RGB value is (236,46,23). Sum of RGB (Red+Green+Blue) = 236+46+23=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2E17 is #13D1E8. Grayscale: #646464. Windows color (decimal): -1298921 or 1519340. OLE color: 1519340.
HSL color Cylindrical-coordinate representation of color #EC2E17: hue angle of 6.48º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC2E17 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 23 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.07 |
| HSL | 6.48º | 0.85% | 0.51% | - |
| HSV(B) | 6.48º | 0.9% | 0.93% | - |
| XYZ | 35.72 | 19.85 | 2.76 | - |
| YUV | 100.19 | 84.45 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 23 | 0 | 0.81 | 0.90 | 0.07 | 6.48 | 0.85 | 0.51 |
| Hex | EC | 2E | 17 | 0 | 51 | 5A | 7 | 6 | 55 | 33 |
| Octal | 354 | 56 | 27 | 0 | 121 | 132 | 7 | 6 | 125 | 63 |
| Binary | 11101100 | 101110 | 10111 | 0 | 1010001 | 1011010 | 111 | 110 | 1010101 | 110011 |
Color Harmonies of #EC2E17
Complementary color
Monochromatic Colors of #EC2E17
Black with #EC2E17
Text Example
Text Example
White with #EC2E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E17; }
p { color: rgb(236,46,23); }
H1.HeaderClassName
{
color: #EC2E17;
}
.AnyTagClassName
{
color: #EC2E17;
}
</style>
background-color css
<style>
a { background-color: #EC2E17; }
a { background-color: rgb(236,46,23); }
div.DivClassName
{
background-color: #EC2E17;
}
.BgClassName
{
background-color: #EC2E17;
}
</style>
border-color css
<style>
span { border-color: #EC2E17; }
span { border-color: rgb(236,46,23); }
td.TdClassName
{
border-color: #EC2E17;
}
.TagClassName
{
border-color: #EC2E17;
}
</style>