Shades of Scarlet #E71D0A
Tints of Scarlet #E71D0A
RGB
CMYK
RGB Variations
Color information
#E71D0A (or 0xE71D0A) is known color: Scarlet. HEX triplet: E7, 1D and 0A. RGB value is (231,29,10). Sum of RGB (Red+Green+Blue) = 231+29+10=270 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.56% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71D0A is #18E2F5. Grayscale: #575757. Windows color (decimal): -1630966 or 663015. OLE color: 663015.
HSL color Cylindrical-coordinate representation of color #E71D0A: hue angle of 5.16º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E71D0A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 29 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.09 |
| HSL | 5.16º | 0.92% | 0.47% | - |
| HSV(B) | 5.16º | 0.96% | 0.91% | - |
| XYZ | 33.45 | 17.89 | 1.98 | - |
| YUV | 87.23 | 84.42 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 29 | 10 | 0 | 0.87 | 0.96 | 0.09 | 5.16 | 0.92 | 0.47 |
| Hex | E7 | 1D | A | 0 | 57 | 60 | 9 | 5 | 5C | 2F |
| Octal | 347 | 35 | 12 | 0 | 127 | 140 | 11 | 5 | 134 | 57 |
| Binary | 11100111 | 11101 | 1010 | 0 | 1010111 | 1100000 | 1001 | 101 | 1011100 | 101111 |
Color Harmonies of #E71D0A
Complementary color
Monochromatic Colors of #E71D0A
Black with #E71D0A
Text Example
Text Example
White with #E71D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71D0A; }
p { color: rgb(231,29,10); }
H1.HeaderClassName
{
color: #E71D0A;
}
.AnyTagClassName
{
color: #E71D0A;
}
</style>
background-color css
<style>
a { background-color: #E71D0A; }
a { background-color: rgb(231,29,10); }
div.DivClassName
{
background-color: #E71D0A;
}
.BgClassName
{
background-color: #E71D0A;
}
</style>
border-color css
<style>
span { border-color: #E71D0A; }
span { border-color: rgb(231,29,10); }
td.TdClassName
{
border-color: #E71D0A;
}
.TagClassName
{
border-color: #E71D0A;
}
</style>