Shades of Scarlet #E42401
Tints of Scarlet #E42401
RGB
CMYK
RGB Variations
Color information
#E42401 (or 0xE42401) is known color: Scarlet. HEX triplet: E4, 24 and 01. RGB value is (228,36,1). Sum of RGB (Red+Green+Blue) = 228+36+1=265 (35% of max value = 765). Red value is 228 (89.45% from 255 or 86.04% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 228 - color contains mainly: red. Hex color #E42401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42401 is #1BDBFE. Grayscale: #595959. Windows color (decimal): -1825791 or 74980. OLE color: 74980.
HSL color Cylindrical-coordinate representation of color #E42401: hue angle of 9.25º 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 #E42401 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.11 |
| HSL | 9.25º | 0.99% | 0.45% | - |
| HSV(B) | 9.25º | 1% | 0.89% | - |
| XYZ | 32.63 | 17.76 | 1.74 | - |
| YUV | 89.42 | 78.11 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 1 | 0 | 0.84 | 1.00 | 0.11 | 9.25 | 0.99 | 0.45 |
| Hex | E4 | 24 | 1 | 0 | 54 | 64 | B | 9 | 63 | 2D |
| Octal | 344 | 44 | 1 | 0 | 124 | 144 | 13 | 11 | 143 | 55 |
| Binary | 11100100 | 100100 | 1 | 0 | 1010100 | 1100100 | 1011 | 1001 | 1100011 | 101101 |
Color Harmonies of #E42401
Complementary color
Monochromatic Colors of #E42401
Black with #E42401
Text Example
Text Example
White with #E42401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42401; }
p { color: rgb(228,36,1); }
H1.HeaderClassName
{
color: #E42401;
}
.AnyTagClassName
{
color: #E42401;
}
</style>
background-color css
<style>
a { background-color: #E42401; }
a { background-color: rgb(228,36,1); }
div.DivClassName
{
background-color: #E42401;
}
.BgClassName
{
background-color: #E42401;
}
</style>
border-color css
<style>
span { border-color: #E42401; }
span { border-color: rgb(228,36,1); }
td.TdClassName
{
border-color: #E42401;
}
.TagClassName
{
border-color: #E42401;
}
</style>