Shades of Scarlet #E42404
Tints of Scarlet #E42404
RGB
CMYK
RGB Variations
Color information
#E42404 (or 0xE42404) is known color: Scarlet. HEX triplet: E4, 24 and 04. RGB value is (228,36,4). Sum of RGB (Red+Green+Blue) = 228+36+4=268 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.07% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 228 - color contains mainly: red. Hex color #E42404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42404 is #1BDBFB. Grayscale: #5A5A5A. Windows color (decimal): -1825788 or 271588. OLE color: 271588.
HSL color Cylindrical-coordinate representation of color #E42404: hue angle of 8.57º 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 #E42404 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.11 |
| HSL | 8.57º | 0.97% | 0.45% | - |
| HSV(B) | 8.57º | 0.98% | 0.89% | - |
| XYZ | 32.65 | 17.76 | 1.82 | - |
| YUV | 89.76 | 79.61 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 4 | 0 | 0.84 | 0.98 | 0.11 | 8.57 | 0.97 | 0.45 |
| Hex | E4 | 24 | 4 | 0 | 54 | 62 | B | 9 | 61 | 2D |
| Octal | 344 | 44 | 4 | 0 | 124 | 142 | 13 | 11 | 141 | 55 |
| Binary | 11100100 | 100100 | 100 | 0 | 1010100 | 1100010 | 1011 | 1001 | 1100001 | 101101 |
Color Harmonies of #E42404
Complementary color
Monochromatic Colors of #E42404
Black with #E42404
Text Example
Text Example
White with #E42404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42404; }
p { color: rgb(228,36,4); }
H1.HeaderClassName
{
color: #E42404;
}
.AnyTagClassName
{
color: #E42404;
}
</style>
background-color css
<style>
a { background-color: #E42404; }
a { background-color: rgb(228,36,4); }
div.DivClassName
{
background-color: #E42404;
}
.BgClassName
{
background-color: #E42404;
}
</style>
border-color css
<style>
span { border-color: #E42404; }
span { border-color: rgb(228,36,4); }
td.TdClassName
{
border-color: #E42404;
}
.TagClassName
{
border-color: #E42404;
}
</style>