Shades of Scarlet #EC1703
Tints of Scarlet #EC1703
RGB
CMYK
RGB Variations
Color information
#EC1703 (or 0xEC1703) is known color: Scarlet. HEX triplet: EC, 17 and 03. RGB value is (236,23,3). Sum of RGB (Red+Green+Blue) = 236+23+3=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1703 is #13E8FC. Grayscale: #545454. Windows color (decimal): -1304829 or 202732. OLE color: 202732.
HSL color Cylindrical-coordinate representation of color #EC1703: hue angle of 5.15º 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 #EC1703 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.07 |
| HSL | 5.15º | 0.97% | 0.47% | - |
| HSV(B) | 5.15º | 0.99% | 0.93% | - |
| XYZ | 34.91 | 18.45 | 1.81 | - |
| YUV | 84.41 | 82.07 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 3 | 0 | 0.90 | 0.99 | 0.07 | 5.15 | 0.97 | 0.47 |
| Hex | EC | 17 | 3 | 0 | 5A | 63 | 7 | 5 | 61 | 2F |
| Octal | 354 | 27 | 3 | 0 | 132 | 143 | 7 | 5 | 141 | 57 |
| Binary | 11101100 | 10111 | 11 | 0 | 1011010 | 1100011 | 111 | 101 | 1100001 | 101111 |
Color Harmonies of #EC1703
Complementary color
Monochromatic Colors of #EC1703
Black with #EC1703
Text Example
Text Example
White with #EC1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1703; }
p { color: rgb(236,23,3); }
H1.HeaderClassName
{
color: #EC1703;
}
.AnyTagClassName
{
color: #EC1703;
}
</style>
background-color css
<style>
a { background-color: #EC1703; }
a { background-color: rgb(236,23,3); }
div.DivClassName
{
background-color: #EC1703;
}
.BgClassName
{
background-color: #EC1703;
}
</style>
border-color css
<style>
span { border-color: #EC1703; }
span { border-color: rgb(236,23,3); }
td.TdClassName
{
border-color: #EC1703;
}
.TagClassName
{
border-color: #EC1703;
}
</style>