Shades of Scarlet #E01408
Tints of Scarlet #E01408
RGB
CMYK
RGB Variations
Color information
#E01408 (or 0xE01408) is known color: Scarlet. HEX triplet: E0, 14 and 08. RGB value is (224,20,8). Sum of RGB (Red+Green+Blue) = 224+20+8=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E01408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01408 is #1FEBF7. Grayscale: #4F4F4F. Windows color (decimal): -2092024 or 529632. OLE color: 529632.
HSL color Cylindrical-coordinate representation of color #E01408: hue angle of 3.33º 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 #E01408 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.12 |
| HSL | 3.33º | 0.93% | 0.45% | - |
| HSV(B) | 3.33º | 0.96% | 0.88% | - |
| XYZ | 31.03 | 16.37 | 1.75 | - |
| YUV | 79.63 | 87.59 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 8 | 0 | 0.91 | 0.96 | 0.12 | 3.33 | 0.93 | 0.45 |
| Hex | E0 | 14 | 8 | 0 | 5B | 60 | C | 3 | 5D | 2D |
| Octal | 340 | 24 | 10 | 0 | 133 | 140 | 14 | 3 | 135 | 55 |
| Binary | 11100000 | 10100 | 1000 | 0 | 1011011 | 1100000 | 1100 | 11 | 1011101 | 101101 |
Color Harmonies of #E01408
Complementary color
Monochromatic Colors of #E01408
Black with #E01408
Text Example
Text Example
White with #E01408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01408; }
p { color: rgb(224,20,8); }
H1.HeaderClassName
{
color: #E01408;
}
.AnyTagClassName
{
color: #E01408;
}
</style>
background-color css
<style>
a { background-color: #E01408; }
a { background-color: rgb(224,20,8); }
div.DivClassName
{
background-color: #E01408;
}
.BgClassName
{
background-color: #E01408;
}
</style>
border-color css
<style>
span { border-color: #E01408; }
span { border-color: rgb(224,20,8); }
td.TdClassName
{
border-color: #E01408;
}
.TagClassName
{
border-color: #E01408;
}
</style>