Shades of Scarlet #E72A08
Tints of Scarlet #E72A08
RGB
CMYK
RGB Variations
Color information
#E72A08 (or 0xE72A08) is known color: Scarlet. HEX triplet: E7, 2A and 08. RGB value is (231,42,8). Sum of RGB (Red+Green+Blue) = 231+42+8=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72A08 is #18D5F7. Grayscale: #5E5E5E. Windows color (decimal): -1627640 or 535271. OLE color: 535271.
HSL color Cylindrical-coordinate representation of color #E72A08: hue angle of 9.15º degrees, saturation: 0.93, 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 #E72A08 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 8 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.09 |
| HSL | 9.15º | 0.93% | 0.47% | - |
| HSV(B) | 9.15º | 0.97% | 0.91% | - |
| XYZ | 33.83 | 18.66 | 2.05 | - |
| YUV | 94.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 8 | 0 | 0.82 | 0.97 | 0.09 | 9.15 | 0.93 | 0.47 |
| Hex | E7 | 2A | 8 | 0 | 52 | 61 | 9 | 9 | 5D | 2F |
| Octal | 347 | 52 | 10 | 0 | 122 | 141 | 11 | 11 | 135 | 57 |
| Binary | 11100111 | 101010 | 1000 | 0 | 1010010 | 1100001 | 1001 | 1001 | 1011101 | 101111 |
Color Harmonies of #E72A08
Complementary color
Monochromatic Colors of #E72A08
Black with #E72A08
Text Example
Text Example
White with #E72A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A08; }
p { color: rgb(231,42,8); }
H1.HeaderClassName
{
color: #E72A08;
}
.AnyTagClassName
{
color: #E72A08;
}
</style>
background-color css
<style>
a { background-color: #E72A08; }
a { background-color: rgb(231,42,8); }
div.DivClassName
{
background-color: #E72A08;
}
.BgClassName
{
background-color: #E72A08;
}
</style>
border-color css
<style>
span { border-color: #E72A08; }
span { border-color: rgb(231,42,8); }
td.TdClassName
{
border-color: #E72A08;
}
.TagClassName
{
border-color: #E72A08;
}
</style>