Shades of Scarlet #E51C1B
Tints of Scarlet #E51C1B
RGB
CMYK
RGB Variations
Color information
#E51C1B (or 0xE51C1B) is known color: Scarlet. HEX triplet: E5, 1C and 1B. RGB value is (229,28,27). Sum of RGB (Red+Green+Blue) = 229+28+27=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51C1B is #1AE3E4. Grayscale: #585858. Windows color (decimal): -1762277 or 1776869. OLE color: 1776869.
HSL color Cylindrical-coordinate representation of color #E51C1B: hue angle of 0.3º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51C1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 27 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.10 |
| HSL | 0.3º | 0.8% | 0.5% | - |
| HSV(B) | 0.3º | 0.88% | 0.9% | - |
| XYZ | 32.93 | 17.57 | 2.69 | - |
| YUV | 87.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 27 | 0 | 0.88 | 0.88 | 0.10 | 0.3 | 0.8 | 0.5 |
| Hex | E5 | 1C | 1B | 0 | 58 | 58 | A | 0 | 50 | 32 |
| Octal | 345 | 34 | 33 | 0 | 130 | 130 | 12 | 0 | 120 | 62 |
| Binary | 11100101 | 11100 | 11011 | 0 | 1011000 | 1011000 | 1010 | 0 | 1010000 | 110010 |
Color Harmonies of #E51C1B
Complementary color
Monochromatic Colors of #E51C1B
Black with #E51C1B
Text Example
Text Example
White with #E51C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C1B; }
p { color: rgb(229,28,27); }
H1.HeaderClassName
{
color: #E51C1B;
}
.AnyTagClassName
{
color: #E51C1B;
}
</style>
background-color css
<style>
a { background-color: #E51C1B; }
a { background-color: rgb(229,28,27); }
div.DivClassName
{
background-color: #E51C1B;
}
.BgClassName
{
background-color: #E51C1B;
}
</style>
border-color css
<style>
span { border-color: #E51C1B; }
span { border-color: rgb(229,28,27); }
td.TdClassName
{
border-color: #E51C1B;
}
.TagClassName
{
border-color: #E51C1B;
}
</style>