Shades of Scarlet #E0150E
Tints of Scarlet #E0150E
RGB
CMYK
RGB Variations
Color information
#E0150E (or 0xE0150E) is known color: Scarlet. HEX triplet: E0, 15 and 0E. RGB value is (224,21,14). Sum of RGB (Red+Green+Blue) = 224+21+14=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E0150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0150E is #1FEAF1. Grayscale: #515151. Windows color (decimal): -2091762 or 923104. OLE color: 923104.
HSL color Cylindrical-coordinate representation of color #E0150E: hue angle of 2º 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 #E0150E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.12 |
| HSL | 2º | 0.88% | 0.47% | - |
| HSV(B) | 2º | 0.94% | 0.88% | - |
| XYZ | 31.09 | 16.42 | 1.95 | - |
| YUV | 80.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 14 | 0 | 0.91 | 0.94 | 0.12 | 2 | 0.88 | 0.47 |
| Hex | E0 | 15 | E | 0 | 5B | 5E | C | 2 | 58 | 2F |
| Octal | 340 | 25 | 16 | 0 | 133 | 136 | 14 | 2 | 130 | 57 |
| Binary | 11100000 | 10101 | 1110 | 0 | 1011011 | 1011110 | 1100 | 10 | 1011000 | 101111 |
Color Harmonies of #E0150E
Complementary color
Monochromatic Colors of #E0150E
Black with #E0150E
Text Example
Text Example
White with #E0150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0150E; }
p { color: rgb(224,21,14); }
H1.HeaderClassName
{
color: #E0150E;
}
.AnyTagClassName
{
color: #E0150E;
}
</style>
background-color css
<style>
a { background-color: #E0150E; }
a { background-color: rgb(224,21,14); }
div.DivClassName
{
background-color: #E0150E;
}
.BgClassName
{
background-color: #E0150E;
}
</style>
border-color css
<style>
span { border-color: #E0150E; }
span { border-color: rgb(224,21,14); }
td.TdClassName
{
border-color: #E0150E;
}
.TagClassName
{
border-color: #E0150E;
}
</style>