Shades of Scarlet #EC1303
Tints of Scarlet #EC1303
RGB
CMYK
RGB Variations
Color information
#EC1303 (or 0xEC1303) is known color: Scarlet. HEX triplet: EC, 13 and 03. RGB value is (236,19,3). Sum of RGB (Red+Green+Blue) = 236+19+3=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1303 is #13ECFC. Grayscale: #525252. Windows color (decimal): -1305853 or 201708. OLE color: 201708.
HSL color Cylindrical-coordinate representation of color #EC1303: hue angle of 4.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC1303 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.07 |
| HSL | 4.12º | 0.97% | 0.47% | - |
| HSV(B) | 4.12º | 0.99% | 0.93% | - |
| XYZ | 34.84 | 18.31 | 1.78 | - |
| YUV | 82.06 | 83.39 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 3 | 0 | 0.92 | 0.99 | 0.07 | 4.12 | 0.97 | 0.47 |
| Hex | EC | 13 | 3 | 0 | 5C | 63 | 7 | 4 | 61 | 2F |
| Octal | 354 | 23 | 3 | 0 | 134 | 143 | 7 | 4 | 141 | 57 |
| Binary | 11101100 | 10011 | 11 | 0 | 1011100 | 1100011 | 111 | 100 | 1100001 | 101111 |
Color Harmonies of #EC1303
Complementary color
Monochromatic Colors of #EC1303
Black with #EC1303
Text Example
Text Example
White with #EC1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1303; }
p { color: rgb(236,19,3); }
H1.HeaderClassName
{
color: #EC1303;
}
.AnyTagClassName
{
color: #EC1303;
}
</style>
background-color css
<style>
a { background-color: #EC1303; }
a { background-color: rgb(236,19,3); }
div.DivClassName
{
background-color: #EC1303;
}
.BgClassName
{
background-color: #EC1303;
}
</style>
border-color css
<style>
span { border-color: #EC1303; }
span { border-color: rgb(236,19,3); }
td.TdClassName
{
border-color: #EC1303;
}
.TagClassName
{
border-color: #EC1303;
}
</style>