Shades of Scarlet #E0170D
Tints of Scarlet #E0170D
RGB
CMYK
RGB Variations
Color information
#E0170D (or 0xE0170D) is known color: Scarlet. HEX triplet: E0, 17 and 0D. RGB value is (224,23,13). Sum of RGB (Red+Green+Blue) = 224+23+13=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E0170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0170D is #1FE8F2. Grayscale: #525252. Windows color (decimal): -2091251 or 858080. OLE color: 858080.
HSL color Cylindrical-coordinate representation of color #E0170D: hue angle of 2.84º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0170D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.12 |
| HSL | 2.84º | 0.89% | 0.46% | - |
| HSV(B) | 2.84º | 0.94% | 0.88% | - |
| XYZ | 31.12 | 16.49 | 1.92 | - |
| YUV | 81.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 13 | 0 | 0.90 | 0.94 | 0.12 | 2.84 | 0.89 | 0.46 |
| Hex | E0 | 17 | D | 0 | 5A | 5E | C | 3 | 59 | 2E |
| Octal | 340 | 27 | 15 | 0 | 132 | 136 | 14 | 3 | 131 | 56 |
| Binary | 11100000 | 10111 | 1101 | 0 | 1011010 | 1011110 | 1100 | 11 | 1011001 | 101110 |
Color Harmonies of #E0170D
Complementary color
Monochromatic Colors of #E0170D
Black with #E0170D
Text Example
Text Example
White with #E0170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0170D; }
p { color: rgb(224,23,13); }
H1.HeaderClassName
{
color: #E0170D;
}
.AnyTagClassName
{
color: #E0170D;
}
</style>
background-color css
<style>
a { background-color: #E0170D; }
a { background-color: rgb(224,23,13); }
div.DivClassName
{
background-color: #E0170D;
}
.BgClassName
{
background-color: #E0170D;
}
</style>
border-color css
<style>
span { border-color: #E0170D; }
span { border-color: rgb(224,23,13); }
td.TdClassName
{
border-color: #E0170D;
}
.TagClassName
{
border-color: #E0170D;
}
</style>