Shades of Scarlet #E41716
Tints of Scarlet #E41716
RGB
CMYK
RGB Variations
Color information
#E41716 (or 0xE41716) is known color: Scarlet. HEX triplet: E4, 17 and 16. RGB value is (228,23,22). Sum of RGB (Red+Green+Blue) = 228+23+22=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E41716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41716 is #1BE8E9. Grayscale: #545454. Windows color (decimal): -1829098 or 1447908. OLE color: 1447908.
HSL color Cylindrical-coordinate representation of color #E41716: 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 #E41716 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 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 | 32.45 | 17.16 | 2.36 | - |
| YUV | 84.18 | 92.92 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 22 | 0 | 0.90 | 0.90 | 0.11 | 0.29 | 0.82 | 0.49 |
| Hex | E4 | 17 | 16 | 0 | 5A | 5A | B | 0 | 52 | 31 |
| Octal | 344 | 27 | 26 | 0 | 132 | 132 | 13 | 0 | 122 | 61 |
| Binary | 11100100 | 10111 | 10110 | 0 | 1011010 | 1011010 | 1011 | 0 | 1010010 | 110001 |
Color Harmonies of #E41716
Complementary color
Monochromatic Colors of #E41716
Black with #E41716
Text Example
Text Example
White with #E41716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41716; }
p { color: rgb(228,23,22); }
H1.HeaderClassName
{
color: #E41716;
}
.AnyTagClassName
{
color: #E41716;
}
</style>
background-color css
<style>
a { background-color: #E41716; }
a { background-color: rgb(228,23,22); }
div.DivClassName
{
background-color: #E41716;
}
.BgClassName
{
background-color: #E41716;
}
</style>
border-color css
<style>
span { border-color: #E41716; }
span { border-color: rgb(228,23,22); }
td.TdClassName
{
border-color: #E41716;
}
.TagClassName
{
border-color: #E41716;
}
</style>