Shades of Scarlet #E0160A
Tints of Scarlet #E0160A
RGB
CMYK
RGB Variations
Color information
#E0160A (or 0xE0160A) is known color: Scarlet. HEX triplet: E0, 16 and 0A. RGB value is (224,22,10). Sum of RGB (Red+Green+Blue) = 224+22+10=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E0160A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0160A is #1FE9F5. Grayscale: #515151. Windows color (decimal): -2091510 or 661216. OLE color: 661216.
HSL color Cylindrical-coordinate representation of color #E0160A: hue angle of 3.36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0160A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.12 |
| HSL | 3.36º | 0.91% | 0.46% | - |
| HSV(B) | 3.36º | 0.96% | 0.88% | - |
| XYZ | 31.08 | 16.44 | 1.82 | - |
| YUV | 81.03 | 87.92 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 10 | 0 | 0.90 | 0.96 | 0.12 | 3.36 | 0.91 | 0.46 |
| Hex | E0 | 16 | A | 0 | 5A | 60 | C | 3 | 5B | 2E |
| Octal | 340 | 26 | 12 | 0 | 132 | 140 | 14 | 3 | 133 | 56 |
| Binary | 11100000 | 10110 | 1010 | 0 | 1011010 | 1100000 | 1100 | 11 | 1011011 | 101110 |
Color Harmonies of #E0160A
Complementary color
Monochromatic Colors of #E0160A
Black with #E0160A
Text Example
Text Example
White with #E0160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0160A; }
p { color: rgb(224,22,10); }
H1.HeaderClassName
{
color: #E0160A;
}
.AnyTagClassName
{
color: #E0160A;
}
</style>
background-color css
<style>
a { background-color: #E0160A; }
a { background-color: rgb(224,22,10); }
div.DivClassName
{
background-color: #E0160A;
}
.BgClassName
{
background-color: #E0160A;
}
</style>
border-color css
<style>
span { border-color: #E0160A; }
span { border-color: rgb(224,22,10); }
td.TdClassName
{
border-color: #E0160A;
}
.TagClassName
{
border-color: #E0160A;
}
</style>