Shades of Crimson #E90F45
Tints of Crimson #E90F45
RGB
CMYK
RGB Variations
Color information
#E90F45 (or 0xE90F45) is known color: Crimson. HEX triplet: E9, 0F and 45. RGB value is (233,15,69). Sum of RGB (Red+Green+Blue) = 233+15+69=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90F45 is #16F0BA. Grayscale: #565656. Windows color (decimal): -1503419 or 4526057. OLE color: 4526057.
HSL color Cylindrical-coordinate representation of color #E90F45: hue angle of 345.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F45 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 69 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.09 |
| HSL | 345.14º | 0.88% | 0.49% | - |
| HSV(B) | 345.14º | 0.94% | 0.91% | - |
| XYZ | 34.85 | 18.09 | 7.29 | - |
| YUV | 86.34 | 118.22 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 69 | 0 | 0.94 | 0.70 | 0.09 | 345.14 | 0.88 | 0.49 |
| Hex | E9 | F | 45 | 0 | 5E | 46 | 9 | 159 | 58 | 31 |
| Octal | 351 | 17 | 105 | 0 | 136 | 106 | 11 | 531 | 130 | 61 |
| Binary | 11101001 | 1111 | 1000101 | 0 | 1011110 | 1000110 | 1001 | 101011001 | 1011000 | 110001 |
Color Harmonies of #E90F45
Complementary color
Monochromatic Colors of #E90F45
Black with #E90F45
Text Example
Text Example
White with #E90F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F45; }
p { color: rgb(233,15,69); }
H1.HeaderClassName
{
color: #E90F45;
}
.AnyTagClassName
{
color: #E90F45;
}
</style>
background-color css
<style>
a { background-color: #E90F45; }
a { background-color: rgb(233,15,69); }
div.DivClassName
{
background-color: #E90F45;
}
.BgClassName
{
background-color: #E90F45;
}
</style>
border-color css
<style>
span { border-color: #E90F45; }
span { border-color: rgb(233,15,69); }
td.TdClassName
{
border-color: #E90F45;
}
.TagClassName
{
border-color: #E90F45;
}
</style>