Shades of Scarlet #E81D18
Tints of Scarlet #E81D18
RGB
CMYK
RGB Variations
Color information
#E81D18 (or 0xE81D18) is known color: Scarlet. HEX triplet: E8, 1D and 18. RGB value is (232,29,24). Sum of RGB (Red+Green+Blue) = 232+29+24=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E81D18 is #17E2E7. Grayscale: #595959. Windows color (decimal): -1565416 or 1580520. OLE color: 1580520.
HSL color Cylindrical-coordinate representation of color #E81D18: hue angle of 1.44º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81D18 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 24 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.09 |
| HSL | 1.44º | 0.82% | 0.5% | - |
| HSV(B) | 1.44º | 0.9% | 0.91% | - |
| XYZ | 33.88 | 18.1 | 2.57 | - |
| YUV | 89.13 | 91.25 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 24 | 0 | 0.88 | 0.90 | 0.09 | 1.44 | 0.82 | 0.5 |
| Hex | E8 | 1D | 18 | 0 | 58 | 5A | 9 | 1 | 52 | 32 |
| Octal | 350 | 35 | 30 | 0 | 130 | 132 | 11 | 1 | 122 | 62 |
| Binary | 11101000 | 11101 | 11000 | 0 | 1011000 | 1011010 | 1001 | 1 | 1010010 | 110010 |
Color Harmonies of #E81D18
Complementary color
Monochromatic Colors of #E81D18
Black with #E81D18
Text Example
Text Example
White with #E81D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D18; }
p { color: rgb(232,29,24); }
H1.HeaderClassName
{
color: #E81D18;
}
.AnyTagClassName
{
color: #E81D18;
}
</style>
background-color css
<style>
a { background-color: #E81D18; }
a { background-color: rgb(232,29,24); }
div.DivClassName
{
background-color: #E81D18;
}
.BgClassName
{
background-color: #E81D18;
}
</style>
border-color css
<style>
span { border-color: #E81D18; }
span { border-color: rgb(232,29,24); }
td.TdClassName
{
border-color: #E81D18;
}
.TagClassName
{
border-color: #E81D18;
}
</style>