Shades of Scarlet #E92A16
Tints of Scarlet #E92A16
RGB
CMYK
RGB Variations
Color information
#E92A16 (or 0xE92A16) is known color: Scarlet. HEX triplet: E9, 2A and 16. RGB value is (233,42,22). Sum of RGB (Red+Green+Blue) = 233+42+22=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92A16 is #16D5E9. Grayscale: #616161. Windows color (decimal): -1496554 or 1452777. OLE color: 1452777.
HSL color Cylindrical-coordinate representation of color #E92A16: hue angle of 5.69º degrees, saturation: 0.83, 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 #E92A16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 22 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.09 |
| HSL | 5.69º | 0.83% | 0.5% | - |
| HSV(B) | 5.69º | 0.91% | 0.91% | - |
| XYZ | 34.58 | 19.04 | 2.61 | - |
| YUV | 96.83 | 85.78 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 22 | 0 | 0.82 | 0.91 | 0.09 | 5.69 | 0.83 | 0.5 |
| Hex | E9 | 2A | 16 | 0 | 52 | 5B | 9 | 6 | 53 | 32 |
| Octal | 351 | 52 | 26 | 0 | 122 | 133 | 11 | 6 | 123 | 62 |
| Binary | 11101001 | 101010 | 10110 | 0 | 1010010 | 1011011 | 1001 | 110 | 1010011 | 110010 |
Color Harmonies of #E92A16
Complementary color
Monochromatic Colors of #E92A16
Black with #E92A16
Text Example
Text Example
White with #E92A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92A16; }
p { color: rgb(233,42,22); }
H1.HeaderClassName
{
color: #E92A16;
}
.AnyTagClassName
{
color: #E92A16;
}
</style>
background-color css
<style>
a { background-color: #E92A16; }
a { background-color: rgb(233,42,22); }
div.DivClassName
{
background-color: #E92A16;
}
.BgClassName
{
background-color: #E92A16;
}
</style>
border-color css
<style>
span { border-color: #E92A16; }
span { border-color: rgb(233,42,22); }
td.TdClassName
{
border-color: #E92A16;
}
.TagClassName
{
border-color: #E92A16;
}
</style>