Shades of Scarlet #EC1508
Tints of Scarlet #EC1508
RGB
CMYK
RGB Variations
Color information
#EC1508 (or 0xEC1508) is known color: Scarlet. HEX triplet: EC, 15 and 08. RGB value is (236,21,8). Sum of RGB (Red+Green+Blue) = 236+21+8=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1508 is #13EAF7. Grayscale: #545454. Windows color (decimal): -1305336 or 529900. OLE color: 529900.
HSL color Cylindrical-coordinate representation of color #EC1508: hue angle of 3.42º 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 #EC1508 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 8 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.07 |
| HSL | 3.42º | 0.93% | 0.48% | - |
| HSV(B) | 3.42º | 0.97% | 0.93% | - |
| XYZ | 34.9 | 18.39 | 1.94 | - |
| YUV | 83.8 | 85.23 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 8 | 0 | 0.91 | 0.97 | 0.07 | 3.42 | 0.93 | 0.48 |
| Hex | EC | 15 | 8 | 0 | 5B | 61 | 7 | 3 | 5D | 30 |
| Octal | 354 | 25 | 10 | 0 | 133 | 141 | 7 | 3 | 135 | 60 |
| Binary | 11101100 | 10101 | 1000 | 0 | 1011011 | 1100001 | 111 | 11 | 1011101 | 110000 |
Color Harmonies of #EC1508
Complementary color
Monochromatic Colors of #EC1508
Black with #EC1508
Text Example
Text Example
White with #EC1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1508; }
p { color: rgb(236,21,8); }
H1.HeaderClassName
{
color: #EC1508;
}
.AnyTagClassName
{
color: #EC1508;
}
</style>
background-color css
<style>
a { background-color: #EC1508; }
a { background-color: rgb(236,21,8); }
div.DivClassName
{
background-color: #EC1508;
}
.BgClassName
{
background-color: #EC1508;
}
</style>
border-color css
<style>
span { border-color: #EC1508; }
span { border-color: rgb(236,21,8); }
td.TdClassName
{
border-color: #EC1508;
}
.TagClassName
{
border-color: #EC1508;
}
</style>