Shades of Scarlet #E9221B
Tints of Scarlet #E9221B
RGB
CMYK
RGB Variations
Color information
#E9221B (or 0xE9221B) is known color: Scarlet. HEX triplet: E9, 22 and 1B. RGB value is (233,34,27). Sum of RGB (Red+Green+Blue) = 233+34+27=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E9221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9221B is #16DDE4. Grayscale: #5C5C5C. Windows color (decimal): -1498597 or 1778409. OLE color: 1778409.
HSL color Cylindrical-coordinate representation of color #E9221B: hue angle of 2.04º 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 #E9221B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.09 |
| HSL | 2.04º | 0.82% | 0.51% | - |
| HSV(B) | 2.04º | 0.88% | 0.91% | - |
| XYZ | 34.37 | 18.55 | 2.81 | - |
| YUV | 92.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 27 | 0 | 0.85 | 0.88 | 0.09 | 2.04 | 0.82 | 0.51 |
| Hex | E9 | 22 | 1B | 0 | 55 | 58 | 9 | 2 | 52 | 33 |
| Octal | 351 | 42 | 33 | 0 | 125 | 130 | 11 | 2 | 122 | 63 |
| Binary | 11101001 | 100010 | 11011 | 0 | 1010101 | 1011000 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E9221B
Complementary color
Monochromatic Colors of #E9221B
Black with #E9221B
Text Example
Text Example
White with #E9221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9221B; }
p { color: rgb(233,34,27); }
H1.HeaderClassName
{
color: #E9221B;
}
.AnyTagClassName
{
color: #E9221B;
}
</style>
background-color css
<style>
a { background-color: #E9221B; }
a { background-color: rgb(233,34,27); }
div.DivClassName
{
background-color: #E9221B;
}
.BgClassName
{
background-color: #E9221B;
}
</style>
border-color css
<style>
span { border-color: #E9221B; }
span { border-color: rgb(233,34,27); }
td.TdClassName
{
border-color: #E9221B;
}
.TagClassName
{
border-color: #E9221B;
}
</style>