Shades of Scarlet #EC1817
Tints of Scarlet #EC1817
RGB
CMYK
RGB Variations
Color information
#EC1817 (or 0xEC1817) is known color: Scarlet. HEX triplet: EC, 18 and 17. RGB value is (236,24,23). Sum of RGB (Red+Green+Blue) = 236+24+23=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1817 is #13E7E8. Grayscale: #575757. Windows color (decimal): -1304553 or 1513708. OLE color: 1513708.
HSL color Cylindrical-coordinate representation of color #EC1817: hue angle of 0.28º 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 #EC1817 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 23 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.07 |
| HSL | 0.28º | 0.85% | 0.51% | - |
| HSV(B) | 0.28º | 0.9% | 0.93% | - |
| XYZ | 35.07 | 18.55 | 2.54 | - |
| YUV | 87.27 | 91.74 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 23 | 0 | 0.90 | 0.90 | 0.07 | 0.28 | 0.85 | 0.51 |
| Hex | EC | 18 | 17 | 0 | 5A | 5A | 7 | 0 | 55 | 33 |
| Octal | 354 | 30 | 27 | 0 | 132 | 132 | 7 | 0 | 125 | 63 |
| Binary | 11101100 | 11000 | 10111 | 0 | 1011010 | 1011010 | 111 | 0 | 1010101 | 110011 |
Color Harmonies of #EC1817
Complementary color
Monochromatic Colors of #EC1817
Black with #EC1817
Text Example
Text Example
White with #EC1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1817; }
p { color: rgb(236,24,23); }
H1.HeaderClassName
{
color: #EC1817;
}
.AnyTagClassName
{
color: #EC1817;
}
</style>
background-color css
<style>
a { background-color: #EC1817; }
a { background-color: rgb(236,24,23); }
div.DivClassName
{
background-color: #EC1817;
}
.BgClassName
{
background-color: #EC1817;
}
</style>
border-color css
<style>
span { border-color: #EC1817; }
span { border-color: rgb(236,24,23); }
td.TdClassName
{
border-color: #EC1817;
}
.TagClassName
{
border-color: #EC1817;
}
</style>