Shades of Scarlet #E32007
Tints of Scarlet #E32007
RGB
CMYK
RGB Variations
Color information
#E32007 (or 0xE32007) is known color: Scarlet. HEX triplet: E3, 20 and 07. RGB value is (227,32,7). Sum of RGB (Red+Green+Blue) = 227+32+7=266 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.34% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 227 - color contains mainly: red. Hex color #E32007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32007 is #1CDFF8. Grayscale: #575757. Windows color (decimal): -1892345 or 467171. OLE color: 467171.
HSL color Cylindrical-coordinate representation of color #E32007: hue angle of 6.82º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E32007 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.11 |
| HSL | 6.82º | 0.94% | 0.46% | - |
| HSV(B) | 6.82º | 0.97% | 0.89% | - |
| XYZ | 32.23 | 17.38 | 1.86 | - |
| YUV | 87.46 | 82.6 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 7 | 0 | 0.86 | 0.97 | 0.11 | 6.82 | 0.94 | 0.46 |
| Hex | E3 | 20 | 7 | 0 | 56 | 61 | B | 7 | 5E | 2E |
| Octal | 343 | 40 | 7 | 0 | 126 | 141 | 13 | 7 | 136 | 56 |
| Binary | 11100011 | 100000 | 111 | 0 | 1010110 | 1100001 | 1011 | 111 | 1011110 | 101110 |
Color Harmonies of #E32007
Complementary color
Monochromatic Colors of #E32007
Black with #E32007
Text Example
Text Example
White with #E32007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32007; }
p { color: rgb(227,32,7); }
H1.HeaderClassName
{
color: #E32007;
}
.AnyTagClassName
{
color: #E32007;
}
</style>
background-color css
<style>
a { background-color: #E32007; }
a { background-color: rgb(227,32,7); }
div.DivClassName
{
background-color: #E32007;
}
.BgClassName
{
background-color: #E32007;
}
</style>
border-color css
<style>
span { border-color: #E32007; }
span { border-color: rgb(227,32,7); }
td.TdClassName
{
border-color: #E32007;
}
.TagClassName
{
border-color: #E32007;
}
</style>