Shades of Scarlet #E52901
Tints of Scarlet #E52901
RGB
CMYK
RGB Variations
Color information
#E52901 (or 0xE52901) is known color: Scarlet. HEX triplet: E5, 29 and 01. RGB value is (229,41,1). Sum of RGB (Red+Green+Blue) = 229+41+1=271 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.50% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 229 - color contains mainly: red. Hex color #E52901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52901 is #1AD6FE. Grayscale: #5D5D5D. Windows color (decimal): -1758975 or 76261. OLE color: 76261.
HSL color Cylindrical-coordinate representation of color #E52901: hue angle of 10.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E52901 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.10 |
| HSL | 10.53º | 0.99% | 0.45% | - |
| HSV(B) | 10.53º | 1% | 0.9% | - |
| XYZ | 33.11 | 18.25 | 1.81 | - |
| YUV | 92.65 | 76.28 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 1 | 0 | 0.82 | 1.00 | 0.10 | 10.53 | 0.99 | 0.45 |
| Hex | E5 | 29 | 1 | 0 | 52 | 64 | A | B | 63 | 2D |
| Octal | 345 | 51 | 1 | 0 | 122 | 144 | 12 | 13 | 143 | 55 |
| Binary | 11100101 | 101001 | 1 | 0 | 1010010 | 1100100 | 1010 | 1011 | 1100011 | 101101 |
Color Harmonies of #E52901
Complementary color
Monochromatic Colors of #E52901
Black with #E52901
Text Example
Text Example
White with #E52901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52901; }
p { color: rgb(229,41,1); }
H1.HeaderClassName
{
color: #E52901;
}
.AnyTagClassName
{
color: #E52901;
}
</style>
background-color css
<style>
a { background-color: #E52901; }
a { background-color: rgb(229,41,1); }
div.DivClassName
{
background-color: #E52901;
}
.BgClassName
{
background-color: #E52901;
}
</style>
border-color css
<style>
span { border-color: #E52901; }
span { border-color: rgb(229,41,1); }
td.TdClassName
{
border-color: #E52901;
}
.TagClassName
{
border-color: #E52901;
}
</style>