Shades of Scarlet #E41701
Tints of Scarlet #E41701
RGB
CMYK
RGB Variations
Color information
#E41701 (or 0xE41701) is known color: Scarlet. HEX triplet: E4, 17 and 01. RGB value is (228,23,1). Sum of RGB (Red+Green+Blue) = 228+23+1=252 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.48% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 228 - color contains mainly: red. Hex color #E41701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41701 is #1BE8FE. Grayscale: #525252. Windows color (decimal): -1829119 or 71652. OLE color: 71652.
HSL color Cylindrical-coordinate representation of color #E41701: hue angle of 5.81º 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 #E41701 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.11 |
| HSL | 5.81º | 0.99% | 0.45% | - |
| HSV(B) | 5.81º | 1% | 0.89% | - |
| XYZ | 32.31 | 17.11 | 1.63 | - |
| YUV | 81.79 | 82.42 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 1 | 0 | 0.90 | 1.00 | 0.11 | 5.81 | 0.99 | 0.45 |
| Hex | E4 | 17 | 1 | 0 | 5A | 64 | B | 6 | 63 | 2D |
| Octal | 344 | 27 | 1 | 0 | 132 | 144 | 13 | 6 | 143 | 55 |
| Binary | 11100100 | 10111 | 1 | 0 | 1011010 | 1100100 | 1011 | 110 | 1100011 | 101101 |
Color Harmonies of #E41701
Complementary color
Monochromatic Colors of #E41701
Black with #E41701
Text Example
Text Example
White with #E41701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41701; }
p { color: rgb(228,23,1); }
H1.HeaderClassName
{
color: #E41701;
}
.AnyTagClassName
{
color: #E41701;
}
</style>
background-color css
<style>
a { background-color: #E41701; }
a { background-color: rgb(228,23,1); }
div.DivClassName
{
background-color: #E41701;
}
.BgClassName
{
background-color: #E41701;
}
</style>
border-color css
<style>
span { border-color: #E41701; }
span { border-color: rgb(228,23,1); }
td.TdClassName
{
border-color: #E41701;
}
.TagClassName
{
border-color: #E41701;
}
</style>