Shades of Scarlet #E91B0B
Tints of Scarlet #E91B0B
RGB
CMYK
RGB Variations
Color information
#E91B0B (or 0xE91B0B) is known color: Scarlet. HEX triplet: E9, 1B and 0B. RGB value is (233,27,11). Sum of RGB (Red+Green+Blue) = 233+27+11=271 (35% of max value = 765). Red value is 233 (91.41% from 255 or 85.98% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E91B0B is #16E4F4. Grayscale: #575757. Windows color (decimal): -1500405 or 728041. OLE color: 728041.
HSL color Cylindrical-coordinate representation of color #E91B0B: hue angle of 4.32º 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 #E91B0B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.09 |
| HSL | 4.32º | 0.91% | 0.48% | - |
| HSV(B) | 4.32º | 0.95% | 0.91% | - |
| XYZ | 34.06 | 18.13 | 2.02 | - |
| YUV | 86.77 | 85.25 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 11 | 0 | 0.88 | 0.95 | 0.09 | 4.32 | 0.91 | 0.48 |
| Hex | E9 | 1B | B | 0 | 58 | 5F | 9 | 4 | 5B | 30 |
| Octal | 351 | 33 | 13 | 0 | 130 | 137 | 11 | 4 | 133 | 60 |
| Binary | 11101001 | 11011 | 1011 | 0 | 1011000 | 1011111 | 1001 | 100 | 1011011 | 110000 |
Color Harmonies of #E91B0B
Complementary color
Monochromatic Colors of #E91B0B
Black with #E91B0B
Text Example
Text Example
White with #E91B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B0B; }
p { color: rgb(233,27,11); }
H1.HeaderClassName
{
color: #E91B0B;
}
.AnyTagClassName
{
color: #E91B0B;
}
</style>
background-color css
<style>
a { background-color: #E91B0B; }
a { background-color: rgb(233,27,11); }
div.DivClassName
{
background-color: #E91B0B;
}
.BgClassName
{
background-color: #E91B0B;
}
</style>
border-color css
<style>
span { border-color: #E91B0B; }
span { border-color: rgb(233,27,11); }
td.TdClassName
{
border-color: #E91B0B;
}
.TagClassName
{
border-color: #E91B0B;
}
</style>