Shades of Scarlet #E9290B
Tints of Scarlet #E9290B
RGB
CMYK
RGB Variations
Color information
#E9290B (or 0xE9290B) is known color: Scarlet. HEX triplet: E9, 29 and 0B. RGB value is (233,41,11). Sum of RGB (Red+Green+Blue) = 233+41+11=285 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.75% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 233 - color contains mainly: red. Hex color #E9290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9290B is #16D6F4. Grayscale: #5F5F5F. Windows color (decimal): -1496821 or 731625. OLE color: 731625.
HSL color Cylindrical-coordinate representation of color #E9290B: hue angle of 8.11º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9290B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.09 |
| HSL | 8.11º | 0.91% | 0.48% | - |
| HSV(B) | 8.11º | 0.95% | 0.91% | - |
| XYZ | 34.46 | 18.93 | 2.16 | - |
| YUV | 94.99 | 80.61 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 11 | 0 | 0.82 | 0.95 | 0.09 | 8.11 | 0.91 | 0.48 |
| Hex | E9 | 29 | B | 0 | 52 | 5F | 9 | 8 | 5B | 30 |
| Octal | 351 | 51 | 13 | 0 | 122 | 137 | 11 | 10 | 133 | 60 |
| Binary | 11101001 | 101001 | 1011 | 0 | 1010010 | 1011111 | 1001 | 1000 | 1011011 | 110000 |
Color Harmonies of #E9290B
Complementary color
Monochromatic Colors of #E9290B
Black with #E9290B
Text Example
Text Example
White with #E9290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9290B; }
p { color: rgb(233,41,11); }
H1.HeaderClassName
{
color: #E9290B;
}
.AnyTagClassName
{
color: #E9290B;
}
</style>
background-color css
<style>
a { background-color: #E9290B; }
a { background-color: rgb(233,41,11); }
div.DivClassName
{
background-color: #E9290B;
}
.BgClassName
{
background-color: #E9290B;
}
</style>
border-color css
<style>
span { border-color: #E9290B; }
span { border-color: rgb(233,41,11); }
td.TdClassName
{
border-color: #E9290B;
}
.TagClassName
{
border-color: #E9290B;
}
</style>