Shades of Scarlet #E01A0E
Tints of Scarlet #E01A0E
RGB
CMYK
RGB Variations
Color information
#E01A0E (or 0xE01A0E) is known color: Scarlet. HEX triplet: E0, 1A and 0E. RGB value is (224,26,14). Sum of RGB (Red+Green+Blue) = 224+26+14=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01A0E is #1FE5F1. Grayscale: #545454. Windows color (decimal): -2090482 or 924384. OLE color: 924384.
HSL color Cylindrical-coordinate representation of color #E01A0E: hue angle of 3.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E01A0E is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 14 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.12 |
| HSL | 3.43º | 0.88% | 0.47% | - |
| HSV(B) | 3.43º | 0.94% | 0.88% | - |
| XYZ | 31.19 | 16.62 | 1.98 | - |
| YUV | 83.83 | 88.6 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 14 | 0 | 0.88 | 0.94 | 0.12 | 3.43 | 0.88 | 0.47 |
| Hex | E0 | 1A | E | 0 | 58 | 5E | C | 3 | 58 | 2F |
| Octal | 340 | 32 | 16 | 0 | 130 | 136 | 14 | 3 | 130 | 57 |
| Binary | 11100000 | 11010 | 1110 | 0 | 1011000 | 1011110 | 1100 | 11 | 1011000 | 101111 |
Color Harmonies of #E01A0E
Complementary color
Monochromatic Colors of #E01A0E
Black with #E01A0E
Text Example
Text Example
White with #E01A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01A0E; }
p { color: rgb(224,26,14); }
H1.HeaderClassName
{
color: #E01A0E;
}
.AnyTagClassName
{
color: #E01A0E;
}
</style>
background-color css
<style>
a { background-color: #E01A0E; }
a { background-color: rgb(224,26,14); }
div.DivClassName
{
background-color: #E01A0E;
}
.BgClassName
{
background-color: #E01A0E;
}
</style>
border-color css
<style>
span { border-color: #E01A0E; }
span { border-color: rgb(224,26,14); }
td.TdClassName
{
border-color: #E01A0E;
}
.TagClassName
{
border-color: #E01A0E;
}
</style>