Shades of Scarlet #E92012
Tints of Scarlet #E92012
RGB
CMYK
RGB Variations
Color information
#E92012 (or 0xE92012) is known color: Scarlet. HEX triplet: E9, 20 and 12. RGB value is (233,32,18). Sum of RGB (Red+Green+Blue) = 233+32+18=283 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.33% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 233 - color contains mainly: red. Hex color #E92012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92012 is #16DFED. Grayscale: #5A5A5A. Windows color (decimal): -1499118 or 1188073. OLE color: 1188073.
HSL color Cylindrical-coordinate representation of color #E92012: hue angle of 3.91º 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 #E92012 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.09 |
| HSL | 3.91º | 0.86% | 0.49% | - |
| HSV(B) | 3.91º | 0.92% | 0.91% | - |
| XYZ | 34.23 | 18.4 | 2.32 | - |
| YUV | 90.5 | 87.09 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 18 | 0 | 0.86 | 0.92 | 0.09 | 3.91 | 0.86 | 0.49 |
| Hex | E9 | 20 | 12 | 0 | 56 | 5C | 9 | 4 | 56 | 31 |
| Octal | 351 | 40 | 22 | 0 | 126 | 134 | 11 | 4 | 126 | 61 |
| Binary | 11101001 | 100000 | 10010 | 0 | 1010110 | 1011100 | 1001 | 100 | 1010110 | 110001 |
Color Harmonies of #E92012
Complementary color
Monochromatic Colors of #E92012
Black with #E92012
Text Example
Text Example
White with #E92012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92012; }
p { color: rgb(233,32,18); }
H1.HeaderClassName
{
color: #E92012;
}
.AnyTagClassName
{
color: #E92012;
}
</style>
background-color css
<style>
a { background-color: #E92012; }
a { background-color: rgb(233,32,18); }
div.DivClassName
{
background-color: #E92012;
}
.BgClassName
{
background-color: #E92012;
}
</style>
border-color css
<style>
span { border-color: #E92012; }
span { border-color: rgb(233,32,18); }
td.TdClassName
{
border-color: #E92012;
}
.TagClassName
{
border-color: #E92012;
}
</style>