Shades of Scarlet #E21513
Tints of Scarlet #E21513
RGB
CMYK
RGB Variations
Color information
#E21513 (or 0xE21513) is known color: Scarlet. HEX triplet: E2, 15 and 13. RGB value is (226,21,19). Sum of RGB (Red+Green+Blue) = 226+21+19=266 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.96% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 226 - color contains mainly: red. Hex color #E21513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21513 is #1DEAEC. Grayscale: #525252. Windows color (decimal): -1960685 or 1250786. OLE color: 1250786.
HSL color Cylindrical-coordinate representation of color #E21513: hue angle of 0.58º 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 #E21513 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.11 |
| HSL | 0.58º | 0.84% | 0.48% | - |
| HSV(B) | 0.58º | 0.92% | 0.89% | - |
| XYZ | 31.75 | 16.75 | 2.18 | - |
| YUV | 82.07 | 92.42 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 19 | 0 | 0.91 | 0.92 | 0.11 | 0.58 | 0.84 | 0.48 |
| Hex | E2 | 15 | 13 | 0 | 5B | 5C | B | 1 | 54 | 30 |
| Octal | 342 | 25 | 23 | 0 | 133 | 134 | 13 | 1 | 124 | 60 |
| Binary | 11100010 | 10101 | 10011 | 0 | 1011011 | 1011100 | 1011 | 1 | 1010100 | 110000 |
Color Harmonies of #E21513
Complementary color
Monochromatic Colors of #E21513
Black with #E21513
Text Example
Text Example
White with #E21513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21513; }
p { color: rgb(226,21,19); }
H1.HeaderClassName
{
color: #E21513;
}
.AnyTagClassName
{
color: #E21513;
}
</style>
background-color css
<style>
a { background-color: #E21513; }
a { background-color: rgb(226,21,19); }
div.DivClassName
{
background-color: #E21513;
}
.BgClassName
{
background-color: #E21513;
}
</style>
border-color css
<style>
span { border-color: #E21513; }
span { border-color: rgb(226,21,19); }
td.TdClassName
{
border-color: #E21513;
}
.TagClassName
{
border-color: #E21513;
}
</style>