Shades of Scarlet #EC200B
Tints of Scarlet #EC200B
RGB
CMYK
RGB Variations
Color information
#EC200B (or 0xEC200B) is known color: Scarlet. HEX triplet: EC, 20 and 0B. RGB value is (236,32,11). Sum of RGB (Red+Green+Blue) = 236+32+11=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC200B is #13DFF4. Grayscale: #5A5A5A. Windows color (decimal): -1302517 or 729324. OLE color: 729324.
HSL color Cylindrical-coordinate representation of color #EC200B: hue angle of 5.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC200B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.07 |
| HSL | 5.6º | 0.91% | 0.48% | - |
| HSV(B) | 5.6º | 0.95% | 0.93% | - |
| XYZ | 35.17 | 18.89 | 2.11 | - |
| YUV | 90.6 | 83.09 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 11 | 0 | 0.86 | 0.95 | 0.07 | 5.6 | 0.91 | 0.48 |
| Hex | EC | 20 | B | 0 | 56 | 5F | 7 | 6 | 5B | 30 |
| Octal | 354 | 40 | 13 | 0 | 126 | 137 | 7 | 6 | 133 | 60 |
| Binary | 11101100 | 100000 | 1011 | 0 | 1010110 | 1011111 | 111 | 110 | 1011011 | 110000 |
Color Harmonies of #EC200B
Complementary color
Monochromatic Colors of #EC200B
Black with #EC200B
Text Example
Text Example
White with #EC200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC200B; }
p { color: rgb(236,32,11); }
H1.HeaderClassName
{
color: #EC200B;
}
.AnyTagClassName
{
color: #EC200B;
}
</style>
background-color css
<style>
a { background-color: #EC200B; }
a { background-color: rgb(236,32,11); }
div.DivClassName
{
background-color: #EC200B;
}
.BgClassName
{
background-color: #EC200B;
}
</style>
border-color css
<style>
span { border-color: #EC200B; }
span { border-color: rgb(236,32,11); }
td.TdClassName
{
border-color: #EC200B;
}
.TagClassName
{
border-color: #EC200B;
}
</style>