Shades of Scarlet #E72007
Tints of Scarlet #E72007
RGB
CMYK
RGB Variations
Color information
#E72007 (or 0xE72007) is known color: Scarlet. HEX triplet: E7, 20 and 07. RGB value is (231,32,7). Sum of RGB (Red+Green+Blue) = 231+32+7=270 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.56% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 231 - color contains mainly: red. Hex color #E72007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72007 is #18DFF8. Grayscale: #585858. Windows color (decimal): -1630201 or 467175. OLE color: 467175.
HSL color Cylindrical-coordinate representation of color #E72007: hue angle of 6.7º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E72007 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.09 |
| HSL | 6.7º | 0.94% | 0.47% | - |
| HSV(B) | 6.7º | 0.97% | 0.91% | - |
| XYZ | 33.51 | 18.04 | 1.92 | - |
| YUV | 88.65 | 81.93 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 7 | 0 | 0.86 | 0.97 | 0.09 | 6.7 | 0.94 | 0.47 |
| Hex | E7 | 20 | 7 | 0 | 56 | 61 | 9 | 7 | 5E | 2F |
| Octal | 347 | 40 | 7 | 0 | 126 | 141 | 11 | 7 | 136 | 57 |
| Binary | 11100111 | 100000 | 111 | 0 | 1010110 | 1100001 | 1001 | 111 | 1011110 | 101111 |
Color Harmonies of #E72007
Complementary color
Monochromatic Colors of #E72007
Black with #E72007
Text Example
Text Example
White with #E72007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72007; }
p { color: rgb(231,32,7); }
H1.HeaderClassName
{
color: #E72007;
}
.AnyTagClassName
{
color: #E72007;
}
</style>
background-color css
<style>
a { background-color: #E72007; }
a { background-color: rgb(231,32,7); }
div.DivClassName
{
background-color: #E72007;
}
.BgClassName
{
background-color: #E72007;
}
</style>
border-color css
<style>
span { border-color: #E72007; }
span { border-color: rgb(231,32,7); }
td.TdClassName
{
border-color: #E72007;
}
.TagClassName
{
border-color: #E72007;
}
</style>