Shades of Scarlet #E41604
Tints of Scarlet #E41604
RGB
CMYK
RGB Variations
Color information
#E41604 (or 0xE41604) is known color: Scarlet. HEX triplet: E4, 16 and 04. RGB value is (228,22,4). Sum of RGB (Red+Green+Blue) = 228+22+4=254 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.76% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 228 - color contains mainly: red. Hex color #E41604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41604 is #1BE9FB. Grayscale: #515151. Windows color (decimal): -1829372 or 268004. OLE color: 268004.
HSL color Cylindrical-coordinate representation of color #E41604: hue angle of 4.82º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E41604 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.11 |
| HSL | 4.82º | 0.97% | 0.45% | - |
| HSV(B) | 4.82º | 0.98% | 0.89% | - |
| XYZ | 32.3 | 17.08 | 1.71 | - |
| YUV | 81.54 | 84.25 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 4 | 0 | 0.90 | 0.98 | 0.11 | 4.82 | 0.97 | 0.45 |
| Hex | E4 | 16 | 4 | 0 | 5A | 62 | B | 5 | 61 | 2D |
| Octal | 344 | 26 | 4 | 0 | 132 | 142 | 13 | 5 | 141 | 55 |
| Binary | 11100100 | 10110 | 100 | 0 | 1011010 | 1100010 | 1011 | 101 | 1100001 | 101101 |
Color Harmonies of #E41604
Complementary color
Monochromatic Colors of #E41604
Black with #E41604
Text Example
Text Example
White with #E41604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41604; }
p { color: rgb(228,22,4); }
H1.HeaderClassName
{
color: #E41604;
}
.AnyTagClassName
{
color: #E41604;
}
</style>
background-color css
<style>
a { background-color: #E41604; }
a { background-color: rgb(228,22,4); }
div.DivClassName
{
background-color: #E41604;
}
.BgClassName
{
background-color: #E41604;
}
</style>
border-color css
<style>
span { border-color: #E41604; }
span { border-color: rgb(228,22,4); }
td.TdClassName
{
border-color: #E41604;
}
.TagClassName
{
border-color: #E41604;
}
</style>