Shades of Scarlet #E01610
Tints of Scarlet #E01610
RGB
CMYK
RGB Variations
Color information
#E01610 (or 0xE01610) is known color: Scarlet. HEX triplet: E0, 16 and 10. RGB value is (224,22,16). Sum of RGB (Red+Green+Blue) = 224+22+16=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E01610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01610 is #1FE9EF. Grayscale: #515151. Windows color (decimal): -2091504 or 1054432. OLE color: 1054432.
HSL color Cylindrical-coordinate representation of color #E01610: hue angle of 1.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01610 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.12 |
| HSL | 1.73º | 0.87% | 0.47% | - |
| HSV(B) | 1.73º | 0.93% | 0.88% | - |
| XYZ | 31.12 | 16.46 | 2.03 | - |
| YUV | 81.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 16 | 0 | 0.90 | 0.93 | 0.12 | 1.73 | 0.87 | 0.47 |
| Hex | E0 | 16 | 10 | 0 | 5A | 5D | C | 2 | 57 | 2F |
| Octal | 340 | 26 | 20 | 0 | 132 | 135 | 14 | 2 | 127 | 57 |
| Binary | 11100000 | 10110 | 10000 | 0 | 1011010 | 1011101 | 1100 | 10 | 1010111 | 101111 |
Color Harmonies of #E01610
Complementary color
Monochromatic Colors of #E01610
Black with #E01610
Text Example
Text Example
White with #E01610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01610; }
p { color: rgb(224,22,16); }
H1.HeaderClassName
{
color: #E01610;
}
.AnyTagClassName
{
color: #E01610;
}
</style>
background-color css
<style>
a { background-color: #E01610; }
a { background-color: rgb(224,22,16); }
div.DivClassName
{
background-color: #E01610;
}
.BgClassName
{
background-color: #E01610;
}
</style>
border-color css
<style>
span { border-color: #E01610; }
span { border-color: rgb(224,22,16); }
td.TdClassName
{
border-color: #E01610;
}
.TagClassName
{
border-color: #E01610;
}
</style>