Shades of Scarlet #E32307
Tints of Scarlet #E32307
RGB
CMYK
RGB Variations
Color information
#E32307 (or 0xE32307) is known color: Scarlet. HEX triplet: E3, 23 and 07. RGB value is (227,35,7). Sum of RGB (Red+Green+Blue) = 227+35+7=269 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.39% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 227 - color contains mainly: red. Hex color #E32307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32307 is #1CDCF8. Grayscale: #595959. Windows color (decimal): -1891577 or 467939. OLE color: 467939.
HSL color Cylindrical-coordinate representation of color #E32307: hue angle of 7.64º 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 #E32307 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.11 |
| HSL | 7.64º | 0.94% | 0.46% | - |
| HSV(B) | 7.64º | 0.97% | 0.89% | - |
| XYZ | 32.32 | 17.55 | 1.88 | - |
| YUV | 89.22 | 81.61 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 7 | 0 | 0.85 | 0.97 | 0.11 | 7.64 | 0.94 | 0.46 |
| Hex | E3 | 23 | 7 | 0 | 55 | 61 | B | 8 | 5E | 2E |
| Octal | 343 | 43 | 7 | 0 | 125 | 141 | 13 | 10 | 136 | 56 |
| Binary | 11100011 | 100011 | 111 | 0 | 1010101 | 1100001 | 1011 | 1000 | 1011110 | 101110 |
Color Harmonies of #E32307
Complementary color
Monochromatic Colors of #E32307
Black with #E32307
Text Example
Text Example
White with #E32307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32307; }
p { color: rgb(227,35,7); }
H1.HeaderClassName
{
color: #E32307;
}
.AnyTagClassName
{
color: #E32307;
}
</style>
background-color css
<style>
a { background-color: #E32307; }
a { background-color: rgb(227,35,7); }
div.DivClassName
{
background-color: #E32307;
}
.BgClassName
{
background-color: #E32307;
}
</style>
border-color css
<style>
span { border-color: #E32307; }
span { border-color: rgb(227,35,7); }
td.TdClassName
{
border-color: #E32307;
}
.TagClassName
{
border-color: #E32307;
}
</style>