Shades of Scarlet #E91A11
Tints of Scarlet #E91A11
RGB
CMYK
RGB Variations
Color information
#E91A11 (or 0xE91A11) is known color: Scarlet. HEX triplet: E9, 1A and 11. RGB value is (233,26,17). Sum of RGB (Red+Green+Blue) = 233+26+17=276 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.42% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E91A11 is #16E5EE. Grayscale: #575757. Windows color (decimal): -1500655 or 1121001. OLE color: 1121001.
HSL color Cylindrical-coordinate representation of color #E91A11: hue angle of 2.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91A11 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 17 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.09 |
| HSL | 2.5º | 0.86% | 0.49% | - |
| HSV(B) | 2.5º | 0.93% | 0.91% | - |
| XYZ | 34.07 | 18.1 | 2.23 | - |
| YUV | 86.87 | 88.58 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 17 | 0 | 0.89 | 0.93 | 0.09 | 2.5 | 0.86 | 0.49 |
| Hex | E9 | 1A | 11 | 0 | 59 | 5D | 9 | 2 | 56 | 31 |
| Octal | 351 | 32 | 21 | 0 | 131 | 135 | 11 | 2 | 126 | 61 |
| Binary | 11101001 | 11010 | 10001 | 0 | 1011001 | 1011101 | 1001 | 10 | 1010110 | 110001 |
Color Harmonies of #E91A11
Complementary color
Monochromatic Colors of #E91A11
Black with #E91A11
Text Example
Text Example
White with #E91A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A11; }
p { color: rgb(233,26,17); }
H1.HeaderClassName
{
color: #E91A11;
}
.AnyTagClassName
{
color: #E91A11;
}
</style>
background-color css
<style>
a { background-color: #E91A11; }
a { background-color: rgb(233,26,17); }
div.DivClassName
{
background-color: #E91A11;
}
.BgClassName
{
background-color: #E91A11;
}
</style>
border-color css
<style>
span { border-color: #E91A11; }
span { border-color: rgb(233,26,17); }
td.TdClassName
{
border-color: #E91A11;
}
.TagClassName
{
border-color: #E91A11;
}
</style>