Shades of Scarlet #E52307
Tints of Scarlet #E52307
RGB
CMYK
RGB Variations
Color information
#E52307 (or 0xE52307) is known color: Scarlet. HEX triplet: E5, 23 and 07. RGB value is (229,35,7). Sum of RGB (Red+Green+Blue) = 229+35+7=271 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.50% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 229 - color contains mainly: red. Hex color #E52307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52307 is #1ADCF8. Grayscale: #5A5A5A. Windows color (decimal): -1760505 or 467941. OLE color: 467941.
HSL color Cylindrical-coordinate representation of color #E52307: hue angle of 7.57º 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 #E52307 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.10 |
| HSL | 7.57º | 0.94% | 0.46% | - |
| HSV(B) | 7.57º | 0.97% | 0.9% | - |
| XYZ | 32.95 | 17.88 | 1.91 | - |
| YUV | 89.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 7 | 0 | 0.85 | 0.97 | 0.10 | 7.57 | 0.94 | 0.46 |
| Hex | E5 | 23 | 7 | 0 | 55 | 61 | A | 8 | 5E | 2E |
| Octal | 345 | 43 | 7 | 0 | 125 | 141 | 12 | 10 | 136 | 56 |
| Binary | 11100101 | 100011 | 111 | 0 | 1010101 | 1100001 | 1010 | 1000 | 1011110 | 101110 |
Color Harmonies of #E52307
Complementary color
Monochromatic Colors of #E52307
Black with #E52307
Text Example
Text Example
White with #E52307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52307; }
p { color: rgb(229,35,7); }
H1.HeaderClassName
{
color: #E52307;
}
.AnyTagClassName
{
color: #E52307;
}
</style>
background-color css
<style>
a { background-color: #E52307; }
a { background-color: rgb(229,35,7); }
div.DivClassName
{
background-color: #E52307;
}
.BgClassName
{
background-color: #E52307;
}
</style>
border-color css
<style>
span { border-color: #E52307; }
span { border-color: rgb(229,35,7); }
td.TdClassName
{
border-color: #E52307;
}
.TagClassName
{
border-color: #E52307;
}
</style>