Shades of Crimson #E90F44
Tints of Crimson #E90F44
RGB
CMYK
RGB Variations
Color information
#E90F44 (or 0xE90F44) is known color: Crimson. HEX triplet: E9, 0F and 44. RGB value is (233,15,68). Sum of RGB (Red+Green+Blue) = 233+15+68=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90F44 is #16F0BB. Grayscale: #565656. Windows color (decimal): -1503420 or 4460521. OLE color: 4460521.
HSL color Cylindrical-coordinate representation of color #E90F44: hue angle of 345.41º 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 #E90F44 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 68 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.09 |
| HSL | 345.41º | 0.88% | 0.49% | - |
| HSV(B) | 345.41º | 0.94% | 0.91% | - |
| XYZ | 34.82 | 18.08 | 7.12 | - |
| YUV | 86.22 | 117.72 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 68 | 0 | 0.94 | 0.71 | 0.09 | 345.41 | 0.88 | 0.49 |
| Hex | E9 | F | 44 | 0 | 5E | 47 | 9 | 159 | 58 | 31 |
| Octal | 351 | 17 | 104 | 0 | 136 | 107 | 11 | 531 | 130 | 61 |
| Binary | 11101001 | 1111 | 1000100 | 0 | 1011110 | 1000111 | 1001 | 101011001 | 1011000 | 110001 |
Color Harmonies of #E90F44
Complementary color
Monochromatic Colors of #E90F44
Black with #E90F44
Text Example
Text Example
White with #E90F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F44; }
p { color: rgb(233,15,68); }
H1.HeaderClassName
{
color: #E90F44;
}
.AnyTagClassName
{
color: #E90F44;
}
</style>
background-color css
<style>
a { background-color: #E90F44; }
a { background-color: rgb(233,15,68); }
div.DivClassName
{
background-color: #E90F44;
}
.BgClassName
{
background-color: #E90F44;
}
</style>
border-color css
<style>
span { border-color: #E90F44; }
span { border-color: rgb(233,15,68); }
td.TdClassName
{
border-color: #E90F44;
}
.TagClassName
{
border-color: #E90F44;
}
</style>