Shades of Scarlet #E51D0A
Tints of Scarlet #E51D0A
RGB
CMYK
RGB Variations
Color information
#E51D0A (or 0xE51D0A) is known color: Scarlet. HEX triplet: E5, 1D and 0A. RGB value is (229,29,10). Sum of RGB (Red+Green+Blue) = 229+29+10=268 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.45% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51D0A is #1AE2F5. Grayscale: #565656. Windows color (decimal): -1762038 or 663013. OLE color: 663013.
HSL color Cylindrical-coordinate representation of color #E51D0A: hue angle of 5.21º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E51D0A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 29 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.10 |
| HSL | 5.21º | 0.92% | 0.47% | - |
| HSV(B) | 5.21º | 0.96% | 0.9% | - |
| XYZ | 32.81 | 17.56 | 1.95 | - |
| YUV | 86.63 | 84.76 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 29 | 10 | 0 | 0.87 | 0.96 | 0.10 | 5.21 | 0.92 | 0.47 |
| Hex | E5 | 1D | A | 0 | 57 | 60 | A | 5 | 5C | 2F |
| Octal | 345 | 35 | 12 | 0 | 127 | 140 | 12 | 5 | 134 | 57 |
| Binary | 11100101 | 11101 | 1010 | 0 | 1010111 | 1100000 | 1010 | 101 | 1011100 | 101111 |
Color Harmonies of #E51D0A
Complementary color
Monochromatic Colors of #E51D0A
Black with #E51D0A
Text Example
Text Example
White with #E51D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51D0A; }
p { color: rgb(229,29,10); }
H1.HeaderClassName
{
color: #E51D0A;
}
.AnyTagClassName
{
color: #E51D0A;
}
</style>
background-color css
<style>
a { background-color: #E51D0A; }
a { background-color: rgb(229,29,10); }
div.DivClassName
{
background-color: #E51D0A;
}
.BgClassName
{
background-color: #E51D0A;
}
</style>
border-color css
<style>
span { border-color: #E51D0A; }
span { border-color: rgb(229,29,10); }
td.TdClassName
{
border-color: #E51D0A;
}
.TagClassName
{
border-color: #E51D0A;
}
</style>