Shades of Scarlet #E0160B
Tints of Scarlet #E0160B
RGB
CMYK
RGB Variations
Color information
#E0160B (or 0xE0160B) is known color: Scarlet. HEX triplet: E0, 16 and 0B. RGB value is (224,22,11). Sum of RGB (Red+Green+Blue) = 224+22+11=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E0160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0160B is #1FE9F4. Grayscale: #515151. Windows color (decimal): -2091509 or 726752. OLE color: 726752.
HSL color Cylindrical-coordinate representation of color #E0160B: hue angle of 3.1º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0160B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.12 |
| HSL | 3.1º | 0.91% | 0.46% | - |
| HSV(B) | 3.1º | 0.95% | 0.88% | - |
| XYZ | 31.09 | 16.45 | 1.85 | - |
| YUV | 81.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 11 | 0 | 0.90 | 0.95 | 0.12 | 3.1 | 0.91 | 0.46 |
| Hex | E0 | 16 | B | 0 | 5A | 5F | C | 3 | 5B | 2E |
| Octal | 340 | 26 | 13 | 0 | 132 | 137 | 14 | 3 | 133 | 56 |
| Binary | 11100000 | 10110 | 1011 | 0 | 1011010 | 1011111 | 1100 | 11 | 1011011 | 101110 |
Color Harmonies of #E0160B
Complementary color
Monochromatic Colors of #E0160B
Black with #E0160B
Text Example
Text Example
White with #E0160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0160B; }
p { color: rgb(224,22,11); }
H1.HeaderClassName
{
color: #E0160B;
}
.AnyTagClassName
{
color: #E0160B;
}
</style>
background-color css
<style>
a { background-color: #E0160B; }
a { background-color: rgb(224,22,11); }
div.DivClassName
{
background-color: #E0160B;
}
.BgClassName
{
background-color: #E0160B;
}
</style>
border-color css
<style>
span { border-color: #E0160B; }
span { border-color: rgb(224,22,11); }
td.TdClassName
{
border-color: #E0160B;
}
.TagClassName
{
border-color: #E0160B;
}
</style>