Shades of Scarlet #E21915
Tints of Scarlet #E21915
RGB
CMYK
RGB Variations
Color information
#E21915 (or 0xE21915) is known color: Scarlet. HEX triplet: E2, 19 and 15. RGB value is (226,25,21). Sum of RGB (Red+Green+Blue) = 226+25+21=272 (36% of max value = 765). Red value is 226 (88.67% from 255 or 83.09% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 226 - color contains mainly: red. Hex color #E21915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21915 is #1DE6EA. Grayscale: #545454. Windows color (decimal): -1959659 or 1382882. OLE color: 1382882.
HSL color Cylindrical-coordinate representation of color #E21915: hue angle of 1.17º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21915 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 21 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.11 |
| HSL | 1.17º | 0.83% | 0.48% | - |
| HSV(B) | 1.17º | 0.91% | 0.89% | - |
| XYZ | 31.85 | 16.92 | 2.3 | - |
| YUV | 84.64 | 92.09 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 21 | 0 | 0.89 | 0.91 | 0.11 | 1.17 | 0.83 | 0.48 |
| Hex | E2 | 19 | 15 | 0 | 59 | 5B | B | 1 | 53 | 30 |
| Octal | 342 | 31 | 25 | 0 | 131 | 133 | 13 | 1 | 123 | 60 |
| Binary | 11100010 | 11001 | 10101 | 0 | 1011001 | 1011011 | 1011 | 1 | 1010011 | 110000 |
Color Harmonies of #E21915
Complementary color
Monochromatic Colors of #E21915
Black with #E21915
Text Example
Text Example
White with #E21915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21915; }
p { color: rgb(226,25,21); }
H1.HeaderClassName
{
color: #E21915;
}
.AnyTagClassName
{
color: #E21915;
}
</style>
background-color css
<style>
a { background-color: #E21915; }
a { background-color: rgb(226,25,21); }
div.DivClassName
{
background-color: #E21915;
}
.BgClassName
{
background-color: #E21915;
}
</style>
border-color css
<style>
span { border-color: #E21915; }
span { border-color: rgb(226,25,21); }
td.TdClassName
{
border-color: #E21915;
}
.TagClassName
{
border-color: #E21915;
}
</style>