Shades of Crimson #E90334
Tints of Crimson #E90334
RGB
CMYK
RGB Variations
Color information
#E90334 (or 0xE90334) is known color: Crimson. HEX triplet: E9, 03 and 34. RGB value is (233,3,52). Sum of RGB (Red+Green+Blue) = 233+3+52=288 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.90% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 233 - color contains mainly: red. Hex color #E90334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90334 is #16FCCB. Grayscale: #4D4D4D. Windows color (decimal): -1506508 or 3408873. OLE color: 3408873.
HSL color Cylindrical-coordinate representation of color #E90334: hue angle of 347.22º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90334 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.09 |
| HSL | 347.22º | 0.97% | 0.46% | - |
| HSV(B) | 347.22º | 0.99% | 0.91% | - |
| XYZ | 34.26 | 17.64 | 4.85 | - |
| YUV | 77.36 | 113.7 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 3 | 52 | 0 | 0.99 | 0.78 | 0.09 | 347.22 | 0.97 | 0.46 |
| Hex | E9 | 3 | 34 | 0 | 63 | 4E | 9 | 15B | 61 | 2E |
| Octal | 351 | 3 | 64 | 0 | 143 | 116 | 11 | 533 | 141 | 56 |
| Binary | 11101001 | 11 | 110100 | 0 | 1100011 | 1001110 | 1001 | 101011011 | 1100001 | 101110 |
Color Harmonies of #E90334
Complementary color
Monochromatic Colors of #E90334
Black with #E90334
Text Example
Text Example
White with #E90334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90334; }
p { color: rgb(233,3,52); }
H1.HeaderClassName
{
color: #E90334;
}
.AnyTagClassName
{
color: #E90334;
}
</style>
background-color css
<style>
a { background-color: #E90334; }
a { background-color: rgb(233,3,52); }
div.DivClassName
{
background-color: #E90334;
}
.BgClassName
{
background-color: #E90334;
}
</style>
border-color css
<style>
span { border-color: #E90334; }
span { border-color: rgb(233,3,52); }
td.TdClassName
{
border-color: #E90334;
}
.TagClassName
{
border-color: #E90334;
}
</style>