Shades of Scarlet #E92516
Tints of Scarlet #E92516
RGB
CMYK
RGB Variations
Color information
#E92516 (or 0xE92516) is known color: Scarlet. HEX triplet: E9, 25 and 16. RGB value is (233,37,22). Sum of RGB (Red+Green+Blue) = 233+37+22=292 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.79% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 233 - color contains mainly: red. Hex color #E92516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92516 is #16DAE9. Grayscale: #5E5E5E. Windows color (decimal): -1497834 or 1451497. OLE color: 1451497.
HSL color Cylindrical-coordinate representation of color #E92516: hue angle of 4.27º 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 #E92516 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 22 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.09 |
| HSL | 4.27º | 0.83% | 0.5% | - |
| HSV(B) | 4.27º | 0.91% | 0.91% | - |
| XYZ | 34.41 | 18.7 | 2.56 | - |
| YUV | 93.89 | 87.43 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 22 | 0 | 0.84 | 0.91 | 0.09 | 4.27 | 0.83 | 0.5 |
| Hex | E9 | 25 | 16 | 0 | 54 | 5B | 9 | 4 | 53 | 32 |
| Octal | 351 | 45 | 26 | 0 | 124 | 133 | 11 | 4 | 123 | 62 |
| Binary | 11101001 | 100101 | 10110 | 0 | 1010100 | 1011011 | 1001 | 100 | 1010011 | 110010 |
Color Harmonies of #E92516
Complementary color
Monochromatic Colors of #E92516
Black with #E92516
Text Example
Text Example
White with #E92516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92516; }
p { color: rgb(233,37,22); }
H1.HeaderClassName
{
color: #E92516;
}
.AnyTagClassName
{
color: #E92516;
}
</style>
background-color css
<style>
a { background-color: #E92516; }
a { background-color: rgb(233,37,22); }
div.DivClassName
{
background-color: #E92516;
}
.BgClassName
{
background-color: #E92516;
}
</style>
border-color css
<style>
span { border-color: #E92516; }
span { border-color: rgb(233,37,22); }
td.TdClassName
{
border-color: #E92516;
}
.TagClassName
{
border-color: #E92516;
}
</style>