Shades of Scarlet #E72A0E
Tints of Scarlet #E72A0E
RGB
CMYK
RGB Variations
Color information
#E72A0E (or 0xE72A0E) is known color: Scarlet. HEX triplet: E7, 2A and 0E. RGB value is (231,42,14). Sum of RGB (Red+Green+Blue) = 231+42+14=287 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.49% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72A0E is #18D5F1. Grayscale: #5F5F5F. Windows color (decimal): -1627634 or 928487. OLE color: 928487.
HSL color Cylindrical-coordinate representation of color #E72A0E: hue angle of 7.74º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E72A0E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.09 |
| HSL | 7.74º | 0.89% | 0.48% | - |
| HSV(B) | 7.74º | 0.94% | 0.91% | - |
| XYZ | 33.86 | 18.68 | 2.24 | - |
| YUV | 95.32 | 82.12 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 14 | 0 | 0.82 | 0.94 | 0.09 | 7.74 | 0.89 | 0.48 |
| Hex | E7 | 2A | E | 0 | 52 | 5E | 9 | 8 | 59 | 30 |
| Octal | 347 | 52 | 16 | 0 | 122 | 136 | 11 | 10 | 131 | 60 |
| Binary | 11100111 | 101010 | 1110 | 0 | 1010010 | 1011110 | 1001 | 1000 | 1011001 | 110000 |
Color Harmonies of #E72A0E
Complementary color
Monochromatic Colors of #E72A0E
Black with #E72A0E
Text Example
Text Example
White with #E72A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A0E; }
p { color: rgb(231,42,14); }
H1.HeaderClassName
{
color: #E72A0E;
}
.AnyTagClassName
{
color: #E72A0E;
}
</style>
background-color css
<style>
a { background-color: #E72A0E; }
a { background-color: rgb(231,42,14); }
div.DivClassName
{
background-color: #E72A0E;
}
.BgClassName
{
background-color: #E72A0E;
}
</style>
border-color css
<style>
span { border-color: #E72A0E; }
span { border-color: rgb(231,42,14); }
td.TdClassName
{
border-color: #E72A0E;
}
.TagClassName
{
border-color: #E72A0E;
}
</style>