Shades of Scarlet #E52002
Tints of Scarlet #E52002
RGB
CMYK
RGB Variations
Color information
#E52002 (or 0xE52002) is known color: Scarlet. HEX triplet: E5, 20 and 02. RGB value is (229,32,2). Sum of RGB (Red+Green+Blue) = 229+32+2=263 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.07% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 229 - color contains mainly: red. Hex color #E52002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52002 is #1ADFFD. Grayscale: #575757. Windows color (decimal): -1761278 or 139493. OLE color: 139493.
HSL color Cylindrical-coordinate representation of color #E52002: hue angle of 7.93º 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 #E52002 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.10 |
| HSL | 7.93º | 0.98% | 0.45% | - |
| HSV(B) | 7.93º | 0.99% | 0.9% | - |
| XYZ | 32.84 | 17.7 | 1.74 | - |
| YUV | 87.48 | 79.77 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 2 | 0 | 0.86 | 0.99 | 0.10 | 7.93 | 0.98 | 0.45 |
| Hex | E5 | 20 | 2 | 0 | 56 | 63 | A | 8 | 62 | 2D |
| Octal | 345 | 40 | 2 | 0 | 126 | 143 | 12 | 10 | 142 | 55 |
| Binary | 11100101 | 100000 | 10 | 0 | 1010110 | 1100011 | 1010 | 1000 | 1100010 | 101101 |
Color Harmonies of #E52002
Complementary color
Monochromatic Colors of #E52002
Black with #E52002
Text Example
Text Example
White with #E52002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52002; }
p { color: rgb(229,32,2); }
H1.HeaderClassName
{
color: #E52002;
}
.AnyTagClassName
{
color: #E52002;
}
</style>
background-color css
<style>
a { background-color: #E52002; }
a { background-color: rgb(229,32,2); }
div.DivClassName
{
background-color: #E52002;
}
.BgClassName
{
background-color: #E52002;
}
</style>
border-color css
<style>
span { border-color: #E52002; }
span { border-color: rgb(229,32,2); }
td.TdClassName
{
border-color: #E52002;
}
.TagClassName
{
border-color: #E52002;
}
</style>