Shades of Scarlet #E92114
Tints of Scarlet #E92114
RGB
CMYK
RGB Variations
Color information
#E92114 (or 0xE92114) is known color: Scarlet. HEX triplet: E9, 21 and 14. RGB value is (233,33,20). Sum of RGB (Red+Green+Blue) = 233+33+20=286 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.47% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 233 - color contains mainly: red. Hex color #E92114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92114 is #16DEEB. Grayscale: #5B5B5B. Windows color (decimal): -1498860 or 1319401. OLE color: 1319401.
HSL color Cylindrical-coordinate representation of color #E92114: hue angle of 3.66º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E92114 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.09 |
| HSL | 3.66º | 0.84% | 0.5% | - |
| HSV(B) | 3.66º | 0.91% | 0.91% | - |
| XYZ | 34.27 | 18.46 | 2.42 | - |
| YUV | 91.32 | 87.76 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 20 | 0 | 0.86 | 0.91 | 0.09 | 3.66 | 0.84 | 0.5 |
| Hex | E9 | 21 | 14 | 0 | 56 | 5B | 9 | 4 | 54 | 32 |
| Octal | 351 | 41 | 24 | 0 | 126 | 133 | 11 | 4 | 124 | 62 |
| Binary | 11101001 | 100001 | 10100 | 0 | 1010110 | 1011011 | 1001 | 100 | 1010100 | 110010 |
Color Harmonies of #E92114
Complementary color
Monochromatic Colors of #E92114
Black with #E92114
Text Example
Text Example
White with #E92114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92114; }
p { color: rgb(233,33,20); }
H1.HeaderClassName
{
color: #E92114;
}
.AnyTagClassName
{
color: #E92114;
}
</style>
background-color css
<style>
a { background-color: #E92114; }
a { background-color: rgb(233,33,20); }
div.DivClassName
{
background-color: #E92114;
}
.BgClassName
{
background-color: #E92114;
}
</style>
border-color css
<style>
span { border-color: #E92114; }
span { border-color: rgb(233,33,20); }
td.TdClassName
{
border-color: #E92114;
}
.TagClassName
{
border-color: #E92114;
}
</style>