Shades of Scarlet #E72414
Tints of Scarlet #E72414
RGB
CMYK
RGB Variations
Color information
#E72414 (or 0xE72414) is known color: Scarlet. HEX triplet: E7, 24 and 14. RGB value is (231,36,20). Sum of RGB (Red+Green+Blue) = 231+36+20=287 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.49% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 231 - color contains mainly: red. Hex color #E72414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72414 is #18DBEB. Grayscale: #5C5C5C. Windows color (decimal): -1629164 or 1320167. OLE color: 1320167.
HSL color Cylindrical-coordinate representation of color #E72414: hue angle of 4.55º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E72414 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 20 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.09 |
| HSL | 4.55º | 0.84% | 0.49% | - |
| HSV(B) | 4.55º | 0.91% | 0.91% | - |
| XYZ | 33.71 | 18.3 | 2.42 | - |
| YUV | 92.48 | 87.1 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 20 | 0 | 0.84 | 0.91 | 0.09 | 4.55 | 0.84 | 0.49 |
| Hex | E7 | 24 | 14 | 0 | 54 | 5B | 9 | 5 | 54 | 31 |
| Octal | 347 | 44 | 24 | 0 | 124 | 133 | 11 | 5 | 124 | 61 |
| Binary | 11100111 | 100100 | 10100 | 0 | 1010100 | 1011011 | 1001 | 101 | 1010100 | 110001 |
Color Harmonies of #E72414
Complementary color
Monochromatic Colors of #E72414
Black with #E72414
Text Example
Text Example
White with #E72414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72414; }
p { color: rgb(231,36,20); }
H1.HeaderClassName
{
color: #E72414;
}
.AnyTagClassName
{
color: #E72414;
}
</style>
background-color css
<style>
a { background-color: #E72414; }
a { background-color: rgb(231,36,20); }
div.DivClassName
{
background-color: #E72414;
}
.BgClassName
{
background-color: #E72414;
}
</style>
border-color css
<style>
span { border-color: #E72414; }
span { border-color: rgb(231,36,20); }
td.TdClassName
{
border-color: #E72414;
}
.TagClassName
{
border-color: #E72414;
}
</style>