Shades of Crimson #E91A3B
Tints of Crimson #E91A3B
RGB
CMYK
RGB Variations
Color information
#E91A3B (or 0xE91A3B) is known color: Crimson. HEX triplet: E9, 1A and 3B. RGB value is (233,26,59). Sum of RGB (Red+Green+Blue) = 233+26+59=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A3B is #16E5C4. Grayscale: #5B5B5B. Windows color (decimal): -1500613 or 3873513. OLE color: 3873513.
HSL color Cylindrical-coordinate representation of color #E91A3B: hue angle of 350.43º 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 #E91A3B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 59 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.09 |
| HSL | 350.43º | 0.82% | 0.51% | - |
| HSV(B) | 350.43º | 0.89% | 0.91% | - |
| XYZ | 34.76 | 18.38 | 5.85 | - |
| YUV | 91.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 59 | 0 | 0.89 | 0.75 | 0.09 | 350.43 | 0.82 | 0.51 |
| Hex | E9 | 1A | 3B | 0 | 59 | 4B | 9 | 15E | 52 | 33 |
| Octal | 351 | 32 | 73 | 0 | 131 | 113 | 11 | 536 | 122 | 63 |
| Binary | 11101001 | 11010 | 111011 | 0 | 1011001 | 1001011 | 1001 | 101011110 | 1010010 | 110011 |
Color Harmonies of #E91A3B
Complementary color
Monochromatic Colors of #E91A3B
Black with #E91A3B
Text Example
Text Example
White with #E91A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A3B; }
p { color: rgb(233,26,59); }
H1.HeaderClassName
{
color: #E91A3B;
}
.AnyTagClassName
{
color: #E91A3B;
}
</style>
background-color css
<style>
a { background-color: #E91A3B; }
a { background-color: rgb(233,26,59); }
div.DivClassName
{
background-color: #E91A3B;
}
.BgClassName
{
background-color: #E91A3B;
}
</style>
border-color css
<style>
span { border-color: #E91A3B; }
span { border-color: rgb(233,26,59); }
td.TdClassName
{
border-color: #E91A3B;
}
.TagClassName
{
border-color: #E91A3B;
}
</style>