Shades of Scarlet #E52215
Tints of Scarlet #E52215
RGB
CMYK
RGB Variations
Color information
#E52215 (or 0xE52215) is known color: Scarlet. HEX triplet: E5, 22 and 15. RGB value is (229,34,21). Sum of RGB (Red+Green+Blue) = 229+34+21=284 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.63% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 229 - color contains mainly: red. Hex color #E52215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52215 is #1ADDEA. Grayscale: #5B5B5B. Windows color (decimal): -1760747 or 1385189. OLE color: 1385189.
HSL color Cylindrical-coordinate representation of color #E52215: hue angle of 3.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E52215 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 21 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.10 |
| HSL | 3.75º | 0.83% | 0.49% | - |
| HSV(B) | 3.75º | 0.91% | 0.9% | - |
| XYZ | 33.02 | 17.86 | 2.42 | - |
| YUV | 90.82 | 88.6 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 21 | 0 | 0.85 | 0.91 | 0.10 | 3.75 | 0.83 | 0.49 |
| Hex | E5 | 22 | 15 | 0 | 55 | 5B | A | 4 | 53 | 31 |
| Octal | 345 | 42 | 25 | 0 | 125 | 133 | 12 | 4 | 123 | 61 |
| Binary | 11100101 | 100010 | 10101 | 0 | 1010101 | 1011011 | 1010 | 100 | 1010011 | 110001 |
Color Harmonies of #E52215
Complementary color
Monochromatic Colors of #E52215
Black with #E52215
Text Example
Text Example
White with #E52215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52215; }
p { color: rgb(229,34,21); }
H1.HeaderClassName
{
color: #E52215;
}
.AnyTagClassName
{
color: #E52215;
}
</style>
background-color css
<style>
a { background-color: #E52215; }
a { background-color: rgb(229,34,21); }
div.DivClassName
{
background-color: #E52215;
}
.BgClassName
{
background-color: #E52215;
}
</style>
border-color css
<style>
span { border-color: #E52215; }
span { border-color: rgb(229,34,21); }
td.TdClassName
{
border-color: #E52215;
}
.TagClassName
{
border-color: #E52215;
}
</style>