Shades of Crimson #E91B3E
Tints of Crimson #E91B3E
RGB
CMYK
RGB Variations
Color information
#E91B3E (or 0xE91B3E) is known color: Crimson. HEX triplet: E9, 1B and 3E. RGB value is (233,27,62). Sum of RGB (Red+Green+Blue) = 233+27+62=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91B3E is #16E4C1. Grayscale: #5C5C5C. Windows color (decimal): -1500354 or 4070377. OLE color: 4070377.
HSL color Cylindrical-coordinate representation of color #E91B3E: hue angle of 349.81º 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 #E91B3E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 62 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.09 |
| HSL | 349.81º | 0.82% | 0.51% | - |
| HSV(B) | 349.81º | 0.88% | 0.91% | - |
| XYZ | 34.87 | 18.46 | 6.28 | - |
| YUV | 92.58 | 110.75 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 62 | 0 | 0.88 | 0.73 | 0.09 | 349.81 | 0.82 | 0.51 |
| Hex | E9 | 1B | 3E | 0 | 58 | 49 | 9 | 15E | 52 | 33 |
| Octal | 351 | 33 | 76 | 0 | 130 | 111 | 11 | 536 | 122 | 63 |
| Binary | 11101001 | 11011 | 111110 | 0 | 1011000 | 1001001 | 1001 | 101011110 | 1010010 | 110011 |
Color Harmonies of #E91B3E
Complementary color
Monochromatic Colors of #E91B3E
Black with #E91B3E
Text Example
Text Example
White with #E91B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B3E; }
p { color: rgb(233,27,62); }
H1.HeaderClassName
{
color: #E91B3E;
}
.AnyTagClassName
{
color: #E91B3E;
}
</style>
background-color css
<style>
a { background-color: #E91B3E; }
a { background-color: rgb(233,27,62); }
div.DivClassName
{
background-color: #E91B3E;
}
.BgClassName
{
background-color: #E91B3E;
}
</style>
border-color css
<style>
span { border-color: #E91B3E; }
span { border-color: rgb(233,27,62); }
td.TdClassName
{
border-color: #E91B3E;
}
.TagClassName
{
border-color: #E91B3E;
}
</style>