Shades of Scarlet #E62218
Tints of Scarlet #E62218
RGB
CMYK
RGB Variations
Color information
#E62218 (or 0xE62218) is known color: Scarlet. HEX triplet: E6, 22 and 18. RGB value is (230,34,24). Sum of RGB (Red+Green+Blue) = 230+34+24=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E62218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62218 is #19DDE7. Grayscale: #5B5B5B. Windows color (decimal): -1695208 or 1581798. OLE color: 1581798.
HSL color Cylindrical-coordinate representation of color #E62218: hue angle of 2.91º 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 #E62218 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.10 |
| HSL | 2.91º | 0.81% | 0.5% | - |
| HSV(B) | 2.91º | 0.9% | 0.9% | - |
| XYZ | 33.37 | 18.03 | 2.59 | - |
| YUV | 91.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 24 | 0 | 0.85 | 0.90 | 0.10 | 2.91 | 0.81 | 0.5 |
| Hex | E6 | 22 | 18 | 0 | 55 | 5A | A | 3 | 51 | 32 |
| Octal | 346 | 42 | 30 | 0 | 125 | 132 | 12 | 3 | 121 | 62 |
| Binary | 11100110 | 100010 | 11000 | 0 | 1010101 | 1011010 | 1010 | 11 | 1010001 | 110010 |
Color Harmonies of #E62218
Complementary color
Monochromatic Colors of #E62218
Black with #E62218
Text Example
Text Example
White with #E62218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62218; }
p { color: rgb(230,34,24); }
H1.HeaderClassName
{
color: #E62218;
}
.AnyTagClassName
{
color: #E62218;
}
</style>
background-color css
<style>
a { background-color: #E62218; }
a { background-color: rgb(230,34,24); }
div.DivClassName
{
background-color: #E62218;
}
.BgClassName
{
background-color: #E62218;
}
</style>
border-color css
<style>
span { border-color: #E62218; }
span { border-color: rgb(230,34,24); }
td.TdClassName
{
border-color: #E62218;
}
.TagClassName
{
border-color: #E62218;
}
</style>