Shades of Scarlet #E41201
Tints of Scarlet #E41201
RGB
CMYK
RGB Variations
Color information
#E41201 (or 0xE41201) is known color: Scarlet. HEX triplet: E4, 12 and 01. RGB value is (228,18,1). Sum of RGB (Red+Green+Blue) = 228+18+1=247 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.31% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 228 - color contains mainly: red. Hex color #E41201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41201 is #1BEDFE. Grayscale: #4F4F4F. Windows color (decimal): -1830399 or 70372. OLE color: 70372.
HSL color Cylindrical-coordinate representation of color #E41201: hue angle of 4.49º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E41201 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.11 |
| HSL | 4.49º | 0.99% | 0.45% | - |
| HSV(B) | 4.49º | 1% | 0.89% | - |
| XYZ | 32.22 | 16.93 | 1.6 | - |
| YUV | 78.85 | 84.07 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 1 | 0 | 0.92 | 1.00 | 0.11 | 4.49 | 0.99 | 0.45 |
| Hex | E4 | 12 | 1 | 0 | 5C | 64 | B | 4 | 63 | 2D |
| Octal | 344 | 22 | 1 | 0 | 134 | 144 | 13 | 4 | 143 | 55 |
| Binary | 11100100 | 10010 | 1 | 0 | 1011100 | 1100100 | 1011 | 100 | 1100011 | 101101 |
Color Harmonies of #E41201
Complementary color
Monochromatic Colors of #E41201
Black with #E41201
Text Example
Text Example
White with #E41201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41201; }
p { color: rgb(228,18,1); }
H1.HeaderClassName
{
color: #E41201;
}
.AnyTagClassName
{
color: #E41201;
}
</style>
background-color css
<style>
a { background-color: #E41201; }
a { background-color: rgb(228,18,1); }
div.DivClassName
{
background-color: #E41201;
}
.BgClassName
{
background-color: #E41201;
}
</style>
border-color css
<style>
span { border-color: #E41201; }
span { border-color: rgb(228,18,1); }
td.TdClassName
{
border-color: #E41201;
}
.TagClassName
{
border-color: #E41201;
}
</style>