Shades of Scarlet #E51C0F
Tints of Scarlet #E51C0F
RGB
CMYK
RGB Variations
Color information
#E51C0F (or 0xE51C0F) is known color: Scarlet. HEX triplet: E5, 1C and 0F. RGB value is (229,28,15). Sum of RGB (Red+Green+Blue) = 229+28+15=272 (36% of max value = 765). Red value is 229 (89.84% from 255 or 84.19% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51C0F is #1AE3F0. Grayscale: #565656. Windows color (decimal): -1762289 or 990437. OLE color: 990437.
HSL color Cylindrical-coordinate representation of color #E51C0F: hue angle of 3.64º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51C0F is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 15 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.10 |
| HSL | 3.64º | 0.88% | 0.48% | - |
| HSV(B) | 3.64º | 0.93% | 0.9% | - |
| XYZ | 32.81 | 17.52 | 2.1 | - |
| YUV | 86.62 | 87.59 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 15 | 0 | 0.88 | 0.93 | 0.10 | 3.64 | 0.88 | 0.48 |
| Hex | E5 | 1C | F | 0 | 58 | 5D | A | 4 | 58 | 30 |
| Octal | 345 | 34 | 17 | 0 | 130 | 135 | 12 | 4 | 130 | 60 |
| Binary | 11100101 | 11100 | 1111 | 0 | 1011000 | 1011101 | 1010 | 100 | 1011000 | 110000 |
Color Harmonies of #E51C0F
Complementary color
Monochromatic Colors of #E51C0F
Black with #E51C0F
Text Example
Text Example
White with #E51C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C0F; }
p { color: rgb(229,28,15); }
H1.HeaderClassName
{
color: #E51C0F;
}
.AnyTagClassName
{
color: #E51C0F;
}
</style>
background-color css
<style>
a { background-color: #E51C0F; }
a { background-color: rgb(229,28,15); }
div.DivClassName
{
background-color: #E51C0F;
}
.BgClassName
{
background-color: #E51C0F;
}
</style>
border-color css
<style>
span { border-color: #E51C0F; }
span { border-color: rgb(229,28,15); }
td.TdClassName
{
border-color: #E51C0F;
}
.TagClassName
{
border-color: #E51C0F;
}
</style>