Shades of Scarlet #EC1808
Tints of Scarlet #EC1808
RGB
CMYK
RGB Variations
Color information
#EC1808 (or 0xEC1808) is known color: Scarlet. HEX triplet: EC, 18 and 08. RGB value is (236,24,8). Sum of RGB (Red+Green+Blue) = 236+24+8=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1808 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1808 is #13E7F7. Grayscale: #555555. Windows color (decimal): -1304568 or 530668. OLE color: 530668.
HSL color Cylindrical-coordinate representation of color #EC1808: hue angle of 4.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC1808 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 8 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.07 |
| HSL | 4.21º | 0.93% | 0.48% | - |
| HSV(B) | 4.21º | 0.97% | 0.93% | - |
| XYZ | 34.96 | 18.5 | 1.96 | - |
| YUV | 85.56 | 84.24 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 8 | 0 | 0.90 | 0.97 | 0.07 | 4.21 | 0.93 | 0.48 |
| Hex | EC | 18 | 8 | 0 | 5A | 61 | 7 | 4 | 5D | 30 |
| Octal | 354 | 30 | 10 | 0 | 132 | 141 | 7 | 4 | 135 | 60 |
| Binary | 11101100 | 11000 | 1000 | 0 | 1011010 | 1100001 | 111 | 100 | 1011101 | 110000 |
Color Harmonies of #EC1808
Complementary color
Monochromatic Colors of #EC1808
Black with #EC1808
Text Example
Text Example
White with #EC1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1808; }
p { color: rgb(236,24,8); }
H1.HeaderClassName
{
color: #EC1808;
}
.AnyTagClassName
{
color: #EC1808;
}
</style>
background-color css
<style>
a { background-color: #EC1808; }
a { background-color: rgb(236,24,8); }
div.DivClassName
{
background-color: #EC1808;
}
.BgClassName
{
background-color: #EC1808;
}
</style>
border-color css
<style>
span { border-color: #EC1808; }
span { border-color: rgb(236,24,8); }
td.TdClassName
{
border-color: #EC1808;
}
.TagClassName
{
border-color: #EC1808;
}
</style>