Shades of Scarlet #E21716
Tints of Scarlet #E21716
RGB
CMYK
RGB Variations
Color information
#E21716 (or 0xE21716) is known color: Scarlet. HEX triplet: E2, 17 and 16. RGB value is (226,23,22). Sum of RGB (Red+Green+Blue) = 226+23+22=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E21716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21716 is #1DE8E9. Grayscale: #535353. Windows color (decimal): -1960170 or 1447906. OLE color: 1447906.
HSL color Cylindrical-coordinate representation of color #E21716: hue angle of 0.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21716 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.11 |
| HSL | 0.29º | 0.82% | 0.49% | - |
| HSV(B) | 0.29º | 0.9% | 0.89% | - |
| XYZ | 31.82 | 16.84 | 2.33 | - |
| YUV | 83.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 22 | 0 | 0.90 | 0.90 | 0.11 | 0.29 | 0.82 | 0.49 |
| Hex | E2 | 17 | 16 | 0 | 5A | 5A | B | 0 | 52 | 31 |
| Octal | 342 | 27 | 26 | 0 | 132 | 132 | 13 | 0 | 122 | 61 |
| Binary | 11100010 | 10111 | 10110 | 0 | 1011010 | 1011010 | 1011 | 0 | 1010010 | 110001 |
Color Harmonies of #E21716
Complementary color
Monochromatic Colors of #E21716
Black with #E21716
Text Example
Text Example
White with #E21716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21716; }
p { color: rgb(226,23,22); }
H1.HeaderClassName
{
color: #E21716;
}
.AnyTagClassName
{
color: #E21716;
}
</style>
background-color css
<style>
a { background-color: #E21716; }
a { background-color: rgb(226,23,22); }
div.DivClassName
{
background-color: #E21716;
}
.BgClassName
{
background-color: #E21716;
}
</style>
border-color css
<style>
span { border-color: #E21716; }
span { border-color: rgb(226,23,22); }
td.TdClassName
{
border-color: #E21716;
}
.TagClassName
{
border-color: #E21716;
}
</style>