Shades of Scarlet #E21613
Tints of Scarlet #E21613
RGB
CMYK
RGB Variations
Color information
#E21613 (or 0xE21613) is known color: Scarlet. HEX triplet: E2, 16 and 13. RGB value is (226,22,19). Sum of RGB (Red+Green+Blue) = 226+22+19=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E21613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21613 is #1DE9EC. Grayscale: #525252. Windows color (decimal): -1960429 or 1251042. OLE color: 1251042.
HSL color Cylindrical-coordinate representation of color #E21613: hue angle of 0.87º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21613 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.11 |
| HSL | 0.87º | 0.84% | 0.48% | - |
| HSV(B) | 0.87º | 0.92% | 0.89% | - |
| XYZ | 31.77 | 16.79 | 2.18 | - |
| YUV | 82.65 | 92.09 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 19 | 0 | 0.90 | 0.92 | 0.11 | 0.87 | 0.84 | 0.48 |
| Hex | E2 | 16 | 13 | 0 | 5A | 5C | B | 1 | 54 | 30 |
| Octal | 342 | 26 | 23 | 0 | 132 | 134 | 13 | 1 | 124 | 60 |
| Binary | 11100010 | 10110 | 10011 | 0 | 1011010 | 1011100 | 1011 | 1 | 1010100 | 110000 |
Color Harmonies of #E21613
Complementary color
Monochromatic Colors of #E21613
Black with #E21613
Text Example
Text Example
White with #E21613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21613; }
p { color: rgb(226,22,19); }
H1.HeaderClassName
{
color: #E21613;
}
.AnyTagClassName
{
color: #E21613;
}
</style>
background-color css
<style>
a { background-color: #E21613; }
a { background-color: rgb(226,22,19); }
div.DivClassName
{
background-color: #E21613;
}
.BgClassName
{
background-color: #E21613;
}
</style>
border-color css
<style>
span { border-color: #E21613; }
span { border-color: rgb(226,22,19); }
td.TdClassName
{
border-color: #E21613;
}
.TagClassName
{
border-color: #E21613;
}
</style>