Shades of Scarlet #E01608
Tints of Scarlet #E01608
RGB
CMYK
RGB Variations
Color information
#E01608 (or 0xE01608) is known color: Scarlet. HEX triplet: E0, 16 and 08. RGB value is (224,22,8). Sum of RGB (Red+Green+Blue) = 224+22+8=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E01608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01608 is #1FE9F7. Grayscale: #515151. Windows color (decimal): -2091512 or 530144. OLE color: 530144.
HSL color Cylindrical-coordinate representation of color #E01608: hue angle of 3.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E01608 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.12 |
| HSL | 3.89º | 0.93% | 0.45% | - |
| HSV(B) | 3.89º | 0.96% | 0.88% | - |
| XYZ | 31.07 | 16.44 | 1.77 | - |
| YUV | 80.8 | 86.92 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 8 | 0 | 0.90 | 0.96 | 0.12 | 3.89 | 0.93 | 0.45 |
| Hex | E0 | 16 | 8 | 0 | 5A | 60 | C | 4 | 5D | 2D |
| Octal | 340 | 26 | 10 | 0 | 132 | 140 | 14 | 4 | 135 | 55 |
| Binary | 11100000 | 10110 | 1000 | 0 | 1011010 | 1100000 | 1100 | 100 | 1011101 | 101101 |
Color Harmonies of #E01608
Complementary color
Monochromatic Colors of #E01608
Black with #E01608
Text Example
Text Example
White with #E01608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01608; }
p { color: rgb(224,22,8); }
H1.HeaderClassName
{
color: #E01608;
}
.AnyTagClassName
{
color: #E01608;
}
</style>
background-color css
<style>
a { background-color: #E01608; }
a { background-color: rgb(224,22,8); }
div.DivClassName
{
background-color: #E01608;
}
.BgClassName
{
background-color: #E01608;
}
</style>
border-color css
<style>
span { border-color: #E01608; }
span { border-color: rgb(224,22,8); }
td.TdClassName
{
border-color: #E01608;
}
.TagClassName
{
border-color: #E01608;
}
</style>