Shades of Crimson #E91544
Tints of Crimson #E91544
RGB
CMYK
RGB Variations
Color information
#E91544 (or 0xE91544) is known color: Crimson. HEX triplet: E9, 15 and 44. RGB value is (233,21,68). Sum of RGB (Red+Green+Blue) = 233+21+68=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E91544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91544 is #16EABB. Grayscale: #595959. Windows color (decimal): -1501884 or 4462057. OLE color: 4462057.
HSL color Cylindrical-coordinate representation of color #E91544: hue angle of 346.7º 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 #E91544 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 68 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.09 |
| HSL | 346.7º | 0.83% | 0.5% | - |
| HSV(B) | 346.7º | 0.91% | 0.91% | - |
| XYZ | 34.92 | 18.28 | 7.16 | - |
| YUV | 89.75 | 115.74 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 68 | 0 | 0.91 | 0.71 | 0.09 | 346.7 | 0.83 | 0.5 |
| Hex | E9 | 15 | 44 | 0 | 5B | 47 | 9 | 15B | 53 | 32 |
| Octal | 351 | 25 | 104 | 0 | 133 | 107 | 11 | 533 | 123 | 62 |
| Binary | 11101001 | 10101 | 1000100 | 0 | 1011011 | 1000111 | 1001 | 101011011 | 1010011 | 110010 |
Color Harmonies of #E91544
Complementary color
Monochromatic Colors of #E91544
Black with #E91544
Text Example
Text Example
White with #E91544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91544; }
p { color: rgb(233,21,68); }
H1.HeaderClassName
{
color: #E91544;
}
.AnyTagClassName
{
color: #E91544;
}
</style>
background-color css
<style>
a { background-color: #E91544; }
a { background-color: rgb(233,21,68); }
div.DivClassName
{
background-color: #E91544;
}
.BgClassName
{
background-color: #E91544;
}
</style>
border-color css
<style>
span { border-color: #E91544; }
span { border-color: rgb(233,21,68); }
td.TdClassName
{
border-color: #E91544;
}
.TagClassName
{
border-color: #E91544;
}
</style>