Shades of Scarlet #E72612
Tints of Scarlet #E72612
RGB
CMYK
RGB Variations
Color information
#E72612 (or 0xE72612) is known color: Scarlet. HEX triplet: E7, 26 and 12. RGB value is (231,38,18). Sum of RGB (Red+Green+Blue) = 231+38+18=287 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.49% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 231 - color contains mainly: red. Hex color #E72612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72612 is #18D9ED. Grayscale: #5D5D5D. Windows color (decimal): -1628654 or 1189607. OLE color: 1189607.
HSL color Cylindrical-coordinate representation of color #E72612: hue angle of 5.63º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E72612 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.09 |
| HSL | 5.63º | 0.86% | 0.49% | - |
| HSV(B) | 5.63º | 0.92% | 0.91% | - |
| XYZ | 33.76 | 18.42 | 2.35 | - |
| YUV | 93.43 | 85.44 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 18 | 0 | 0.84 | 0.92 | 0.09 | 5.63 | 0.86 | 0.49 |
| Hex | E7 | 26 | 12 | 0 | 54 | 5C | 9 | 6 | 56 | 31 |
| Octal | 347 | 46 | 22 | 0 | 124 | 134 | 11 | 6 | 126 | 61 |
| Binary | 11100111 | 100110 | 10010 | 0 | 1010100 | 1011100 | 1001 | 110 | 1010110 | 110001 |
Color Harmonies of #E72612
Complementary color
Monochromatic Colors of #E72612
Black with #E72612
Text Example
Text Example
White with #E72612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72612; }
p { color: rgb(231,38,18); }
H1.HeaderClassName
{
color: #E72612;
}
.AnyTagClassName
{
color: #E72612;
}
</style>
background-color css
<style>
a { background-color: #E72612; }
a { background-color: rgb(231,38,18); }
div.DivClassName
{
background-color: #E72612;
}
.BgClassName
{
background-color: #E72612;
}
</style>
border-color css
<style>
span { border-color: #E72612; }
span { border-color: rgb(231,38,18); }
td.TdClassName
{
border-color: #E72612;
}
.TagClassName
{
border-color: #E72612;
}
</style>