Shades of Scarlet #E41900
Tints of Scarlet #E41900
RGB
CMYK
RGB Variations
Color information
#E41900 (or 0xE41900) is known color: Scarlet. HEX triplet: E4, 19 and 00. RGB value is (228,25,0). Sum of RGB (Red+Green+Blue) = 228+25+0=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E41900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41900 is #1BE6FF. Grayscale: #535353. Windows color (decimal): -1828608 or 6628. OLE color: 6628.
HSL color Cylindrical-coordinate representation of color #E41900: hue angle of 6.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E41900 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.11 |
| HSL | 6.58º | 1% | 0.45% | - |
| HSV(B) | 6.58º | 1% | 0.89% | - |
| XYZ | 32.34 | 17.19 | 1.61 | - |
| YUV | 82.85 | 81.25 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 0 | 0 | 0.89 | 1 | 0.11 | 6.58 | 1 | 0.45 |
| Hex | E4 | 19 | 0 | 0 | 59 | 64 | B | 7 | 64 | 2D |
| Octal | 344 | 31 | 0 | 0 | 131 | 144 | 13 | 7 | 144 | 55 |
| Binary | 11100100 | 11001 | 0 | 0 | 1011001 | 1100100 | 1011 | 111 | 1100100 | 101101 |
Color Harmonies of #E41900
Complementary color
Monochromatic Colors of #E41900
Black with #E41900
Text Example
Text Example
White with #E41900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41900; }
p { color: rgb(228,25,0); }
H1.HeaderClassName
{
color: #E41900;
}
.AnyTagClassName
{
color: #E41900;
}
</style>
background-color css
<style>
a { background-color: #E41900; }
a { background-color: rgb(228,25,0); }
div.DivClassName
{
background-color: #E41900;
}
.BgClassName
{
background-color: #E41900;
}
</style>
border-color css
<style>
span { border-color: #E41900; }
span { border-color: rgb(228,25,0); }
td.TdClassName
{
border-color: #E41900;
}
.TagClassName
{
border-color: #E41900;
}
</style>