Shades of Scarlet #EC2002
Tints of Scarlet #EC2002
RGB
CMYK
RGB Variations
Color information
#EC2002 (or 0xEC2002) is known color: Scarlet. HEX triplet: EC, 20 and 02. RGB value is (236,32,2). Sum of RGB (Red+Green+Blue) = 236+32+2=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2002 is #13DFFD. Grayscale: #595959. Windows color (decimal): -1302526 or 139500. OLE color: 139500.
HSL color Cylindrical-coordinate representation of color #EC2002: hue angle of 7.69º degrees, saturation: 0.98, 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 #EC2002 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.07 |
| HSL | 7.69º | 0.98% | 0.47% | - |
| HSV(B) | 7.69º | 0.99% | 0.93% | - |
| XYZ | 35.12 | 18.87 | 1.85 | - |
| YUV | 89.58 | 78.59 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 2 | 0 | 0.86 | 0.99 | 0.07 | 7.69 | 0.98 | 0.47 |
| Hex | EC | 20 | 2 | 0 | 56 | 63 | 7 | 8 | 62 | 2F |
| Octal | 354 | 40 | 2 | 0 | 126 | 143 | 7 | 10 | 142 | 57 |
| Binary | 11101100 | 100000 | 10 | 0 | 1010110 | 1100011 | 111 | 1000 | 1100010 | 101111 |
Color Harmonies of #EC2002
Complementary color
Monochromatic Colors of #EC2002
Black with #EC2002
Text Example
Text Example
White with #EC2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2002; }
p { color: rgb(236,32,2); }
H1.HeaderClassName
{
color: #EC2002;
}
.AnyTagClassName
{
color: #EC2002;
}
</style>
background-color css
<style>
a { background-color: #EC2002; }
a { background-color: rgb(236,32,2); }
div.DivClassName
{
background-color: #EC2002;
}
.BgClassName
{
background-color: #EC2002;
}
</style>
border-color css
<style>
span { border-color: #EC2002; }
span { border-color: rgb(236,32,2); }
td.TdClassName
{
border-color: #EC2002;
}
.TagClassName
{
border-color: #EC2002;
}
</style>