Shades of Scarlet #E7170D
Tints of Scarlet #E7170D
RGB
CMYK
RGB Variations
Color information
#E7170D (or 0xE7170D) is known color: Scarlet. HEX triplet: E7, 17 and 0D. RGB value is (231,23,13). Sum of RGB (Red+Green+Blue) = 231+23+13=267 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.52% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 231 - color contains mainly: red. Hex color #E7170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7170D is #18E8F2. Grayscale: #545454. Windows color (decimal): -1632499 or 858087. OLE color: 858087.
HSL color Cylindrical-coordinate representation of color #E7170D: hue angle of 2.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7170D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.09 |
| HSL | 2.75º | 0.89% | 0.48% | - |
| HSV(B) | 2.75º | 0.94% | 0.91% | - |
| XYZ | 33.33 | 17.63 | 2.03 | - |
| YUV | 84.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 13 | 0 | 0.90 | 0.94 | 0.09 | 2.75 | 0.89 | 0.48 |
| Hex | E7 | 17 | D | 0 | 5A | 5E | 9 | 3 | 59 | 30 |
| Octal | 347 | 27 | 15 | 0 | 132 | 136 | 11 | 3 | 131 | 60 |
| Binary | 11100111 | 10111 | 1101 | 0 | 1011010 | 1011110 | 1001 | 11 | 1011001 | 110000 |
Color Harmonies of #E7170D
Complementary color
Monochromatic Colors of #E7170D
Black with #E7170D
Text Example
Text Example
White with #E7170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7170D; }
p { color: rgb(231,23,13); }
H1.HeaderClassName
{
color: #E7170D;
}
.AnyTagClassName
{
color: #E7170D;
}
</style>
background-color css
<style>
a { background-color: #E7170D; }
a { background-color: rgb(231,23,13); }
div.DivClassName
{
background-color: #E7170D;
}
.BgClassName
{
background-color: #E7170D;
}
</style>
border-color css
<style>
span { border-color: #E7170D; }
span { border-color: rgb(231,23,13); }
td.TdClassName
{
border-color: #E7170D;
}
.TagClassName
{
border-color: #E7170D;
}
</style>