Shades of Scarlet #E92218
Tints of Scarlet #E92218
RGB
CMYK
RGB Variations
Color information
#E92218 (or 0xE92218) is known color: Scarlet. HEX triplet: E9, 22 and 18. RGB value is (233,34,24). Sum of RGB (Red+Green+Blue) = 233+34+24=291 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.07% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 233 - color contains mainly: red. Hex color #E92218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92218 is #16DDE7. Grayscale: #5C5C5C. Windows color (decimal): -1498600 or 1581801. OLE color: 1581801.
HSL color Cylindrical-coordinate representation of color #E92218: hue angle of 2.87º degrees, saturation: 0.83, 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 #E92218 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.09 |
| HSL | 2.87º | 0.83% | 0.5% | - |
| HSV(B) | 2.87º | 0.9% | 0.91% | - |
| XYZ | 34.34 | 18.53 | 2.63 | - |
| YUV | 92.36 | 89.43 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 24 | 0 | 0.85 | 0.90 | 0.09 | 2.87 | 0.83 | 0.5 |
| Hex | E9 | 22 | 18 | 0 | 55 | 5A | 9 | 3 | 53 | 32 |
| Octal | 351 | 42 | 30 | 0 | 125 | 132 | 11 | 3 | 123 | 62 |
| Binary | 11101001 | 100010 | 11000 | 0 | 1010101 | 1011010 | 1001 | 11 | 1010011 | 110010 |
Color Harmonies of #E92218
Complementary color
Monochromatic Colors of #E92218
Black with #E92218
Text Example
Text Example
White with #E92218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92218; }
p { color: rgb(233,34,24); }
H1.HeaderClassName
{
color: #E92218;
}
.AnyTagClassName
{
color: #E92218;
}
</style>
background-color css
<style>
a { background-color: #E92218; }
a { background-color: rgb(233,34,24); }
div.DivClassName
{
background-color: #E92218;
}
.BgClassName
{
background-color: #E92218;
}
</style>
border-color css
<style>
span { border-color: #E92218; }
span { border-color: rgb(233,34,24); }
td.TdClassName
{
border-color: #E92218;
}
.TagClassName
{
border-color: #E92218;
}
</style>