Shades of Crimson #E91045
Tints of Crimson #E91045
RGB
CMYK
RGB Variations
Color information
#E91045 (or 0xE91045) is known color: Crimson. HEX triplet: E9, 10 and 45. RGB value is (233,16,69). Sum of RGB (Red+Green+Blue) = 233+16+69=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E91045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91045 is #16EFBA. Grayscale: #565656. Windows color (decimal): -1503163 or 4526313. OLE color: 4526313.
HSL color Cylindrical-coordinate representation of color #E91045: hue angle of 345.35º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91045 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 69 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.09 |
| HSL | 345.35º | 0.87% | 0.49% | - |
| HSV(B) | 345.35º | 0.93% | 0.91% | - |
| XYZ | 34.86 | 18.12 | 7.29 | - |
| YUV | 86.93 | 117.89 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 69 | 0 | 0.93 | 0.70 | 0.09 | 345.35 | 0.87 | 0.49 |
| Hex | E9 | 10 | 45 | 0 | 5D | 46 | 9 | 159 | 57 | 31 |
| Octal | 351 | 20 | 105 | 0 | 135 | 106 | 11 | 531 | 127 | 61 |
| Binary | 11101001 | 10000 | 1000101 | 0 | 1011101 | 1000110 | 1001 | 101011001 | 1010111 | 110001 |
Color Harmonies of #E91045
Complementary color
Monochromatic Colors of #E91045
Black with #E91045
Text Example
Text Example
White with #E91045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91045; }
p { color: rgb(233,16,69); }
H1.HeaderClassName
{
color: #E91045;
}
.AnyTagClassName
{
color: #E91045;
}
</style>
background-color css
<style>
a { background-color: #E91045; }
a { background-color: rgb(233,16,69); }
div.DivClassName
{
background-color: #E91045;
}
.BgClassName
{
background-color: #E91045;
}
</style>
border-color css
<style>
span { border-color: #E91045; }
span { border-color: rgb(233,16,69); }
td.TdClassName
{
border-color: #E91045;
}
.TagClassName
{
border-color: #E91045;
}
</style>