Shades of Scarlet #EC210F
Tints of Scarlet #EC210F
RGB
CMYK
RGB Variations
Color information
#EC210F (or 0xEC210F) is known color: Scarlet. HEX triplet: EC, 21 and 0F. RGB value is (236,33,15). Sum of RGB (Red+Green+Blue) = 236+33+15=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC210F is #13DEF0. Grayscale: #5B5B5B. Windows color (decimal): -1302257 or 991724. OLE color: 991724.
HSL color Cylindrical-coordinate representation of color #EC210F: hue angle of 4.89º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC210F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 15 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.07 |
| HSL | 4.89º | 0.88% | 0.49% | - |
| HSV(B) | 4.89º | 0.94% | 0.93% | - |
| XYZ | 35.22 | 18.96 | 2.25 | - |
| YUV | 91.65 | 84.75 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 15 | 0 | 0.86 | 0.94 | 0.07 | 4.89 | 0.88 | 0.49 |
| Hex | EC | 21 | F | 0 | 56 | 5E | 7 | 5 | 58 | 31 |
| Octal | 354 | 41 | 17 | 0 | 126 | 136 | 7 | 5 | 130 | 61 |
| Binary | 11101100 | 100001 | 1111 | 0 | 1010110 | 1011110 | 111 | 101 | 1011000 | 110001 |
Color Harmonies of #EC210F
Complementary color
Monochromatic Colors of #EC210F
Black with #EC210F
Text Example
Text Example
White with #EC210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC210F; }
p { color: rgb(236,33,15); }
H1.HeaderClassName
{
color: #EC210F;
}
.AnyTagClassName
{
color: #EC210F;
}
</style>
background-color css
<style>
a { background-color: #EC210F; }
a { background-color: rgb(236,33,15); }
div.DivClassName
{
background-color: #EC210F;
}
.BgClassName
{
background-color: #EC210F;
}
</style>
border-color css
<style>
span { border-color: #EC210F; }
span { border-color: rgb(236,33,15); }
td.TdClassName
{
border-color: #EC210F;
}
.TagClassName
{
border-color: #EC210F;
}
</style>