Shades of Crimson #E91531
Tints of Crimson #E91531
RGB
CMYK
RGB Variations
Color information
#E91531 (or 0xE91531) is known color: Crimson. HEX triplet: E9, 15 and 31. RGB value is (233,21,49). Sum of RGB (Red+Green+Blue) = 233+21+49=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E91531 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91531 is #16EACE. Grayscale: #575757. Windows color (decimal): -1501903 or 3216873. OLE color: 3216873.
HSL color Cylindrical-coordinate representation of color #E91531: hue angle of 352.08º 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 #E91531 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 49 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.09 |
| HSL | 352.08º | 0.83% | 0.5% | - |
| HSV(B) | 352.08º | 0.91% | 0.91% | - |
| XYZ | 34.43 | 18.08 | 4.58 | - |
| YUV | 87.58 | 106.24 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 49 | 0 | 0.91 | 0.79 | 0.09 | 352.08 | 0.83 | 0.5 |
| Hex | E9 | 15 | 31 | 0 | 5B | 4F | 9 | 160 | 53 | 32 |
| Octal | 351 | 25 | 61 | 0 | 133 | 117 | 11 | 540 | 123 | 62 |
| Binary | 11101001 | 10101 | 110001 | 0 | 1011011 | 1001111 | 1001 | 101100000 | 1010011 | 110010 |
Color Harmonies of #E91531
Complementary color
Monochromatic Colors of #E91531
Black with #E91531
Text Example
Text Example
White with #E91531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91531; }
p { color: rgb(233,21,49); }
H1.HeaderClassName
{
color: #E91531;
}
.AnyTagClassName
{
color: #E91531;
}
</style>
background-color css
<style>
a { background-color: #E91531; }
a { background-color: rgb(233,21,49); }
div.DivClassName
{
background-color: #E91531;
}
.BgClassName
{
background-color: #E91531;
}
</style>
border-color css
<style>
span { border-color: #E91531; }
span { border-color: rgb(233,21,49); }
td.TdClassName
{
border-color: #E91531;
}
.TagClassName
{
border-color: #E91531;
}
</style>