Shades of Scarlet #E72004
Tints of Scarlet #E72004
RGB
CMYK
RGB Variations
Color information
#E72004 (or 0xE72004) is known color: Scarlet. HEX triplet: E7, 20 and 04. RGB value is (231,32,4). Sum of RGB (Red+Green+Blue) = 231+32+4=267 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.52% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 231 - color contains mainly: red. Hex color #E72004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72004 is #18DFFB. Grayscale: #585858. Windows color (decimal): -1630204 or 270567. OLE color: 270567.
HSL color Cylindrical-coordinate representation of color #E72004: hue angle of 7.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E72004 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.09 |
| HSL | 7.4º | 0.97% | 0.46% | - |
| HSV(B) | 7.4º | 0.98% | 0.91% | - |
| XYZ | 33.49 | 18.03 | 1.83 | - |
| YUV | 88.31 | 80.43 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 4 | 0 | 0.86 | 0.98 | 0.09 | 7.4 | 0.97 | 0.46 |
| Hex | E7 | 20 | 4 | 0 | 56 | 62 | 9 | 7 | 61 | 2E |
| Octal | 347 | 40 | 4 | 0 | 126 | 142 | 11 | 7 | 141 | 56 |
| Binary | 11100111 | 100000 | 100 | 0 | 1010110 | 1100010 | 1001 | 111 | 1100001 | 101110 |
Color Harmonies of #E72004
Complementary color
Monochromatic Colors of #E72004
Black with #E72004
Text Example
Text Example
White with #E72004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72004; }
p { color: rgb(231,32,4); }
H1.HeaderClassName
{
color: #E72004;
}
.AnyTagClassName
{
color: #E72004;
}
</style>
background-color css
<style>
a { background-color: #E72004; }
a { background-color: rgb(231,32,4); }
div.DivClassName
{
background-color: #E72004;
}
.BgClassName
{
background-color: #E72004;
}
</style>
border-color css
<style>
span { border-color: #E72004; }
span { border-color: rgb(231,32,4); }
td.TdClassName
{
border-color: #E72004;
}
.TagClassName
{
border-color: #E72004;
}
</style>