Shades of Scarlet #EC1201
Tints of Scarlet #EC1201
RGB
CMYK
RGB Variations
Color information
#EC1201 (or 0xEC1201) is known color: Scarlet. HEX triplet: EC, 12 and 01. RGB value is (236,18,1). Sum of RGB (Red+Green+Blue) = 236+18+1=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1201 is #13EDFE. Grayscale: #515151. Windows color (decimal): -1306111 or 70380. OLE color: 70380.
HSL color Cylindrical-coordinate representation of color #EC1201: hue angle of 4.34º 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 #EC1201 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.07 |
| HSL | 4.34º | 0.99% | 0.46% | - |
| HSV(B) | 4.34º | 1% | 0.93% | - |
| XYZ | 34.81 | 18.27 | 1.72 | - |
| YUV | 81.24 | 82.72 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 1 | 0 | 0.92 | 1.00 | 0.07 | 4.34 | 0.99 | 0.46 |
| Hex | EC | 12 | 1 | 0 | 5C | 64 | 7 | 4 | 63 | 2E |
| Octal | 354 | 22 | 1 | 0 | 134 | 144 | 7 | 4 | 143 | 56 |
| Binary | 11101100 | 10010 | 1 | 0 | 1011100 | 1100100 | 111 | 100 | 1100011 | 101110 |
Color Harmonies of #EC1201
Complementary color
Monochromatic Colors of #EC1201
Black with #EC1201
Text Example
Text Example
White with #EC1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1201; }
p { color: rgb(236,18,1); }
H1.HeaderClassName
{
color: #EC1201;
}
.AnyTagClassName
{
color: #EC1201;
}
</style>
background-color css
<style>
a { background-color: #EC1201; }
a { background-color: rgb(236,18,1); }
div.DivClassName
{
background-color: #EC1201;
}
.BgClassName
{
background-color: #EC1201;
}
</style>
border-color css
<style>
span { border-color: #EC1201; }
span { border-color: rgb(236,18,1); }
td.TdClassName
{
border-color: #EC1201;
}
.TagClassName
{
border-color: #EC1201;
}
</style>