Shades of Crimson #E91434
Tints of Crimson #E91434
RGB
CMYK
RGB Variations
Color information
#E91434 (or 0xE91434) is known color: Crimson. HEX triplet: E9, 14 and 34. RGB value is (233,20,52). Sum of RGB (Red+Green+Blue) = 233+20+52=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E91434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91434 is #16EBCB. Grayscale: #575757. Windows color (decimal): -1502156 or 3413225. OLE color: 3413225.
HSL color Cylindrical-coordinate representation of color #E91434: hue angle of 350.99º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91434 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 52 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.09 |
| HSL | 350.99º | 0.84% | 0.5% | - |
| HSV(B) | 350.99º | 0.91% | 0.91% | - |
| XYZ | 34.47 | 18.07 | 4.92 | - |
| YUV | 87.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 52 | 0 | 0.91 | 0.78 | 0.09 | 350.99 | 0.84 | 0.5 |
| Hex | E9 | 14 | 34 | 0 | 5B | 4E | 9 | 15F | 54 | 32 |
| Octal | 351 | 24 | 64 | 0 | 133 | 116 | 11 | 537 | 124 | 62 |
| Binary | 11101001 | 10100 | 110100 | 0 | 1011011 | 1001110 | 1001 | 101011111 | 1010100 | 110010 |
Color Harmonies of #E91434
Complementary color
Monochromatic Colors of #E91434
Black with #E91434
Text Example
Text Example
White with #E91434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91434; }
p { color: rgb(233,20,52); }
H1.HeaderClassName
{
color: #E91434;
}
.AnyTagClassName
{
color: #E91434;
}
</style>
background-color css
<style>
a { background-color: #E91434; }
a { background-color: rgb(233,20,52); }
div.DivClassName
{
background-color: #E91434;
}
.BgClassName
{
background-color: #E91434;
}
</style>
border-color css
<style>
span { border-color: #E91434; }
span { border-color: rgb(233,20,52); }
td.TdClassName
{
border-color: #E91434;
}
.TagClassName
{
border-color: #E91434;
}
</style>