Shades of Scarlet #E51C1A
Tints of Scarlet #E51C1A
RGB
CMYK
RGB Variations
Color information
#E51C1A (or 0xE51C1A) is known color: Scarlet. HEX triplet: E5, 1C and 1A. RGB value is (229,28,26). Sum of RGB (Red+Green+Blue) = 229+28+26=283 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.92% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C1A is #1AE3E5. Grayscale: #585858. Windows color (decimal): -1762278 or 1711333. OLE color: 1711333.
HSL color Cylindrical-coordinate representation of color #E51C1A: hue angle of 0.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51C1A is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 26 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.10 |
| HSL | 0.59º | 0.8% | 0.5% | - |
| HSV(B) | 0.59º | 0.89% | 0.9% | - |
| XYZ | 32.91 | 17.56 | 2.63 | - |
| YUV | 87.87 | 93.09 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 26 | 0 | 0.88 | 0.89 | 0.10 | 0.59 | 0.8 | 0.5 |
| Hex | E5 | 1C | 1A | 0 | 58 | 59 | A | 1 | 50 | 32 |
| Octal | 345 | 34 | 32 | 0 | 130 | 131 | 12 | 1 | 120 | 62 |
| Binary | 11100101 | 11100 | 11010 | 0 | 1011000 | 1011001 | 1010 | 1 | 1010000 | 110010 |
Color Harmonies of #E51C1A
Complementary color
Monochromatic Colors of #E51C1A
Black with #E51C1A
Text Example
Text Example
White with #E51C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C1A; }
p { color: rgb(229,28,26); }
H1.HeaderClassName
{
color: #E51C1A;
}
.AnyTagClassName
{
color: #E51C1A;
}
</style>
background-color css
<style>
a { background-color: #E51C1A; }
a { background-color: rgb(229,28,26); }
div.DivClassName
{
background-color: #E51C1A;
}
.BgClassName
{
background-color: #E51C1A;
}
</style>
border-color css
<style>
span { border-color: #E51C1A; }
span { border-color: rgb(229,28,26); }
td.TdClassName
{
border-color: #E51C1A;
}
.TagClassName
{
border-color: #E51C1A;
}
</style>