Shades of Scarlet #EC2103
Tints of Scarlet #EC2103
RGB
CMYK
RGB Variations
Color information
#EC2103 (or 0xEC2103) is known color: Scarlet. HEX triplet: EC, 21 and 03. RGB value is (236,33,3). Sum of RGB (Red+Green+Blue) = 236+33+3=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2103 is #13DEFC. Grayscale: #5A5A5A. Windows color (decimal): -1302269 or 205292. OLE color: 205292.
HSL color Cylindrical-coordinate representation of color #EC2103: hue angle of 7.73º 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 #EC2103 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.07 |
| HSL | 7.73º | 0.97% | 0.47% | - |
| HSV(B) | 7.73º | 0.99% | 0.93% | - |
| XYZ | 35.15 | 18.93 | 1.89 | - |
| YUV | 90.28 | 78.75 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 3 | 0 | 0.86 | 0.99 | 0.07 | 7.73 | 0.97 | 0.47 |
| Hex | EC | 21 | 3 | 0 | 56 | 63 | 7 | 8 | 61 | 2F |
| Octal | 354 | 41 | 3 | 0 | 126 | 143 | 7 | 10 | 141 | 57 |
| Binary | 11101100 | 100001 | 11 | 0 | 1010110 | 1100011 | 111 | 1000 | 1100001 | 101111 |
Color Harmonies of #EC2103
Complementary color
Monochromatic Colors of #EC2103
Black with #EC2103
Text Example
Text Example
White with #EC2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2103; }
p { color: rgb(236,33,3); }
H1.HeaderClassName
{
color: #EC2103;
}
.AnyTagClassName
{
color: #EC2103;
}
</style>
background-color css
<style>
a { background-color: #EC2103; }
a { background-color: rgb(236,33,3); }
div.DivClassName
{
background-color: #EC2103;
}
.BgClassName
{
background-color: #EC2103;
}
</style>
border-color css
<style>
span { border-color: #EC2103; }
span { border-color: rgb(236,33,3); }
td.TdClassName
{
border-color: #EC2103;
}
.TagClassName
{
border-color: #EC2103;
}
</style>