Shades of Scarlet #E41C00
Tints of Scarlet #E41C00
RGB
CMYK
RGB Variations
Color information
#E41C00 (or 0xE41C00) is known color: Scarlet. HEX triplet: E4, 1C and 00. RGB value is (228,28,0). Sum of RGB (Red+Green+Blue) = 228+28+0=256 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.06% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41C00 is #1BE3FF. Grayscale: #545454. Windows color (decimal): -1827840 or 7396. OLE color: 7396.
HSL color Cylindrical-coordinate representation of color #E41C00: hue angle of 7.37º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E41C00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.11 |
| HSL | 7.37º | 1% | 0.45% | - |
| HSV(B) | 7.37º | 1% | 0.89% | - |
| XYZ | 32.41 | 17.32 | 1.64 | - |
| YUV | 84.61 | 80.26 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 0 | 0 | 0.88 | 1 | 0.11 | 7.37 | 1 | 0.45 |
| Hex | E4 | 1C | 0 | 0 | 58 | 64 | B | 7 | 64 | 2D |
| Octal | 344 | 34 | 0 | 0 | 130 | 144 | 13 | 7 | 144 | 55 |
| Binary | 11100100 | 11100 | 0 | 0 | 1011000 | 1100100 | 1011 | 111 | 1100100 | 101101 |
Color Harmonies of #E41C00
Complementary color
Monochromatic Colors of #E41C00
Black with #E41C00
Text Example
Text Example
White with #E41C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C00; }
p { color: rgb(228,28,0); }
H1.HeaderClassName
{
color: #E41C00;
}
.AnyTagClassName
{
color: #E41C00;
}
</style>
background-color css
<style>
a { background-color: #E41C00; }
a { background-color: rgb(228,28,0); }
div.DivClassName
{
background-color: #E41C00;
}
.BgClassName
{
background-color: #E41C00;
}
</style>
border-color css
<style>
span { border-color: #E41C00; }
span { border-color: rgb(228,28,0); }
td.TdClassName
{
border-color: #E41C00;
}
.TagClassName
{
border-color: #E41C00;
}
</style>