Shades of Scarlet #E01604
Tints of Scarlet #E01604
RGB
CMYK
RGB Variations
Color information
#E01604 (or 0xE01604) is known color: Scarlet. HEX triplet: E0, 16 and 04. RGB value is (224,22,4). Sum of RGB (Red+Green+Blue) = 224+22+4=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E01604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01604 is #1FE9FB. Grayscale: #505050. Windows color (decimal): -2091516 or 268000. OLE color: 268000.
HSL color Cylindrical-coordinate representation of color #E01604: hue angle of 4.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E01604 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.12 |
| HSL | 4.91º | 0.96% | 0.45% | - |
| HSV(B) | 4.91º | 0.98% | 0.88% | - |
| XYZ | 31.05 | 16.43 | 1.65 | - |
| YUV | 80.35 | 84.92 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 4 | 0 | 0.90 | 0.98 | 0.12 | 4.91 | 0.96 | 0.45 |
| Hex | E0 | 16 | 4 | 0 | 5A | 62 | C | 5 | 60 | 2D |
| Octal | 340 | 26 | 4 | 0 | 132 | 142 | 14 | 5 | 140 | 55 |
| Binary | 11100000 | 10110 | 100 | 0 | 1011010 | 1100010 | 1100 | 101 | 1100000 | 101101 |
Color Harmonies of #E01604
Complementary color
Monochromatic Colors of #E01604
Black with #E01604
Text Example
Text Example
White with #E01604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01604; }
p { color: rgb(224,22,4); }
H1.HeaderClassName
{
color: #E01604;
}
.AnyTagClassName
{
color: #E01604;
}
</style>
background-color css
<style>
a { background-color: #E01604; }
a { background-color: rgb(224,22,4); }
div.DivClassName
{
background-color: #E01604;
}
.BgClassName
{
background-color: #E01604;
}
</style>
border-color css
<style>
span { border-color: #E01604; }
span { border-color: rgb(224,22,4); }
td.TdClassName
{
border-color: #E01604;
}
.TagClassName
{
border-color: #E01604;
}
</style>