Shades of Scarlet #E4150E
Tints of Scarlet #E4150E
RGB
CMYK
RGB Variations
Color information
#E4150E (or 0xE4150E) is known color: Scarlet. HEX triplet: E4, 15 and 0E. RGB value is (228,21,14). Sum of RGB (Red+Green+Blue) = 228+21+14=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E4150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4150E is #1BEAF1. Grayscale: #525252. Windows color (decimal): -1829618 or 923108. OLE color: 923108.
HSL color Cylindrical-coordinate representation of color #E4150E: hue angle of 1.96º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4150E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.11 |
| HSL | 1.96º | 0.88% | 0.47% | - |
| HSV(B) | 1.96º | 0.94% | 0.89% | - |
| XYZ | 32.34 | 17.06 | 2 | - |
| YUV | 82.1 | 89.58 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 14 | 0 | 0.91 | 0.94 | 0.11 | 1.96 | 0.88 | 0.47 |
| Hex | E4 | 15 | E | 0 | 5B | 5E | B | 2 | 58 | 2F |
| Octal | 344 | 25 | 16 | 0 | 133 | 136 | 13 | 2 | 130 | 57 |
| Binary | 11100100 | 10101 | 1110 | 0 | 1011011 | 1011110 | 1011 | 10 | 1011000 | 101111 |
Color Harmonies of #E4150E
Complementary color
Monochromatic Colors of #E4150E
Black with #E4150E
Text Example
Text Example
White with #E4150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4150E; }
p { color: rgb(228,21,14); }
H1.HeaderClassName
{
color: #E4150E;
}
.AnyTagClassName
{
color: #E4150E;
}
</style>
background-color css
<style>
a { background-color: #E4150E; }
a { background-color: rgb(228,21,14); }
div.DivClassName
{
background-color: #E4150E;
}
.BgClassName
{
background-color: #E4150E;
}
</style>
border-color css
<style>
span { border-color: #E4150E; }
span { border-color: rgb(228,21,14); }
td.TdClassName
{
border-color: #E4150E;
}
.TagClassName
{
border-color: #E4150E;
}
</style>