Shades of Scarlet #EC2200
Tints of Scarlet #EC2200
RGB
CMYK
RGB Variations
Color information
#EC2200 (or 0xEC2200) is known color: Scarlet. HEX triplet: EC, 22 and 00. RGB value is (236,34,0). Sum of RGB (Red+Green+Blue) = 236+34+0=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2200 is #13DDFF. Grayscale: #5A5A5A. Windows color (decimal): -1302016 or 8940. OLE color: 8940.
HSL color Cylindrical-coordinate representation of color #EC2200: hue angle of 8.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC2200 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.07 |
| HSL | 8.64º | 1% | 0.46% | - |
| HSV(B) | 8.64º | 1% | 0.93% | - |
| XYZ | 35.16 | 18.98 | 1.81 | - |
| YUV | 90.52 | 76.92 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 0 | 0 | 0.86 | 1 | 0.07 | 8.64 | 1 | 0.46 |
| Hex | EC | 22 | 0 | 0 | 56 | 64 | 7 | 9 | 64 | 2E |
| Octal | 354 | 42 | 0 | 0 | 126 | 144 | 7 | 11 | 144 | 56 |
| Binary | 11101100 | 100010 | 0 | 0 | 1010110 | 1100100 | 111 | 1001 | 1100100 | 101110 |
Color Harmonies of #EC2200
Complementary color
Monochromatic Colors of #EC2200
Black with #EC2200
Text Example
Text Example
White with #EC2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2200; }
p { color: rgb(236,34,0); }
H1.HeaderClassName
{
color: #EC2200;
}
.AnyTagClassName
{
color: #EC2200;
}
</style>
background-color css
<style>
a { background-color: #EC2200; }
a { background-color: rgb(236,34,0); }
div.DivClassName
{
background-color: #EC2200;
}
.BgClassName
{
background-color: #EC2200;
}
</style>
border-color css
<style>
span { border-color: #EC2200; }
span { border-color: rgb(236,34,0); }
td.TdClassName
{
border-color: #EC2200;
}
.TagClassName
{
border-color: #EC2200;
}
</style>