Shades of Scarlet #EC1600
Tints of Scarlet #EC1600
RGB
CMYK
RGB Variations
Color information
#EC1600 (or 0xEC1600) is known color: Scarlet. HEX triplet: EC, 16 and 00. RGB value is (236,22,0). Sum of RGB (Red+Green+Blue) = 236+22+0=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1600 is #13E9FF. Grayscale: #535353. Windows color (decimal): -1305088 or 5868. OLE color: 5868.
HSL color Cylindrical-coordinate representation of color #EC1600: hue angle of 5.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC1600 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.07 |
| HSL | 5.59º | 1% | 0.46% | - |
| HSV(B) | 5.59º | 1% | 0.93% | - |
| XYZ | 34.88 | 18.41 | 1.71 | - |
| YUV | 83.48 | 80.9 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 0 | 0 | 0.91 | 1 | 0.07 | 5.59 | 1 | 0.46 |
| Hex | EC | 16 | 0 | 0 | 5B | 64 | 7 | 6 | 64 | 2E |
| Octal | 354 | 26 | 0 | 0 | 133 | 144 | 7 | 6 | 144 | 56 |
| Binary | 11101100 | 10110 | 0 | 0 | 1011011 | 1100100 | 111 | 110 | 1100100 | 101110 |
Color Harmonies of #EC1600
Complementary color
Monochromatic Colors of #EC1600
Black with #EC1600
Text Example
Text Example
White with #EC1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1600; }
p { color: rgb(236,22,0); }
H1.HeaderClassName
{
color: #EC1600;
}
.AnyTagClassName
{
color: #EC1600;
}
</style>
background-color css
<style>
a { background-color: #EC1600; }
a { background-color: rgb(236,22,0); }
div.DivClassName
{
background-color: #EC1600;
}
.BgClassName
{
background-color: #EC1600;
}
</style>
border-color css
<style>
span { border-color: #EC1600; }
span { border-color: rgb(236,22,0); }
td.TdClassName
{
border-color: #EC1600;
}
.TagClassName
{
border-color: #EC1600;
}
</style>