Shades of Scarlet #EC220B
Tints of Scarlet #EC220B
RGB
CMYK
RGB Variations
Color information
#EC220B (or 0xEC220B) is known color: Scarlet. HEX triplet: EC, 22 and 0B. RGB value is (236,34,11). Sum of RGB (Red+Green+Blue) = 236+34+11=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC220B is #13DDF4. Grayscale: #5C5C5C. Windows color (decimal): -1302005 or 729836. OLE color: 729836.
HSL color Cylindrical-coordinate representation of color #EC220B: hue angle of 6.13º 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 #EC220B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.07 |
| HSL | 6.13º | 0.91% | 0.48% | - |
| HSV(B) | 6.13º | 0.95% | 0.93% | - |
| XYZ | 35.22 | 19 | 2.13 | - |
| YUV | 91.78 | 82.42 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 11 | 0 | 0.86 | 0.95 | 0.07 | 6.13 | 0.91 | 0.48 |
| Hex | EC | 22 | B | 0 | 56 | 5F | 7 | 6 | 5B | 30 |
| Octal | 354 | 42 | 13 | 0 | 126 | 137 | 7 | 6 | 133 | 60 |
| Binary | 11101100 | 100010 | 1011 | 0 | 1010110 | 1011111 | 111 | 110 | 1011011 | 110000 |
Color Harmonies of #EC220B
Complementary color
Monochromatic Colors of #EC220B
Black with #EC220B
Text Example
Text Example
White with #EC220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC220B; }
p { color: rgb(236,34,11); }
H1.HeaderClassName
{
color: #EC220B;
}
.AnyTagClassName
{
color: #EC220B;
}
</style>
background-color css
<style>
a { background-color: #EC220B; }
a { background-color: rgb(236,34,11); }
div.DivClassName
{
background-color: #EC220B;
}
.BgClassName
{
background-color: #EC220B;
}
</style>
border-color css
<style>
span { border-color: #EC220B; }
span { border-color: rgb(236,34,11); }
td.TdClassName
{
border-color: #EC220B;
}
.TagClassName
{
border-color: #EC220B;
}
</style>