Shades of Scarlet #E9221C
Tints of Scarlet #E9221C
RGB
CMYK
RGB Variations
Color information
#E9221C (or 0xE9221C) is known color: Scarlet. HEX triplet: E9, 22 and 1C. RGB value is (233,34,28). Sum of RGB (Red+Green+Blue) = 233+34+28=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9221C is #16DDE3. Grayscale: #5D5D5D. Windows color (decimal): -1498596 or 1843945. OLE color: 1843945.
HSL color Cylindrical-coordinate representation of color #E9221C: hue angle of 1.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9221C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 28 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.09 |
| HSL | 1.76º | 0.82% | 0.51% | - |
| HSV(B) | 1.76º | 0.88% | 0.91% | - |
| XYZ | 34.39 | 18.55 | 2.87 | - |
| YUV | 92.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 28 | 0 | 0.85 | 0.88 | 0.09 | 1.76 | 0.82 | 0.51 |
| Hex | E9 | 22 | 1C | 0 | 55 | 58 | 9 | 2 | 52 | 33 |
| Octal | 351 | 42 | 34 | 0 | 125 | 130 | 11 | 2 | 122 | 63 |
| Binary | 11101001 | 100010 | 11100 | 0 | 1010101 | 1011000 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E9221C
Complementary color
Monochromatic Colors of #E9221C
Black with #E9221C
Text Example
Text Example
White with #E9221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9221C; }
p { color: rgb(233,34,28); }
H1.HeaderClassName
{
color: #E9221C;
}
.AnyTagClassName
{
color: #E9221C;
}
</style>
background-color css
<style>
a { background-color: #E9221C; }
a { background-color: rgb(233,34,28); }
div.DivClassName
{
background-color: #E9221C;
}
.BgClassName
{
background-color: #E9221C;
}
</style>
border-color css
<style>
span { border-color: #E9221C; }
span { border-color: rgb(233,34,28); }
td.TdClassName
{
border-color: #E9221C;
}
.TagClassName
{
border-color: #E9221C;
}
</style>