Shades of Crimson #E91543
Tints of Crimson #E91543
RGB
CMYK
RGB Variations
Color information
#E91543 (or 0xE91543) is known color: Crimson. HEX triplet: E9, 15 and 43. RGB value is (233,21,67). Sum of RGB (Red+Green+Blue) = 233+21+67=321 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.59% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 233 - color contains mainly: red. Hex color #E91543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91543 is #16EABC. Grayscale: #595959. Windows color (decimal): -1501885 or 4396521. OLE color: 4396521.
HSL color Cylindrical-coordinate representation of color #E91543: hue angle of 346.98º 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 #E91543 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 67 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.09 |
| HSL | 346.98º | 0.83% | 0.5% | - |
| HSV(B) | 346.98º | 0.91% | 0.91% | - |
| XYZ | 34.89 | 18.27 | 7 | - |
| YUV | 89.63 | 115.24 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 67 | 0 | 0.91 | 0.71 | 0.09 | 346.98 | 0.83 | 0.5 |
| Hex | E9 | 15 | 43 | 0 | 5B | 47 | 9 | 15B | 53 | 32 |
| Octal | 351 | 25 | 103 | 0 | 133 | 107 | 11 | 533 | 123 | 62 |
| Binary | 11101001 | 10101 | 1000011 | 0 | 1011011 | 1000111 | 1001 | 101011011 | 1010011 | 110010 |
Color Harmonies of #E91543
Complementary color
Monochromatic Colors of #E91543
Black with #E91543
Text Example
Text Example
White with #E91543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91543; }
p { color: rgb(233,21,67); }
H1.HeaderClassName
{
color: #E91543;
}
.AnyTagClassName
{
color: #E91543;
}
</style>
background-color css
<style>
a { background-color: #E91543; }
a { background-color: rgb(233,21,67); }
div.DivClassName
{
background-color: #E91543;
}
.BgClassName
{
background-color: #E91543;
}
</style>
border-color css
<style>
span { border-color: #E91543; }
span { border-color: rgb(233,21,67); }
td.TdClassName
{
border-color: #E91543;
}
.TagClassName
{
border-color: #E91543;
}
</style>