Shades of Scarlet #E62018
Tints of Scarlet #E62018
RGB
CMYK
RGB Variations
Color information
#E62018 (or 0xE62018) is known color: Scarlet. HEX triplet: E6, 20 and 18. RGB value is (230,32,24). Sum of RGB (Red+Green+Blue) = 230+32+24=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E62018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62018 is #19DFE7. Grayscale: #5A5A5A. Windows color (decimal): -1695720 or 1581286. OLE color: 1581286.
HSL color Cylindrical-coordinate representation of color #E62018: hue angle of 2.33º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E62018 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.10 |
| HSL | 2.33º | 0.81% | 0.5% | - |
| HSV(B) | 2.33º | 0.9% | 0.9% | - |
| XYZ | 33.31 | 17.92 | 2.57 | - |
| YUV | 90.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 24 | 0 | 0.86 | 0.90 | 0.10 | 2.33 | 0.81 | 0.5 |
| Hex | E6 | 20 | 18 | 0 | 56 | 5A | A | 2 | 51 | 32 |
| Octal | 346 | 40 | 30 | 0 | 126 | 132 | 12 | 2 | 121 | 62 |
| Binary | 11100110 | 100000 | 11000 | 0 | 1010110 | 1011010 | 1010 | 10 | 1010001 | 110010 |
Color Harmonies of #E62018
Complementary color
Monochromatic Colors of #E62018
Black with #E62018
Text Example
Text Example
White with #E62018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62018; }
p { color: rgb(230,32,24); }
H1.HeaderClassName
{
color: #E62018;
}
.AnyTagClassName
{
color: #E62018;
}
</style>
background-color css
<style>
a { background-color: #E62018; }
a { background-color: rgb(230,32,24); }
div.DivClassName
{
background-color: #E62018;
}
.BgClassName
{
background-color: #E62018;
}
</style>
border-color css
<style>
span { border-color: #E62018; }
span { border-color: rgb(230,32,24); }
td.TdClassName
{
border-color: #E62018;
}
.TagClassName
{
border-color: #E62018;
}
</style>