Shades of Scarlet #E41800
Tints of Scarlet #E41800
RGB
CMYK
RGB Variations
Color information
#E41800 (or 0xE41800) is known color: Scarlet. HEX triplet: E4, 18 and 00. RGB value is (228,24,0). Sum of RGB (Red+Green+Blue) = 228+24+0=252 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.48% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 228 - color contains mainly: red. Hex color #E41800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41800 is #1BE7FF. Grayscale: #525252. Windows color (decimal): -1828864 or 6372. OLE color: 6372.
HSL color Cylindrical-coordinate representation of color #E41800: hue angle of 6.32º 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 #E41800 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.11 |
| HSL | 6.32º | 1% | 0.45% | - |
| HSV(B) | 6.32º | 1% | 0.89% | - |
| XYZ | 32.32 | 17.15 | 1.61 | - |
| YUV | 82.26 | 81.59 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 0 | 0 | 0.89 | 1 | 0.11 | 6.32 | 1 | 0.45 |
| Hex | E4 | 18 | 0 | 0 | 59 | 64 | B | 6 | 64 | 2D |
| Octal | 344 | 30 | 0 | 0 | 131 | 144 | 13 | 6 | 144 | 55 |
| Binary | 11100100 | 11000 | 0 | 0 | 1011001 | 1100100 | 1011 | 110 | 1100100 | 101101 |
Color Harmonies of #E41800
Complementary color
Monochromatic Colors of #E41800
Black with #E41800
Text Example
Text Example
White with #E41800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41800; }
p { color: rgb(228,24,0); }
H1.HeaderClassName
{
color: #E41800;
}
.AnyTagClassName
{
color: #E41800;
}
</style>
background-color css
<style>
a { background-color: #E41800; }
a { background-color: rgb(228,24,0); }
div.DivClassName
{
background-color: #E41800;
}
.BgClassName
{
background-color: #E41800;
}
</style>
border-color css
<style>
span { border-color: #E41800; }
span { border-color: rgb(228,24,0); }
td.TdClassName
{
border-color: #E41800;
}
.TagClassName
{
border-color: #E41800;
}
</style>