Shades of Crimson #E91C3E
Tints of Crimson #E91C3E
RGB
CMYK
RGB Variations
Color information
#E91C3E (or 0xE91C3E) is known color: Crimson. HEX triplet: E9, 1C and 3E. RGB value is (233,28,62). Sum of RGB (Red+Green+Blue) = 233+28+62=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91C3E is #16E3C1. Grayscale: #5D5D5D. Windows color (decimal): -1500098 or 4070633. OLE color: 4070633.
HSL color Cylindrical-coordinate representation of color #E91C3E: hue angle of 350.05º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91C3E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 62 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.09 |
| HSL | 350.05º | 0.82% | 0.51% | - |
| HSV(B) | 350.05º | 0.88% | 0.91% | - |
| XYZ | 34.89 | 18.5 | 6.29 | - |
| YUV | 93.17 | 110.42 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 62 | 0 | 0.88 | 0.73 | 0.09 | 350.05 | 0.82 | 0.51 |
| Hex | E9 | 1C | 3E | 0 | 58 | 49 | 9 | 15E | 52 | 33 |
| Octal | 351 | 34 | 76 | 0 | 130 | 111 | 11 | 536 | 122 | 63 |
| Binary | 11101001 | 11100 | 111110 | 0 | 1011000 | 1001001 | 1001 | 101011110 | 1010010 | 110011 |
Color Harmonies of #E91C3E
Complementary color
Monochromatic Colors of #E91C3E
Black with #E91C3E
Text Example
Text Example
White with #E91C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C3E; }
p { color: rgb(233,28,62); }
H1.HeaderClassName
{
color: #E91C3E;
}
.AnyTagClassName
{
color: #E91C3E;
}
</style>
background-color css
<style>
a { background-color: #E91C3E; }
a { background-color: rgb(233,28,62); }
div.DivClassName
{
background-color: #E91C3E;
}
.BgClassName
{
background-color: #E91C3E;
}
</style>
border-color css
<style>
span { border-color: #E91C3E; }
span { border-color: rgb(233,28,62); }
td.TdClassName
{
border-color: #E91C3E;
}
.TagClassName
{
border-color: #E91C3E;
}
</style>