Shades of Scarlet #E71D0D
Tints of Scarlet #E71D0D
RGB
CMYK
RGB Variations
Color information
#E71D0D (or 0xE71D0D) is known color: Scarlet. HEX triplet: E7, 1D and 0D. RGB value is (231,29,13). Sum of RGB (Red+Green+Blue) = 231+29+13=273 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.62% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71D0D is #18E2F2. Grayscale: #575757. Windows color (decimal): -1630963 or 859623. OLE color: 859623.
HSL color Cylindrical-coordinate representation of color #E71D0D: hue angle of 4.4º 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 #E71D0D is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 13 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.09 |
| HSL | 4.4º | 0.89% | 0.48% | - |
| HSV(B) | 4.4º | 0.94% | 0.91% | - |
| XYZ | 33.47 | 17.9 | 2.07 | - |
| YUV | 87.57 | 85.92 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 13 | 0 | 0.87 | 0.94 | 0.09 | 4.4 | 0.89 | 0.48 |
| Hex | E7 | 1D | D | 0 | 57 | 5E | 9 | 4 | 59 | 30 |
| Octal | 347 | 35 | 15 | 0 | 127 | 136 | 11 | 4 | 131 | 60 |
| Binary | 11100111 | 11101 | 1101 | 0 | 1010111 | 1011110 | 1001 | 100 | 1011001 | 110000 |
Color Harmonies of #E71D0D
Complementary color
Monochromatic Colors of #E71D0D
Black with #E71D0D
Text Example
Text Example
White with #E71D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D0D; }
p { color: rgb(231,29,13); }
H1.HeaderClassName
{
color: #E71D0D;
}
.AnyTagClassName
{
color: #E71D0D;
}
</style>
background-color css
<style>
a { background-color: #E71D0D; }
a { background-color: rgb(231,29,13); }
div.DivClassName
{
background-color: #E71D0D;
}
.BgClassName
{
background-color: #E71D0D;
}
</style>
border-color css
<style>
span { border-color: #E71D0D; }
span { border-color: rgb(231,29,13); }
td.TdClassName
{
border-color: #E71D0D;
}
.TagClassName
{
border-color: #E71D0D;
}
</style>