Shades of Scarlet #EC210C
Tints of Scarlet #EC210C
RGB
CMYK
RGB Variations
Color information
#EC210C (or 0xEC210C) is known color: Scarlet. HEX triplet: EC, 21 and 0C. RGB value is (236,33,12). Sum of RGB (Red+Green+Blue) = 236+33+12=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC210C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC210C is #13DEF3. Grayscale: #5B5B5B. Windows color (decimal): -1302260 or 795116. OLE color: 795116.
HSL color Cylindrical-coordinate representation of color #EC210C: hue angle of 5.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC210C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.07 |
| HSL | 5.63º | 0.9% | 0.49% | - |
| HSV(B) | 5.63º | 0.95% | 0.93% | - |
| XYZ | 35.2 | 18.95 | 2.15 | - |
| YUV | 91.3 | 83.25 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 12 | 0 | 0.86 | 0.95 | 0.07 | 5.63 | 0.9 | 0.49 |
| Hex | EC | 21 | C | 0 | 56 | 5F | 7 | 6 | 5A | 31 |
| Octal | 354 | 41 | 14 | 0 | 126 | 137 | 7 | 6 | 132 | 61 |
| Binary | 11101100 | 100001 | 1100 | 0 | 1010110 | 1011111 | 111 | 110 | 1011010 | 110001 |
Color Harmonies of #EC210C
Complementary color
Monochromatic Colors of #EC210C
Black with #EC210C
Text Example
Text Example
White with #EC210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC210C; }
p { color: rgb(236,33,12); }
H1.HeaderClassName
{
color: #EC210C;
}
.AnyTagClassName
{
color: #EC210C;
}
</style>
background-color css
<style>
a { background-color: #EC210C; }
a { background-color: rgb(236,33,12); }
div.DivClassName
{
background-color: #EC210C;
}
.BgClassName
{
background-color: #EC210C;
}
</style>
border-color css
<style>
span { border-color: #EC210C; }
span { border-color: rgb(236,33,12); }
td.TdClassName
{
border-color: #EC210C;
}
.TagClassName
{
border-color: #EC210C;
}
</style>