Shades of Scarlet #E52007
Tints of Scarlet #E52007
RGB
CMYK
RGB Variations
Color information
#E52007 (or 0xE52007) is known color: Scarlet. HEX triplet: E5, 20 and 07. RGB value is (229,32,7). Sum of RGB (Red+Green+Blue) = 229+32+7=268 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.45% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 229 - color contains mainly: red. Hex color #E52007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52007 is #1ADFF8. Grayscale: #585858. Windows color (decimal): -1761273 or 467173. OLE color: 467173.
HSL color Cylindrical-coordinate representation of color #E52007: hue angle of 6.76º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E52007 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.10 |
| HSL | 6.76º | 0.94% | 0.46% | - |
| HSV(B) | 6.76º | 0.97% | 0.9% | - |
| XYZ | 32.87 | 17.71 | 1.89 | - |
| YUV | 88.05 | 82.27 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 7 | 0 | 0.86 | 0.97 | 0.10 | 6.76 | 0.94 | 0.46 |
| Hex | E5 | 20 | 7 | 0 | 56 | 61 | A | 7 | 5E | 2E |
| Octal | 345 | 40 | 7 | 0 | 126 | 141 | 12 | 7 | 136 | 56 |
| Binary | 11100101 | 100000 | 111 | 0 | 1010110 | 1100001 | 1010 | 111 | 1011110 | 101110 |
Color Harmonies of #E52007
Complementary color
Monochromatic Colors of #E52007
Black with #E52007
Text Example
Text Example
White with #E52007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52007; }
p { color: rgb(229,32,7); }
H1.HeaderClassName
{
color: #E52007;
}
.AnyTagClassName
{
color: #E52007;
}
</style>
background-color css
<style>
a { background-color: #E52007; }
a { background-color: rgb(229,32,7); }
div.DivClassName
{
background-color: #E52007;
}
.BgClassName
{
background-color: #E52007;
}
</style>
border-color css
<style>
span { border-color: #E52007; }
span { border-color: rgb(229,32,7); }
td.TdClassName
{
border-color: #E52007;
}
.TagClassName
{
border-color: #E52007;
}
</style>