Shades of Crimson #E90534
Tints of Crimson #E90534
RGB
CMYK
RGB Variations
Color information
#E90534 (or 0xE90534) is known color: Crimson. HEX triplet: E9, 05 and 34. RGB value is (233,5,52). Sum of RGB (Red+Green+Blue) = 233+5+52=290 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.34% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 233 - color contains mainly: red. Hex color #E90534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90534 is #16FACB. Grayscale: #4E4E4E. Windows color (decimal): -1505996 or 3409385. OLE color: 3409385.
HSL color Cylindrical-coordinate representation of color #E90534: hue angle of 347.63º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90534 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.09 |
| HSL | 347.63º | 0.96% | 0.47% | - |
| HSV(B) | 347.63º | 0.98% | 0.91% | - |
| XYZ | 34.28 | 17.68 | 4.85 | - |
| YUV | 78.53 | 113.04 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 52 | 0 | 0.98 | 0.78 | 0.09 | 347.63 | 0.96 | 0.47 |
| Hex | E9 | 5 | 34 | 0 | 62 | 4E | 9 | 15C | 60 | 2F |
| Octal | 351 | 5 | 64 | 0 | 142 | 116 | 11 | 534 | 140 | 57 |
| Binary | 11101001 | 101 | 110100 | 0 | 1100010 | 1001110 | 1001 | 101011100 | 1100000 | 101111 |
Color Harmonies of #E90534
Complementary color
Monochromatic Colors of #E90534
Black with #E90534
Text Example
Text Example
White with #E90534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90534; }
p { color: rgb(233,5,52); }
H1.HeaderClassName
{
color: #E90534;
}
.AnyTagClassName
{
color: #E90534;
}
</style>
background-color css
<style>
a { background-color: #E90534; }
a { background-color: rgb(233,5,52); }
div.DivClassName
{
background-color: #E90534;
}
.BgClassName
{
background-color: #E90534;
}
</style>
border-color css
<style>
span { border-color: #E90534; }
span { border-color: rgb(233,5,52); }
td.TdClassName
{
border-color: #E90534;
}
.TagClassName
{
border-color: #E90534;
}
</style>