Shades of Scarlet #E41C18
Tints of Scarlet #E41C18
RGB
CMYK
RGB Variations
Color information
#E41C18 (or 0xE41C18) is known color: Scarlet. HEX triplet: E4, 1C and 18. RGB value is (228,28,24). Sum of RGB (Red+Green+Blue) = 228+28+24=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41C18 is #1BE3E7. Grayscale: #575757. Windows color (decimal): -1827816 or 1580260. OLE color: 1580260.
HSL color Cylindrical-coordinate representation of color #E41C18: hue angle of 1.18º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41C18 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 24 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.11 |
| HSL | 1.18º | 0.81% | 0.49% | - |
| HSV(B) | 1.18º | 0.89% | 0.89% | - |
| XYZ | 32.58 | 17.39 | 2.5 | - |
| YUV | 87.34 | 92.26 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 24 | 0 | 0.88 | 0.89 | 0.11 | 1.18 | 0.81 | 0.49 |
| Hex | E4 | 1C | 18 | 0 | 58 | 59 | B | 1 | 51 | 31 |
| Octal | 344 | 34 | 30 | 0 | 130 | 131 | 13 | 1 | 121 | 61 |
| Binary | 11100100 | 11100 | 11000 | 0 | 1011000 | 1011001 | 1011 | 1 | 1010001 | 110001 |
Color Harmonies of #E41C18
Complementary color
Monochromatic Colors of #E41C18
Black with #E41C18
Text Example
Text Example
White with #E41C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C18; }
p { color: rgb(228,28,24); }
H1.HeaderClassName
{
color: #E41C18;
}
.AnyTagClassName
{
color: #E41C18;
}
</style>
background-color css
<style>
a { background-color: #E41C18; }
a { background-color: rgb(228,28,24); }
div.DivClassName
{
background-color: #E41C18;
}
.BgClassName
{
background-color: #E41C18;
}
</style>
border-color css
<style>
span { border-color: #E41C18; }
span { border-color: rgb(228,28,24); }
td.TdClassName
{
border-color: #E41C18;
}
.TagClassName
{
border-color: #E41C18;
}
</style>