Shades of Scarlet #EC1501
Tints of Scarlet #EC1501
RGB
CMYK
RGB Variations
Color information
#EC1501 (or 0xEC1501) is known color: Scarlet. HEX triplet: EC, 15 and 01. RGB value is (236,21,1). Sum of RGB (Red+Green+Blue) = 236+21+1=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1501 is #13EAFE. Grayscale: #535353. Windows color (decimal): -1305343 or 71148. OLE color: 71148.
HSL color Cylindrical-coordinate representation of color #EC1501: hue angle of 5.11º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC1501 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.07 |
| HSL | 5.11º | 0.99% | 0.46% | - |
| HSV(B) | 5.11º | 1% | 0.93% | - |
| XYZ | 34.87 | 18.37 | 1.74 | - |
| YUV | 83.01 | 81.73 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 1 | 0 | 0.91 | 1.00 | 0.07 | 5.11 | 0.99 | 0.46 |
| Hex | EC | 15 | 1 | 0 | 5B | 64 | 7 | 5 | 63 | 2E |
| Octal | 354 | 25 | 1 | 0 | 133 | 144 | 7 | 5 | 143 | 56 |
| Binary | 11101100 | 10101 | 1 | 0 | 1011011 | 1100100 | 111 | 101 | 1100011 | 101110 |
Color Harmonies of #EC1501
Complementary color
Monochromatic Colors of #EC1501
Black with #EC1501
Text Example
Text Example
White with #EC1501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1501; }
p { color: rgb(236,21,1); }
H1.HeaderClassName
{
color: #EC1501;
}
.AnyTagClassName
{
color: #EC1501;
}
</style>
background-color css
<style>
a { background-color: #EC1501; }
a { background-color: rgb(236,21,1); }
div.DivClassName
{
background-color: #EC1501;
}
.BgClassName
{
background-color: #EC1501;
}
</style>
border-color css
<style>
span { border-color: #EC1501; }
span { border-color: rgb(236,21,1); }
td.TdClassName
{
border-color: #EC1501;
}
.TagClassName
{
border-color: #EC1501;
}
</style>