Shades of Scarlet #E51F0D
Tints of Scarlet #E51F0D
RGB
CMYK
RGB Variations
Color information
#E51F0D (or 0xE51F0D) is known color: Scarlet. HEX triplet: E5, 1F and 0D. RGB value is (229,31,13). Sum of RGB (Red+Green+Blue) = 229+31+13=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E51F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51F0D is #1AE0F2. Grayscale: #585858. Windows color (decimal): -1761523 or 860133. OLE color: 860133.
HSL color Cylindrical-coordinate representation of color #E51F0D: hue angle of 5º 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 #E51F0D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 13 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.10 |
| HSL | 5º | 0.89% | 0.47% | - |
| HSV(B) | 5º | 0.94% | 0.9% | - |
| XYZ | 32.88 | 17.67 | 2.06 | - |
| YUV | 88.15 | 85.6 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 13 | 0 | 0.86 | 0.94 | 0.10 | 5 | 0.89 | 0.47 |
| Hex | E5 | 1F | D | 0 | 56 | 5E | A | 5 | 59 | 2F |
| Octal | 345 | 37 | 15 | 0 | 126 | 136 | 12 | 5 | 131 | 57 |
| Binary | 11100101 | 11111 | 1101 | 0 | 1010110 | 1011110 | 1010 | 101 | 1011001 | 101111 |
Color Harmonies of #E51F0D
Complementary color
Monochromatic Colors of #E51F0D
Black with #E51F0D
Text Example
Text Example
White with #E51F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51F0D; }
p { color: rgb(229,31,13); }
H1.HeaderClassName
{
color: #E51F0D;
}
.AnyTagClassName
{
color: #E51F0D;
}
</style>
background-color css
<style>
a { background-color: #E51F0D; }
a { background-color: rgb(229,31,13); }
div.DivClassName
{
background-color: #E51F0D;
}
.BgClassName
{
background-color: #E51F0D;
}
</style>
border-color css
<style>
span { border-color: #E51F0D; }
span { border-color: rgb(229,31,13); }
td.TdClassName
{
border-color: #E51F0D;
}
.TagClassName
{
border-color: #E51F0D;
}
</style>