Shades of Scarlet #E42004
Tints of Scarlet #E42004
RGB
CMYK
RGB Variations
Color information
#E42004 (or 0xE42004) is known color: Scarlet. HEX triplet: E4, 20 and 04. RGB value is (228,32,4). Sum of RGB (Red+Green+Blue) = 228+32+4=264 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.36% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 228 - color contains mainly: red. Hex color #E42004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42004 is #1BDFFB. Grayscale: #575757. Windows color (decimal): -1826812 or 270564. OLE color: 270564.
HSL color Cylindrical-coordinate representation of color #E42004: hue angle of 7.5º 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 #E42004 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.11 |
| HSL | 7.5º | 0.97% | 0.45% | - |
| HSV(B) | 7.5º | 0.98% | 0.89% | - |
| XYZ | 32.53 | 17.54 | 1.78 | - |
| YUV | 87.41 | 80.93 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 4 | 0 | 0.86 | 0.98 | 0.11 | 7.5 | 0.97 | 0.45 |
| Hex | E4 | 20 | 4 | 0 | 56 | 62 | B | 8 | 61 | 2D |
| Octal | 344 | 40 | 4 | 0 | 126 | 142 | 13 | 10 | 141 | 55 |
| Binary | 11100100 | 100000 | 100 | 0 | 1010110 | 1100010 | 1011 | 1000 | 1100001 | 101101 |
Color Harmonies of #E42004
Complementary color
Monochromatic Colors of #E42004
Black with #E42004
Text Example
Text Example
White with #E42004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42004; }
p { color: rgb(228,32,4); }
H1.HeaderClassName
{
color: #E42004;
}
.AnyTagClassName
{
color: #E42004;
}
</style>
background-color css
<style>
a { background-color: #E42004; }
a { background-color: rgb(228,32,4); }
div.DivClassName
{
background-color: #E42004;
}
.BgClassName
{
background-color: #E42004;
}
</style>
border-color css
<style>
span { border-color: #E42004; }
span { border-color: rgb(228,32,4); }
td.TdClassName
{
border-color: #E42004;
}
.TagClassName
{
border-color: #E42004;
}
</style>