Shades of Scarlet #E82118
Tints of Scarlet #E82118
RGB
CMYK
RGB Variations
Color information
#E82118 (or 0xE82118) is known color: Scarlet. HEX triplet: E8, 21 and 18. RGB value is (232,33,24). Sum of RGB (Red+Green+Blue) = 232+33+24=289 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.28% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 232 - color contains mainly: red. Hex color #E82118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82118 is #17DEE7. Grayscale: #5B5B5B. Windows color (decimal): -1564392 or 1581544. OLE color: 1581544.
HSL color Cylindrical-coordinate representation of color #E82118: hue angle of 2.6º 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 #E82118 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.09 |
| HSL | 2.6º | 0.82% | 0.5% | - |
| HSV(B) | 2.6º | 0.9% | 0.91% | - |
| XYZ | 33.99 | 18.31 | 2.61 | - |
| YUV | 91.48 | 89.93 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 24 | 0 | 0.86 | 0.90 | 0.09 | 2.6 | 0.82 | 0.5 |
| Hex | E8 | 21 | 18 | 0 | 56 | 5A | 9 | 3 | 52 | 32 |
| Octal | 350 | 41 | 30 | 0 | 126 | 132 | 11 | 3 | 122 | 62 |
| Binary | 11101000 | 100001 | 11000 | 0 | 1010110 | 1011010 | 1001 | 11 | 1010010 | 110010 |
Color Harmonies of #E82118
Complementary color
Monochromatic Colors of #E82118
Black with #E82118
Text Example
Text Example
White with #E82118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82118; }
p { color: rgb(232,33,24); }
H1.HeaderClassName
{
color: #E82118;
}
.AnyTagClassName
{
color: #E82118;
}
</style>
background-color css
<style>
a { background-color: #E82118; }
a { background-color: rgb(232,33,24); }
div.DivClassName
{
background-color: #E82118;
}
.BgClassName
{
background-color: #E82118;
}
</style>
border-color css
<style>
span { border-color: #E82118; }
span { border-color: rgb(232,33,24); }
td.TdClassName
{
border-color: #E82118;
}
.TagClassName
{
border-color: #E82118;
}
</style>