Shades of Crimson #E91A40
Tints of Crimson #E91A40
RGB
CMYK
RGB Variations
Color information
#E91A40 (or 0xE91A40) is known color: Crimson. HEX triplet: E9, 1A and 40. RGB value is (233,26,64). Sum of RGB (Red+Green+Blue) = 233+26+64=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A40 is #16E5BF. Grayscale: #5C5C5C. Windows color (decimal): -1500608 or 4201193. OLE color: 4201193.
HSL color Cylindrical-coordinate representation of color #E91A40: hue angle of 348.99º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91A40 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 64 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.09 |
| HSL | 348.99º | 0.82% | 0.51% | - |
| HSV(B) | 348.99º | 0.89% | 0.91% | - |
| XYZ | 34.9 | 18.43 | 6.57 | - |
| YUV | 92.23 | 112.08 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 64 | 0 | 0.89 | 0.73 | 0.09 | 348.99 | 0.82 | 0.51 |
| Hex | E9 | 1A | 40 | 0 | 59 | 49 | 9 | 15D | 52 | 33 |
| Octal | 351 | 32 | 100 | 0 | 131 | 111 | 11 | 535 | 122 | 63 |
| Binary | 11101001 | 11010 | 1000000 | 0 | 1011001 | 1001001 | 1001 | 101011101 | 1010010 | 110011 |
Color Harmonies of #E91A40
Complementary color
Monochromatic Colors of #E91A40
Black with #E91A40
Text Example
Text Example
White with #E91A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A40; }
p { color: rgb(233,26,64); }
H1.HeaderClassName
{
color: #E91A40;
}
.AnyTagClassName
{
color: #E91A40;
}
</style>
background-color css
<style>
a { background-color: #E91A40; }
a { background-color: rgb(233,26,64); }
div.DivClassName
{
background-color: #E91A40;
}
.BgClassName
{
background-color: #E91A40;
}
</style>
border-color css
<style>
span { border-color: #E91A40; }
span { border-color: rgb(233,26,64); }
td.TdClassName
{
border-color: #E91A40;
}
.TagClassName
{
border-color: #E91A40;
}
</style>