Shades of Scarlet #E72A0A
Tints of Scarlet #E72A0A
RGB
CMYK
RGB Variations
Color information
#E72A0A (or 0xE72A0A) is known color: Scarlet. HEX triplet: E7, 2A and 0A. RGB value is (231,42,10). Sum of RGB (Red+Green+Blue) = 231+42+10=283 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.63% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72A0A is #18D5F5. Grayscale: #5F5F5F. Windows color (decimal): -1627638 or 666343. OLE color: 666343.
HSL color Cylindrical-coordinate representation of color #E72A0A: hue angle of 8.69º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E72A0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.09 |
| HSL | 8.69º | 0.92% | 0.47% | - |
| HSV(B) | 8.69º | 0.96% | 0.91% | - |
| XYZ | 33.84 | 18.67 | 2.11 | - |
| YUV | 94.86 | 80.12 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 10 | 0 | 0.82 | 0.96 | 0.09 | 8.69 | 0.92 | 0.47 |
| Hex | E7 | 2A | A | 0 | 52 | 60 | 9 | 9 | 5C | 2F |
| Octal | 347 | 52 | 12 | 0 | 122 | 140 | 11 | 11 | 134 | 57 |
| Binary | 11100111 | 101010 | 1010 | 0 | 1010010 | 1100000 | 1001 | 1001 | 1011100 | 101111 |
Color Harmonies of #E72A0A
Complementary color
Monochromatic Colors of #E72A0A
Black with #E72A0A
Text Example
Text Example
White with #E72A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A0A; }
p { color: rgb(231,42,10); }
H1.HeaderClassName
{
color: #E72A0A;
}
.AnyTagClassName
{
color: #E72A0A;
}
</style>
background-color css
<style>
a { background-color: #E72A0A; }
a { background-color: rgb(231,42,10); }
div.DivClassName
{
background-color: #E72A0A;
}
.BgClassName
{
background-color: #E72A0A;
}
</style>
border-color css
<style>
span { border-color: #E72A0A; }
span { border-color: rgb(231,42,10); }
td.TdClassName
{
border-color: #E72A0A;
}
.TagClassName
{
border-color: #E72A0A;
}
</style>