Shades of Scarlet #E0140E
Tints of Scarlet #E0140E
RGB
CMYK
RGB Variations
Color information
#E0140E (or 0xE0140E) is known color: Scarlet. HEX triplet: E0, 14 and 0E. RGB value is (224,20,14). Sum of RGB (Red+Green+Blue) = 224+20+14=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E0140E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0140E is #1FEBF1. Grayscale: #505050. Windows color (decimal): -2092018 or 922848. OLE color: 922848.
HSL color Cylindrical-coordinate representation of color #E0140E: hue angle of 1.71º 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 #E0140E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.12 |
| HSL | 1.71º | 0.88% | 0.47% | - |
| HSV(B) | 1.71º | 0.94% | 0.88% | - |
| XYZ | 31.07 | 16.38 | 1.94 | - |
| YUV | 80.31 | 90.59 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 14 | 0 | 0.91 | 0.94 | 0.12 | 1.71 | 0.88 | 0.47 |
| Hex | E0 | 14 | E | 0 | 5B | 5E | C | 2 | 58 | 2F |
| Octal | 340 | 24 | 16 | 0 | 133 | 136 | 14 | 2 | 130 | 57 |
| Binary | 11100000 | 10100 | 1110 | 0 | 1011011 | 1011110 | 1100 | 10 | 1011000 | 101111 |
Color Harmonies of #E0140E
Complementary color
Monochromatic Colors of #E0140E
Black with #E0140E
Text Example
Text Example
White with #E0140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0140E; }
p { color: rgb(224,20,14); }
H1.HeaderClassName
{
color: #E0140E;
}
.AnyTagClassName
{
color: #E0140E;
}
</style>
background-color css
<style>
a { background-color: #E0140E; }
a { background-color: rgb(224,20,14); }
div.DivClassName
{
background-color: #E0140E;
}
.BgClassName
{
background-color: #E0140E;
}
</style>
border-color css
<style>
span { border-color: #E0140E; }
span { border-color: rgb(224,20,14); }
td.TdClassName
{
border-color: #E0140E;
}
.TagClassName
{
border-color: #E0140E;
}
</style>