Shades of Scarlet #E72118
Tints of Scarlet #E72118
RGB
CMYK
RGB Variations
Color information
#E72118 (or 0xE72118) is known color: Scarlet. HEX triplet: E7, 21 and 18. RGB value is (231,33,24). Sum of RGB (Red+Green+Blue) = 231+33+24=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E72118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72118 is #18DEE7. Grayscale: #5B5B5B. Windows color (decimal): -1629928 or 1581543. OLE color: 1581543.
HSL color Cylindrical-coordinate representation of color #E72118: hue angle of 2.61º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E72118 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.09 |
| HSL | 2.61º | 0.81% | 0.5% | - |
| HSV(B) | 2.61º | 0.9% | 0.91% | - |
| XYZ | 33.66 | 18.14 | 2.59 | - |
| YUV | 91.18 | 90.1 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 24 | 0 | 0.86 | 0.90 | 0.09 | 2.61 | 0.81 | 0.5 |
| Hex | E7 | 21 | 18 | 0 | 56 | 5A | 9 | 3 | 51 | 32 |
| Octal | 347 | 41 | 30 | 0 | 126 | 132 | 11 | 3 | 121 | 62 |
| Binary | 11100111 | 100001 | 11000 | 0 | 1010110 | 1011010 | 1001 | 11 | 1010001 | 110010 |
Color Harmonies of #E72118
Complementary color
Monochromatic Colors of #E72118
Black with #E72118
Text Example
Text Example
White with #E72118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72118; }
p { color: rgb(231,33,24); }
H1.HeaderClassName
{
color: #E72118;
}
.AnyTagClassName
{
color: #E72118;
}
</style>
background-color css
<style>
a { background-color: #E72118; }
a { background-color: rgb(231,33,24); }
div.DivClassName
{
background-color: #E72118;
}
.BgClassName
{
background-color: #E72118;
}
</style>
border-color css
<style>
span { border-color: #E72118; }
span { border-color: rgb(231,33,24); }
td.TdClassName
{
border-color: #E72118;
}
.TagClassName
{
border-color: #E72118;
}
</style>