Shades of Scarlet #E7150D
Tints of Scarlet #E7150D
RGB
CMYK
RGB Variations
Color information
#E7150D (or 0xE7150D) is known color: Scarlet. HEX triplet: E7, 15 and 0D. RGB value is (231,21,13). Sum of RGB (Red+Green+Blue) = 231+21+13=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E7150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7150D is #18EAF2. Grayscale: #535353. Windows color (decimal): -1633011 or 857575. OLE color: 857575.
HSL color Cylindrical-coordinate representation of color #E7150D: hue angle of 2.2º 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 #E7150D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.09 |
| HSL | 2.2º | 0.89% | 0.48% | - |
| HSV(B) | 2.2º | 0.94% | 0.91% | - |
| XYZ | 33.3 | 17.55 | 2.01 | - |
| YUV | 82.88 | 88.57 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 13 | 0 | 0.91 | 0.94 | 0.09 | 2.2 | 0.89 | 0.48 |
| Hex | E7 | 15 | D | 0 | 5B | 5E | 9 | 2 | 59 | 30 |
| Octal | 347 | 25 | 15 | 0 | 133 | 136 | 11 | 2 | 131 | 60 |
| Binary | 11100111 | 10101 | 1101 | 0 | 1011011 | 1011110 | 1001 | 10 | 1011001 | 110000 |
Color Harmonies of #E7150D
Complementary color
Monochromatic Colors of #E7150D
Black with #E7150D
Text Example
Text Example
White with #E7150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7150D; }
p { color: rgb(231,21,13); }
H1.HeaderClassName
{
color: #E7150D;
}
.AnyTagClassName
{
color: #E7150D;
}
</style>
background-color css
<style>
a { background-color: #E7150D; }
a { background-color: rgb(231,21,13); }
div.DivClassName
{
background-color: #E7150D;
}
.BgClassName
{
background-color: #E7150D;
}
</style>
border-color css
<style>
span { border-color: #E7150D; }
span { border-color: rgb(231,21,13); }
td.TdClassName
{
border-color: #E7150D;
}
.TagClassName
{
border-color: #E7150D;
}
</style>