Shades of Scarlet #E62217
Tints of Scarlet #E62217
RGB
CMYK
RGB Variations
Color information
#E62217 (or 0xE62217) is known color: Scarlet. HEX triplet: E6, 22 and 17. RGB value is (230,34,23). Sum of RGB (Red+Green+Blue) = 230+34+23=287 (38% of max value = 765). Red value is 230 (90.23% from 255 or 80.14% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 230 - color contains mainly: red. Hex color #E62217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62217 is #19DDE8. Grayscale: #5B5B5B. Windows color (decimal): -1695209 or 1516262. OLE color: 1516262.
HSL color Cylindrical-coordinate representation of color #E62217: hue angle of 3.19º degrees, saturation: 0.82, 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 #E62217 is Cyan = 0, Magento = 0.85, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 23 | - |
| CMYK | 0 | 0.85 | 0.9 | 0.10 |
| HSL | 3.19º | 0.82% | 0.5% | - |
| HSV(B) | 3.19º | 0.9% | 0.9% | - |
| XYZ | 33.36 | 18.03 | 2.53 | - |
| YUV | 91.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 23 | 0 | 0.85 | 0.9 | 0.10 | 3.19 | 0.82 | 0.5 |
| Hex | E6 | 22 | 17 | 0 | 55 | 5A | A | 3 | 52 | 32 |
| Octal | 346 | 42 | 27 | 0 | 125 | 132 | 12 | 3 | 122 | 62 |
| Binary | 11100110 | 100010 | 10111 | 0 | 1010101 | 1011010 | 1010 | 11 | 1010010 | 110010 |
Color Harmonies of #E62217
Complementary color
Monochromatic Colors of #E62217
Black with #E62217
Text Example
Text Example
White with #E62217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62217; }
p { color: rgb(230,34,23); }
H1.HeaderClassName
{
color: #E62217;
}
.AnyTagClassName
{
color: #E62217;
}
</style>
background-color css
<style>
a { background-color: #E62217; }
a { background-color: rgb(230,34,23); }
div.DivClassName
{
background-color: #E62217;
}
.BgClassName
{
background-color: #E62217;
}
</style>
border-color css
<style>
span { border-color: #E62217; }
span { border-color: rgb(230,34,23); }
td.TdClassName
{
border-color: #E62217;
}
.TagClassName
{
border-color: #E62217;
}
</style>