Shades of Crimson #E91447
Tints of Crimson #E91447
RGB
CMYK
RGB Variations
Color information
#E91447 (or 0xE91447) is known color: Crimson. HEX triplet: E9, 14 and 47. RGB value is (233,20,71). Sum of RGB (Red+Green+Blue) = 233+20+71=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E91447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91447 is #16EBB8. Grayscale: #595959. Windows color (decimal): -1502137 or 4658409. OLE color: 4658409.
HSL color Cylindrical-coordinate representation of color #E91447: hue angle of 345.63º 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 #E91447 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 71 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.09 |
| HSL | 345.63º | 0.84% | 0.5% | - |
| HSV(B) | 345.63º | 0.91% | 0.91% | - |
| XYZ | 34.99 | 18.28 | 7.65 | - |
| YUV | 89.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 71 | 0 | 0.91 | 0.70 | 0.09 | 345.63 | 0.84 | 0.5 |
| Hex | E9 | 14 | 47 | 0 | 5B | 46 | 9 | 15A | 54 | 32 |
| Octal | 351 | 24 | 107 | 0 | 133 | 106 | 11 | 532 | 124 | 62 |
| Binary | 11101001 | 10100 | 1000111 | 0 | 1011011 | 1000110 | 1001 | 101011010 | 1010100 | 110010 |
Color Harmonies of #E91447
Complementary color
Monochromatic Colors of #E91447
Black with #E91447
Text Example
Text Example
White with #E91447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91447; }
p { color: rgb(233,20,71); }
H1.HeaderClassName
{
color: #E91447;
}
.AnyTagClassName
{
color: #E91447;
}
</style>
background-color css
<style>
a { background-color: #E91447; }
a { background-color: rgb(233,20,71); }
div.DivClassName
{
background-color: #E91447;
}
.BgClassName
{
background-color: #E91447;
}
</style>
border-color css
<style>
span { border-color: #E91447; }
span { border-color: rgb(233,20,71); }
td.TdClassName
{
border-color: #E91447;
}
.TagClassName
{
border-color: #E91447;
}
</style>