Shades of Scarlet #E51D0D
Tints of Scarlet #E51D0D
RGB
CMYK
RGB Variations
Color information
#E51D0D (or 0xE51D0D) is known color: Scarlet. HEX triplet: E5, 1D and 0D. RGB value is (229,29,13). Sum of RGB (Red+Green+Blue) = 229+29+13=271 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.50% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51D0D is #1AE2F2. Grayscale: #575757. Windows color (decimal): -1762035 or 859621. OLE color: 859621.
HSL color Cylindrical-coordinate representation of color #E51D0D: hue angle of 4.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E51D0D is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 13 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.10 |
| HSL | 4.44º | 0.89% | 0.47% | - |
| HSV(B) | 4.44º | 0.94% | 0.9% | - |
| XYZ | 32.83 | 17.57 | 2.04 | - |
| YUV | 86.98 | 86.26 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 13 | 0 | 0.87 | 0.94 | 0.10 | 4.44 | 0.89 | 0.47 |
| Hex | E5 | 1D | D | 0 | 57 | 5E | A | 4 | 59 | 2F |
| Octal | 345 | 35 | 15 | 0 | 127 | 136 | 12 | 4 | 131 | 57 |
| Binary | 11100101 | 11101 | 1101 | 0 | 1010111 | 1011110 | 1010 | 100 | 1011001 | 101111 |
Color Harmonies of #E51D0D
Complementary color
Monochromatic Colors of #E51D0D
Black with #E51D0D
Text Example
Text Example
White with #E51D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51D0D; }
p { color: rgb(229,29,13); }
H1.HeaderClassName
{
color: #E51D0D;
}
.AnyTagClassName
{
color: #E51D0D;
}
</style>
background-color css
<style>
a { background-color: #E51D0D; }
a { background-color: rgb(229,29,13); }
div.DivClassName
{
background-color: #E51D0D;
}
.BgClassName
{
background-color: #E51D0D;
}
</style>
border-color css
<style>
span { border-color: #E51D0D; }
span { border-color: rgb(229,29,13); }
td.TdClassName
{
border-color: #E51D0D;
}
.TagClassName
{
border-color: #E51D0D;
}
</style>