Shades of Scarlet #E72D10
Tints of Scarlet #E72D10
RGB
CMYK
RGB Variations
Color information
#E72D10 (or 0xE72D10) is known color: Scarlet. HEX triplet: E7, 2D and 10. RGB value is (231,45,16). Sum of RGB (Red+Green+Blue) = 231+45+16=292 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.11% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72D10 is #18D2EF. Grayscale: #616161. Windows color (decimal): -1626864 or 1060327. OLE color: 1060327.
HSL color Cylindrical-coordinate representation of color #E72D10: hue angle of 8.09º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E72D10 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 16 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.09 |
| HSL | 8.09º | 0.87% | 0.48% | - |
| HSV(B) | 8.09º | 0.93% | 0.91% | - |
| XYZ | 33.99 | 18.9 | 2.35 | - |
| YUV | 97.31 | 82.12 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 16 | 0 | 0.81 | 0.93 | 0.09 | 8.09 | 0.87 | 0.48 |
| Hex | E7 | 2D | 10 | 0 | 51 | 5D | 9 | 8 | 57 | 30 |
| Octal | 347 | 55 | 20 | 0 | 121 | 135 | 11 | 10 | 127 | 60 |
| Binary | 11100111 | 101101 | 10000 | 0 | 1010001 | 1011101 | 1001 | 1000 | 1010111 | 110000 |
Color Harmonies of #E72D10
Complementary color
Monochromatic Colors of #E72D10
Black with #E72D10
Text Example
Text Example
White with #E72D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D10; }
p { color: rgb(231,45,16); }
H1.HeaderClassName
{
color: #E72D10;
}
.AnyTagClassName
{
color: #E72D10;
}
</style>
background-color css
<style>
a { background-color: #E72D10; }
a { background-color: rgb(231,45,16); }
div.DivClassName
{
background-color: #E72D10;
}
.BgClassName
{
background-color: #E72D10;
}
</style>
border-color css
<style>
span { border-color: #E72D10; }
span { border-color: rgb(231,45,16); }
td.TdClassName
{
border-color: #E72D10;
}
.TagClassName
{
border-color: #E72D10;
}
</style>