Shades of Scarlet #E41200
Tints of Scarlet #E41200
RGB
CMYK
RGB Variations
Color information
#E41200 (or 0xE41200) is known color: Scarlet. HEX triplet: E4, 12 and 00. RGB value is (228,18,0). Sum of RGB (Red+Green+Blue) = 228+18+0=246 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.68% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 228 - color contains mainly: red. Hex color #E41200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41200 is #1BEDFF. Grayscale: #4F4F4F. Windows color (decimal): -1830400 or 4836. OLE color: 4836.
HSL color Cylindrical-coordinate representation of color #E41200: hue angle of 4.74º 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 #E41200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.11 |
| HSL | 4.74º | 1% | 0.45% | - |
| HSV(B) | 4.74º | 1% | 0.89% | - |
| XYZ | 32.21 | 16.93 | 1.57 | - |
| YUV | 78.74 | 83.57 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 0 | 0 | 0.92 | 1 | 0.11 | 4.74 | 1 | 0.45 |
| Hex | E4 | 12 | 0 | 0 | 5C | 64 | B | 5 | 64 | 2D |
| Octal | 344 | 22 | 0 | 0 | 134 | 144 | 13 | 5 | 144 | 55 |
| Binary | 11100100 | 10010 | 0 | 0 | 1011100 | 1100100 | 1011 | 101 | 1100100 | 101101 |
Color Harmonies of #E41200
Complementary color
Monochromatic Colors of #E41200
Black with #E41200
Text Example
Text Example
White with #E41200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41200; }
p { color: rgb(228,18,0); }
H1.HeaderClassName
{
color: #E41200;
}
.AnyTagClassName
{
color: #E41200;
}
</style>
background-color css
<style>
a { background-color: #E41200; }
a { background-color: rgb(228,18,0); }
div.DivClassName
{
background-color: #E41200;
}
.BgClassName
{
background-color: #E41200;
}
</style>
border-color css
<style>
span { border-color: #E41200; }
span { border-color: rgb(228,18,0); }
td.TdClassName
{
border-color: #E41200;
}
.TagClassName
{
border-color: #E41200;
}
</style>