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