Shades of Scarlet #E4180E
Tints of Scarlet #E4180E
RGB
CMYK
RGB Variations
Color information
#E4180E (or 0xE4180E) is known color: Scarlet. HEX triplet: E4, 18 and 0E. RGB value is (228,24,14). Sum of RGB (Red+Green+Blue) = 228+24+14=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E4180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4180E is #1BE7F1. Grayscale: #545454. Windows color (decimal): -1828850 or 923876. OLE color: 923876.
HSL color Cylindrical-coordinate representation of color #E4180E: hue angle of 2.8º 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 #E4180E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.11 |
| HSL | 2.8º | 0.88% | 0.47% | - |
| HSV(B) | 2.8º | 0.94% | 0.89% | - |
| XYZ | 32.4 | 17.18 | 2.02 | - |
| YUV | 83.86 | 88.59 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 14 | 0 | 0.89 | 0.94 | 0.11 | 2.8 | 0.88 | 0.47 |
| Hex | E4 | 18 | E | 0 | 59 | 5E | B | 3 | 58 | 2F |
| Octal | 344 | 30 | 16 | 0 | 131 | 136 | 13 | 3 | 130 | 57 |
| Binary | 11100100 | 11000 | 1110 | 0 | 1011001 | 1011110 | 1011 | 11 | 1011000 | 101111 |
Color Harmonies of #E4180E
Complementary color
Monochromatic Colors of #E4180E
Black with #E4180E
Text Example
Text Example
White with #E4180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4180E; }
p { color: rgb(228,24,14); }
H1.HeaderClassName
{
color: #E4180E;
}
.AnyTagClassName
{
color: #E4180E;
}
</style>
background-color css
<style>
a { background-color: #E4180E; }
a { background-color: rgb(228,24,14); }
div.DivClassName
{
background-color: #E4180E;
}
.BgClassName
{
background-color: #E4180E;
}
</style>
border-color css
<style>
span { border-color: #E4180E; }
span { border-color: rgb(228,24,14); }
td.TdClassName
{
border-color: #E4180E;
}
.TagClassName
{
border-color: #E4180E;
}
</style>