Shades of Scarlet #E92213
Tints of Scarlet #E92213
RGB
CMYK
RGB Variations
Color information
#E92213 (or 0xE92213) is known color: Scarlet. HEX triplet: E9, 22 and 13. RGB value is (233,34,19). Sum of RGB (Red+Green+Blue) = 233+34+19=286 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.47% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 233 - color contains mainly: red. Hex color #E92213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92213 is #16DDEC. Grayscale: #5C5C5C. Windows color (decimal): -1498605 or 1254121. OLE color: 1254121.
HSL color Cylindrical-coordinate representation of color #E92213: hue angle of 4.21º degrees, saturation: 0.85, 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 #E92213 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.09 |
| HSL | 4.21º | 0.85% | 0.49% | - |
| HSV(B) | 4.21º | 0.92% | 0.91% | - |
| XYZ | 34.29 | 18.51 | 2.38 | - |
| YUV | 91.79 | 86.93 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 19 | 0 | 0.85 | 0.92 | 0.09 | 4.21 | 0.85 | 0.49 |
| Hex | E9 | 22 | 13 | 0 | 55 | 5C | 9 | 4 | 55 | 31 |
| Octal | 351 | 42 | 23 | 0 | 125 | 134 | 11 | 4 | 125 | 61 |
| Binary | 11101001 | 100010 | 10011 | 0 | 1010101 | 1011100 | 1001 | 100 | 1010101 | 110001 |
Color Harmonies of #E92213
Complementary color
Monochromatic Colors of #E92213
Black with #E92213
Text Example
Text Example
White with #E92213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92213; }
p { color: rgb(233,34,19); }
H1.HeaderClassName
{
color: #E92213;
}
.AnyTagClassName
{
color: #E92213;
}
</style>
background-color css
<style>
a { background-color: #E92213; }
a { background-color: rgb(233,34,19); }
div.DivClassName
{
background-color: #E92213;
}
.BgClassName
{
background-color: #E92213;
}
</style>
border-color css
<style>
span { border-color: #E92213; }
span { border-color: rgb(233,34,19); }
td.TdClassName
{
border-color: #E92213;
}
.TagClassName
{
border-color: #E92213;
}
</style>