Shades of Scarlet #E72A0B
Tints of Scarlet #E72A0B
RGB
CMYK
RGB Variations
Color information
#E72A0B (or 0xE72A0B) is known color: Scarlet. HEX triplet: E7, 2A and 0B. RGB value is (231,42,11). Sum of RGB (Red+Green+Blue) = 231+42+11=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72A0B is #18D5F4. Grayscale: #5F5F5F. Windows color (decimal): -1627637 or 731879. OLE color: 731879.
HSL color Cylindrical-coordinate representation of color #E72A0B: hue angle of 8.45º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E72A0B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.09 |
| HSL | 8.45º | 0.91% | 0.47% | - |
| HSV(B) | 8.45º | 0.95% | 0.91% | - |
| XYZ | 33.84 | 18.67 | 2.14 | - |
| YUV | 94.98 | 80.62 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 11 | 0 | 0.82 | 0.95 | 0.09 | 8.45 | 0.91 | 0.47 |
| Hex | E7 | 2A | B | 0 | 52 | 5F | 9 | 8 | 5B | 2F |
| Octal | 347 | 52 | 13 | 0 | 122 | 137 | 11 | 10 | 133 | 57 |
| Binary | 11100111 | 101010 | 1011 | 0 | 1010010 | 1011111 | 1001 | 1000 | 1011011 | 101111 |
Color Harmonies of #E72A0B
Complementary color
Monochromatic Colors of #E72A0B
Black with #E72A0B
Text Example
Text Example
White with #E72A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A0B; }
p { color: rgb(231,42,11); }
H1.HeaderClassName
{
color: #E72A0B;
}
.AnyTagClassName
{
color: #E72A0B;
}
</style>
background-color css
<style>
a { background-color: #E72A0B; }
a { background-color: rgb(231,42,11); }
div.DivClassName
{
background-color: #E72A0B;
}
.BgClassName
{
background-color: #E72A0B;
}
</style>
border-color css
<style>
span { border-color: #E72A0B; }
span { border-color: rgb(231,42,11); }
td.TdClassName
{
border-color: #E72A0B;
}
.TagClassName
{
border-color: #E72A0B;
}
</style>