Shades of Crimson #E91330
Tints of Crimson #E91330
RGB
CMYK
RGB Variations
Color information
#E91330 (or 0xE91330) is known color: Crimson. HEX triplet: E9, 13 and 30. RGB value is (233,19,48). Sum of RGB (Red+Green+Blue) = 233+19+48=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E91330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91330 is #16ECCF. Grayscale: #565656. Windows color (decimal): -1502416 or 3150825. OLE color: 3150825.
HSL color Cylindrical-coordinate representation of color #E91330: hue angle of 351.87º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91330 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 48 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.09 |
| HSL | 351.87º | 0.85% | 0.49% | - |
| HSV(B) | 351.87º | 0.92% | 0.91% | - |
| XYZ | 34.37 | 18 | 4.46 | - |
| YUV | 86.29 | 106.4 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 48 | 0 | 0.92 | 0.79 | 0.09 | 351.87 | 0.85 | 0.49 |
| Hex | E9 | 13 | 30 | 0 | 5C | 4F | 9 | 160 | 55 | 31 |
| Octal | 351 | 23 | 60 | 0 | 134 | 117 | 11 | 540 | 125 | 61 |
| Binary | 11101001 | 10011 | 110000 | 0 | 1011100 | 1001111 | 1001 | 101100000 | 1010101 | 110001 |
Color Harmonies of #E91330
Complementary color
Monochromatic Colors of #E91330
Black with #E91330
Text Example
Text Example
White with #E91330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91330; }
p { color: rgb(233,19,48); }
H1.HeaderClassName
{
color: #E91330;
}
.AnyTagClassName
{
color: #E91330;
}
</style>
background-color css
<style>
a { background-color: #E91330; }
a { background-color: rgb(233,19,48); }
div.DivClassName
{
background-color: #E91330;
}
.BgClassName
{
background-color: #E91330;
}
</style>
border-color css
<style>
span { border-color: #E91330; }
span { border-color: rgb(233,19,48); }
td.TdClassName
{
border-color: #E91330;
}
.TagClassName
{
border-color: #E91330;
}
</style>