Shades of Crimson #E91836
Tints of Crimson #E91836
RGB
CMYK
RGB Variations
Color information
#E91836 (or 0xE91836) is known color: Crimson. HEX triplet: E9, 18 and 36. RGB value is (233,24,54). Sum of RGB (Red+Green+Blue) = 233+24+54=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E91836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91836 is #16E7C9. Grayscale: #595959. Windows color (decimal): -1501130 or 3545321. OLE color: 3545321.
HSL color Cylindrical-coordinate representation of color #E91836: hue angle of 351.39º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91836 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 54 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.09 |
| HSL | 351.39º | 0.83% | 0.5% | - |
| HSV(B) | 351.39º | 0.9% | 0.91% | - |
| XYZ | 34.6 | 18.24 | 5.19 | - |
| YUV | 89.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 54 | 0 | 0.90 | 0.77 | 0.09 | 351.39 | 0.83 | 0.5 |
| Hex | E9 | 18 | 36 | 0 | 5A | 4D | 9 | 15F | 53 | 32 |
| Octal | 351 | 30 | 66 | 0 | 132 | 115 | 11 | 537 | 123 | 62 |
| Binary | 11101001 | 11000 | 110110 | 0 | 1011010 | 1001101 | 1001 | 101011111 | 1010011 | 110010 |
Color Harmonies of #E91836
Complementary color
Monochromatic Colors of #E91836
Black with #E91836
Text Example
Text Example
White with #E91836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91836; }
p { color: rgb(233,24,54); }
H1.HeaderClassName
{
color: #E91836;
}
.AnyTagClassName
{
color: #E91836;
}
</style>
background-color css
<style>
a { background-color: #E91836; }
a { background-color: rgb(233,24,54); }
div.DivClassName
{
background-color: #E91836;
}
.BgClassName
{
background-color: #E91836;
}
</style>
border-color css
<style>
span { border-color: #E91836; }
span { border-color: rgb(233,24,54); }
td.TdClassName
{
border-color: #E91836;
}
.TagClassName
{
border-color: #E91836;
}
</style>