Shades of Scarlet #E91B16
Tints of Scarlet #E91B16
RGB
CMYK
RGB Variations
Color information
#E91B16 (or 0xE91B16) is known color: Scarlet. HEX triplet: E9, 1B and 16. RGB value is (233,27,22). Sum of RGB (Red+Green+Blue) = 233+27+22=282 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.62% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E91B16 is #16E4E9. Grayscale: #585858. Windows color (decimal): -1500394 or 1448937. OLE color: 1448937.
HSL color Cylindrical-coordinate representation of color #E91B16: hue angle of 1.42º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91B16 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 22 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.09 |
| HSL | 1.42º | 0.83% | 0.5% | - |
| HSV(B) | 1.42º | 0.91% | 0.91% | - |
| XYZ | 34.14 | 18.17 | 2.47 | - |
| YUV | 88.02 | 90.75 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 22 | 0 | 0.88 | 0.91 | 0.09 | 1.42 | 0.83 | 0.5 |
| Hex | E9 | 1B | 16 | 0 | 58 | 5B | 9 | 1 | 53 | 32 |
| Octal | 351 | 33 | 26 | 0 | 130 | 133 | 11 | 1 | 123 | 62 |
| Binary | 11101001 | 11011 | 10110 | 0 | 1011000 | 1011011 | 1001 | 1 | 1010011 | 110010 |
Color Harmonies of #E91B16
Complementary color
Monochromatic Colors of #E91B16
Black with #E91B16
Text Example
Text Example
White with #E91B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B16; }
p { color: rgb(233,27,22); }
H1.HeaderClassName
{
color: #E91B16;
}
.AnyTagClassName
{
color: #E91B16;
}
</style>
background-color css
<style>
a { background-color: #E91B16; }
a { background-color: rgb(233,27,22); }
div.DivClassName
{
background-color: #E91B16;
}
.BgClassName
{
background-color: #E91B16;
}
</style>
border-color css
<style>
span { border-color: #E91B16; }
span { border-color: rgb(233,27,22); }
td.TdClassName
{
border-color: #E91B16;
}
.TagClassName
{
border-color: #E91B16;
}
</style>