Shades of Scarlet #E91D1B
Tints of Scarlet #E91D1B
RGB
CMYK
RGB Variations
Color information
#E91D1B (or 0xE91D1B) is known color: Scarlet. HEX triplet: E9, 1D and 1B. RGB value is (233,29,27). Sum of RGB (Red+Green+Blue) = 233+29+27=289 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.62% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91D1B is #16E2E4. Grayscale: #595959. Windows color (decimal): -1499877 or 1777129. OLE color: 1777129.
HSL color Cylindrical-coordinate representation of color #E91D1B: hue angle of 0.58º 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 #E91D1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 27 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.09 |
| HSL | 0.58º | 0.82% | 0.51% | - |
| HSV(B) | 0.58º | 0.88% | 0.91% | - |
| XYZ | 34.24 | 18.28 | 2.76 | - |
| YUV | 89.77 | 92.59 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 27 | 0 | 0.88 | 0.88 | 0.09 | 0.58 | 0.82 | 0.51 |
| Hex | E9 | 1D | 1B | 0 | 58 | 58 | 9 | 1 | 52 | 33 |
| Octal | 351 | 35 | 33 | 0 | 130 | 130 | 11 | 1 | 122 | 63 |
| Binary | 11101001 | 11101 | 11011 | 0 | 1011000 | 1011000 | 1001 | 1 | 1010010 | 110011 |
Color Harmonies of #E91D1B
Complementary color
Monochromatic Colors of #E91D1B
Black with #E91D1B
Text Example
Text Example
White with #E91D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D1B; }
p { color: rgb(233,29,27); }
H1.HeaderClassName
{
color: #E91D1B;
}
.AnyTagClassName
{
color: #E91D1B;
}
</style>
background-color css
<style>
a { background-color: #E91D1B; }
a { background-color: rgb(233,29,27); }
div.DivClassName
{
background-color: #E91D1B;
}
.BgClassName
{
background-color: #E91D1B;
}
</style>
border-color css
<style>
span { border-color: #E91D1B; }
span { border-color: rgb(233,29,27); }
td.TdClassName
{
border-color: #E91D1B;
}
.TagClassName
{
border-color: #E91D1B;
}
</style>