Shades of Scarlet #E41414
Tints of Scarlet #E41414
RGB
CMYK
RGB Variations
Color information
#E41414 (or 0xE41414) is known color: Scarlet. HEX triplet: E4, 14 and 14. RGB value is (228,20,20). Sum of RGB (Red+Green+Blue) = 228+20+20=268 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.07% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 228 - color contains mainly: red. Hex color #E41414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41414 is #1BEBEB. Grayscale: #525252. Windows color (decimal): -1829868 or 1316068. OLE color: 1316068.
HSL color Cylindrical-coordinate representation of color #E41414: hue angle of 0º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41414 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 20 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.11 |
| HSL | 0º | 0.84% | 0.49% | - |
| HSV(B) | 0º | 0.91% | 0.89% | - |
| XYZ | 32.37 | 17.04 | 2.25 | - |
| YUV | 82.19 | 92.91 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 20 | 0 | 0.91 | 0.91 | 0.11 | 0 | 0.84 | 0.49 |
| Hex | E4 | 14 | 14 | 0 | 5B | 5B | B | 0 | 54 | 31 |
| Octal | 344 | 24 | 24 | 0 | 133 | 133 | 13 | 0 | 124 | 61 |
| Binary | 11100100 | 10100 | 10100 | 0 | 1011011 | 1011011 | 1011 | 0 | 1010100 | 110001 |
Color Harmonies of #E41414
Complementary color
Monochromatic Colors of #E41414
Black with #E41414
Text Example
Text Example
White with #E41414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41414; }
p { color: rgb(228,20,20); }
H1.HeaderClassName
{
color: #E41414;
}
.AnyTagClassName
{
color: #E41414;
}
</style>
background-color css
<style>
a { background-color: #E41414; }
a { background-color: rgb(228,20,20); }
div.DivClassName
{
background-color: #E41414;
}
.BgClassName
{
background-color: #E41414;
}
</style>
border-color css
<style>
span { border-color: #E41414; }
span { border-color: rgb(228,20,20); }
td.TdClassName
{
border-color: #E41414;
}
.TagClassName
{
border-color: #E41414;
}
</style>