Shades of Crimson #E91436
Tints of Crimson #E91436
RGB
CMYK
RGB Variations
Color information
#E91436 (or 0xE91436) is known color: Crimson. HEX triplet: E9, 14 and 36. RGB value is (233,20,54). Sum of RGB (Red+Green+Blue) = 233+20+54=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E91436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91436 is #16EBC9. Grayscale: #575757. Windows color (decimal): -1502154 or 3544297. OLE color: 3544297.
HSL color Cylindrical-coordinate representation of color #E91436: hue angle of 350.42º degrees, saturation: 0.84, 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 #E91436 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 54 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.09 |
| HSL | 350.42º | 0.84% | 0.5% | - |
| HSV(B) | 350.42º | 0.91% | 0.91% | - |
| XYZ | 34.52 | 18.09 | 5.16 | - |
| YUV | 87.56 | 109.07 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 54 | 0 | 0.91 | 0.77 | 0.09 | 350.42 | 0.84 | 0.5 |
| Hex | E9 | 14 | 36 | 0 | 5B | 4D | 9 | 15E | 54 | 32 |
| Octal | 351 | 24 | 66 | 0 | 133 | 115 | 11 | 536 | 124 | 62 |
| Binary | 11101001 | 10100 | 110110 | 0 | 1011011 | 1001101 | 1001 | 101011110 | 1010100 | 110010 |
Color Harmonies of #E91436
Complementary color
Monochromatic Colors of #E91436
Black with #E91436
Text Example
Text Example
White with #E91436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91436; }
p { color: rgb(233,20,54); }
H1.HeaderClassName
{
color: #E91436;
}
.AnyTagClassName
{
color: #E91436;
}
</style>
background-color css
<style>
a { background-color: #E91436; }
a { background-color: rgb(233,20,54); }
div.DivClassName
{
background-color: #E91436;
}
.BgClassName
{
background-color: #E91436;
}
</style>
border-color css
<style>
span { border-color: #E91436; }
span { border-color: rgb(233,20,54); }
td.TdClassName
{
border-color: #E91436;
}
.TagClassName
{
border-color: #E91436;
}
</style>