Shades of Scarlet #E41405
Tints of Scarlet #E41405
RGB
CMYK
RGB Variations
Color information
#E41405 (or 0xE41405) is known color: Scarlet. HEX triplet: E4, 14 and 05. RGB value is (228,20,5). Sum of RGB (Red+Green+Blue) = 228+20+5=253 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.12% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 228 - color contains mainly: red. Hex color #E41405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41405 is #1BEBFA. Grayscale: #505050. Windows color (decimal): -1829883 or 333028. OLE color: 333028.
HSL color Cylindrical-coordinate representation of color #E41405: hue angle of 4.04º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E41405 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.11 |
| HSL | 4.04º | 0.96% | 0.46% | - |
| HSV(B) | 4.04º | 0.98% | 0.89% | - |
| XYZ | 32.27 | 17.01 | 1.72 | - |
| YUV | 80.48 | 85.41 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 5 | 0 | 0.91 | 0.98 | 0.11 | 4.04 | 0.96 | 0.46 |
| Hex | E4 | 14 | 5 | 0 | 5B | 62 | B | 4 | 60 | 2E |
| Octal | 344 | 24 | 5 | 0 | 133 | 142 | 13 | 4 | 140 | 56 |
| Binary | 11100100 | 10100 | 101 | 0 | 1011011 | 1100010 | 1011 | 100 | 1100000 | 101110 |
Color Harmonies of #E41405
Complementary color
Monochromatic Colors of #E41405
Black with #E41405
Text Example
Text Example
White with #E41405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41405; }
p { color: rgb(228,20,5); }
H1.HeaderClassName
{
color: #E41405;
}
.AnyTagClassName
{
color: #E41405;
}
</style>
background-color css
<style>
a { background-color: #E41405; }
a { background-color: rgb(228,20,5); }
div.DivClassName
{
background-color: #E41405;
}
.BgClassName
{
background-color: #E41405;
}
</style>
border-color css
<style>
span { border-color: #E41405; }
span { border-color: rgb(228,20,5); }
td.TdClassName
{
border-color: #E41405;
}
.TagClassName
{
border-color: #E41405;
}
</style>