Shades of Scarlet #E41616
Tints of Scarlet #E41616
RGB
CMYK
RGB Variations
Color information
#E41616 (or 0xE41616) is known color: Scarlet. HEX triplet: E4, 16 and 16. RGB value is (228,22,22). Sum of RGB (Red+Green+Blue) = 228+22+22=272 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.82% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 228 - color contains mainly: red. Hex color #E41616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41616 is #1BE9E9. Grayscale: #535353. Windows color (decimal): -1829354 or 1447652. OLE color: 1447652.
HSL color Cylindrical-coordinate representation of color #E41616: hue angle of 0º 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 #E41616 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.11 |
| HSL | 0º | 0.82% | 0.49% | - |
| HSV(B) | 0º | 0.9% | 0.89% | - |
| XYZ | 32.43 | 17.13 | 2.36 | - |
| YUV | 83.59 | 93.25 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 22 | 0 | 0.90 | 0.90 | 0.11 | 0 | 0.82 | 0.49 |
| Hex | E4 | 16 | 16 | 0 | 5A | 5A | B | 0 | 52 | 31 |
| Octal | 344 | 26 | 26 | 0 | 132 | 132 | 13 | 0 | 122 | 61 |
| Binary | 11100100 | 10110 | 10110 | 0 | 1011010 | 1011010 | 1011 | 0 | 1010010 | 110001 |
Color Harmonies of #E41616
Complementary color
Monochromatic Colors of #E41616
Black with #E41616
Text Example
Text Example
White with #E41616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41616; }
p { color: rgb(228,22,22); }
H1.HeaderClassName
{
color: #E41616;
}
.AnyTagClassName
{
color: #E41616;
}
</style>
background-color css
<style>
a { background-color: #E41616; }
a { background-color: rgb(228,22,22); }
div.DivClassName
{
background-color: #E41616;
}
.BgClassName
{
background-color: #E41616;
}
</style>
border-color css
<style>
span { border-color: #E41616; }
span { border-color: rgb(228,22,22); }
td.TdClassName
{
border-color: #E41616;
}
.TagClassName
{
border-color: #E41616;
}
</style>