Shades of Scarlet #EC2F17
Tints of Scarlet #EC2F17
RGB
CMYK
RGB Variations
Color information
#EC2F17 (or 0xEC2F17) is known color: Scarlet. HEX triplet: EC, 2F and 17. RGB value is (236,47,23). Sum of RGB (Red+Green+Blue) = 236+47+23=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2F17 is #13D0E8. Grayscale: #656565. Windows color (decimal): -1298665 or 1519596. OLE color: 1519596.
HSL color Cylindrical-coordinate representation of color #EC2F17: hue angle of 6.76º 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 #EC2F17 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 23 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.07 |
| HSL | 6.76º | 0.85% | 0.51% | - |
| HSV(B) | 6.76º | 0.9% | 0.93% | - |
| XYZ | 35.76 | 19.93 | 2.77 | - |
| YUV | 100.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 23 | 0 | 0.80 | 0.90 | 0.07 | 6.76 | 0.85 | 0.51 |
| Hex | EC | 2F | 17 | 0 | 50 | 5A | 7 | 7 | 55 | 33 |
| Octal | 354 | 57 | 27 | 0 | 120 | 132 | 7 | 7 | 125 | 63 |
| Binary | 11101100 | 101111 | 10111 | 0 | 1010000 | 1011010 | 111 | 111 | 1010101 | 110011 |
Color Harmonies of #EC2F17
Complementary color
Monochromatic Colors of #EC2F17
Black with #EC2F17
Text Example
Text Example
White with #EC2F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F17; }
p { color: rgb(236,47,23); }
H1.HeaderClassName
{
color: #EC2F17;
}
.AnyTagClassName
{
color: #EC2F17;
}
</style>
background-color css
<style>
a { background-color: #EC2F17; }
a { background-color: rgb(236,47,23); }
div.DivClassName
{
background-color: #EC2F17;
}
.BgClassName
{
background-color: #EC2F17;
}
</style>
border-color css
<style>
span { border-color: #EC2F17; }
span { border-color: rgb(236,47,23); }
td.TdClassName
{
border-color: #EC2F17;
}
.TagClassName
{
border-color: #EC2F17;
}
</style>