Shades of Scarlet #E41D16
Tints of Scarlet #E41D16
RGB
CMYK
RGB Variations
Color information
#E41D16 (or 0xE41D16) is known color: Scarlet. HEX triplet: E4, 1D and 16. RGB value is (228,29,22). Sum of RGB (Red+Green+Blue) = 228+29+22=279 (36% of max value = 765). Red value is 228 (89.45% from 255 or 81.72% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41D16 is #1BE2E9. Grayscale: #575757. Windows color (decimal): -1827562 or 1449444. OLE color: 1449444.
HSL color Cylindrical-coordinate representation of color #E41D16: hue angle of 2.04º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41D16 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 22 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.11 |
| HSL | 2.04º | 0.82% | 0.49% | - |
| HSV(B) | 2.04º | 0.9% | 0.89% | - |
| XYZ | 32.58 | 17.43 | 2.41 | - |
| YUV | 87.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 22 | 0 | 0.87 | 0.90 | 0.11 | 2.04 | 0.82 | 0.49 |
| Hex | E4 | 1D | 16 | 0 | 57 | 5A | B | 2 | 52 | 31 |
| Octal | 344 | 35 | 26 | 0 | 127 | 132 | 13 | 2 | 122 | 61 |
| Binary | 11100100 | 11101 | 10110 | 0 | 1010111 | 1011010 | 1011 | 10 | 1010010 | 110001 |
Color Harmonies of #E41D16
Complementary color
Monochromatic Colors of #E41D16
Black with #E41D16
Text Example
Text Example
White with #E41D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D16; }
p { color: rgb(228,29,22); }
H1.HeaderClassName
{
color: #E41D16;
}
.AnyTagClassName
{
color: #E41D16;
}
</style>
background-color css
<style>
a { background-color: #E41D16; }
a { background-color: rgb(228,29,22); }
div.DivClassName
{
background-color: #E41D16;
}
.BgClassName
{
background-color: #E41D16;
}
</style>
border-color css
<style>
span { border-color: #E41D16; }
span { border-color: rgb(228,29,22); }
td.TdClassName
{
border-color: #E41D16;
}
.TagClassName
{
border-color: #E41D16;
}
</style>