Shades of Scarlet #E01708
Tints of Scarlet #E01708
RGB
CMYK
RGB Variations
Color information
#E01708 (or 0xE01708) is known color: Scarlet. HEX triplet: E0, 17 and 08. RGB value is (224,23,8). Sum of RGB (Red+Green+Blue) = 224+23+8=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E01708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01708 is #1FE8F7. Grayscale: #515151. Windows color (decimal): -2091256 or 530400. OLE color: 530400.
HSL color Cylindrical-coordinate representation of color #E01708: hue angle of 4.17º 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 #E01708 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.12 |
| HSL | 4.17º | 0.93% | 0.45% | - |
| HSV(B) | 4.17º | 0.96% | 0.88% | - |
| XYZ | 31.09 | 16.48 | 1.77 | - |
| YUV | 81.39 | 86.59 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 8 | 0 | 0.90 | 0.96 | 0.12 | 4.17 | 0.93 | 0.45 |
| Hex | E0 | 17 | 8 | 0 | 5A | 60 | C | 4 | 5D | 2D |
| Octal | 340 | 27 | 10 | 0 | 132 | 140 | 14 | 4 | 135 | 55 |
| Binary | 11100000 | 10111 | 1000 | 0 | 1011010 | 1100000 | 1100 | 100 | 1011101 | 101101 |
Color Harmonies of #E01708
Complementary color
Monochromatic Colors of #E01708
Black with #E01708
Text Example
Text Example
White with #E01708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01708; }
p { color: rgb(224,23,8); }
H1.HeaderClassName
{
color: #E01708;
}
.AnyTagClassName
{
color: #E01708;
}
</style>
background-color css
<style>
a { background-color: #E01708; }
a { background-color: rgb(224,23,8); }
div.DivClassName
{
background-color: #E01708;
}
.BgClassName
{
background-color: #E01708;
}
</style>
border-color css
<style>
span { border-color: #E01708; }
span { border-color: rgb(224,23,8); }
td.TdClassName
{
border-color: #E01708;
}
.TagClassName
{
border-color: #E01708;
}
</style>