Shades of Scarlet #E52201
Tints of Scarlet #E52201
RGB
CMYK
RGB Variations
Color information
#E52201 (or 0xE52201) is known color: Scarlet. HEX triplet: E5, 22 and 01. RGB value is (229,34,1). Sum of RGB (Red+Green+Blue) = 229+34+1=264 (34% of max value = 765). Red value is 229 (89.84% from 255 or 86.74% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 229 - color contains mainly: red. Hex color #E52201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52201 is #1ADDFE. Grayscale: #585858. Windows color (decimal): -1760767 or 74469. OLE color: 74469.
HSL color Cylindrical-coordinate representation of color #E52201: hue angle of 8.68º 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 #E52201 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.10 |
| HSL | 8.68º | 0.99% | 0.45% | - |
| HSV(B) | 8.68º | 1% | 0.9% | - |
| XYZ | 32.89 | 17.8 | 1.73 | - |
| YUV | 88.54 | 78.6 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 1 | 0 | 0.85 | 1.00 | 0.10 | 8.68 | 0.99 | 0.45 |
| Hex | E5 | 22 | 1 | 0 | 55 | 64 | A | 9 | 63 | 2D |
| Octal | 345 | 42 | 1 | 0 | 125 | 144 | 12 | 11 | 143 | 55 |
| Binary | 11100101 | 100010 | 1 | 0 | 1010101 | 1100100 | 1010 | 1001 | 1100011 | 101101 |
Color Harmonies of #E52201
Complementary color
Monochromatic Colors of #E52201
Black with #E52201
Text Example
Text Example
White with #E52201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52201; }
p { color: rgb(229,34,1); }
H1.HeaderClassName
{
color: #E52201;
}
.AnyTagClassName
{
color: #E52201;
}
</style>
background-color css
<style>
a { background-color: #E52201; }
a { background-color: rgb(229,34,1); }
div.DivClassName
{
background-color: #E52201;
}
.BgClassName
{
background-color: #E52201;
}
</style>
border-color css
<style>
span { border-color: #E52201; }
span { border-color: rgb(229,34,1); }
td.TdClassName
{
border-color: #E52201;
}
.TagClassName
{
border-color: #E52201;
}
</style>