Shades of Scarlet #E51C02
Tints of Scarlet #E51C02
RGB
CMYK
RGB Variations
Color information
#E51C02 (or 0xE51C02) is known color: Scarlet. HEX triplet: E5, 1C and 02. RGB value is (229,28,2). Sum of RGB (Red+Green+Blue) = 229+28+2=259 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.42% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E51C02 is #1AE3FD. Grayscale: #555555. Windows color (decimal): -1762302 or 138469. OLE color: 138469.
HSL color Cylindrical-coordinate representation of color #E51C02: hue angle of 6.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E51C02 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.10 |
| HSL | 6.87º | 0.98% | 0.45% | - |
| HSV(B) | 6.87º | 0.99% | 0.9% | - |
| XYZ | 32.74 | 17.49 | 1.71 | - |
| YUV | 85.14 | 81.09 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 2 | 0 | 0.88 | 0.99 | 0.10 | 6.87 | 0.98 | 0.45 |
| Hex | E5 | 1C | 2 | 0 | 58 | 63 | A | 7 | 62 | 2D |
| Octal | 345 | 34 | 2 | 0 | 130 | 143 | 12 | 7 | 142 | 55 |
| Binary | 11100101 | 11100 | 10 | 0 | 1011000 | 1100011 | 1010 | 111 | 1100010 | 101101 |
Color Harmonies of #E51C02
Complementary color
Monochromatic Colors of #E51C02
Black with #E51C02
Text Example
Text Example
White with #E51C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C02; }
p { color: rgb(229,28,2); }
H1.HeaderClassName
{
color: #E51C02;
}
.AnyTagClassName
{
color: #E51C02;
}
</style>
background-color css
<style>
a { background-color: #E51C02; }
a { background-color: rgb(229,28,2); }
div.DivClassName
{
background-color: #E51C02;
}
.BgClassName
{
background-color: #E51C02;
}
</style>
border-color css
<style>
span { border-color: #E51C02; }
span { border-color: rgb(229,28,2); }
td.TdClassName
{
border-color: #E51C02;
}
.TagClassName
{
border-color: #E51C02;
}
</style>