Shades of Crimson #E91C44
Tints of Crimson #E91C44
RGB
CMYK
RGB Variations
Color information
#E91C44 (or 0xE91C44) is known color: Crimson. HEX triplet: E9, 1C and 44. RGB value is (233,28,68). Sum of RGB (Red+Green+Blue) = 233+28+68=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91C44 is #16E3BB. Grayscale: #5D5D5D. Windows color (decimal): -1500092 or 4463849. OLE color: 4463849.
HSL color Cylindrical-coordinate representation of color #E91C44: hue angle of 348.29º 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 #E91C44 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 68 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.09 |
| HSL | 348.29º | 0.82% | 0.51% | - |
| HSV(B) | 348.29º | 0.88% | 0.91% | - |
| XYZ | 35.06 | 18.57 | 7.21 | - |
| YUV | 93.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 68 | 0 | 0.88 | 0.71 | 0.09 | 348.29 | 0.82 | 0.51 |
| Hex | E9 | 1C | 44 | 0 | 58 | 47 | 9 | 15C | 52 | 33 |
| Octal | 351 | 34 | 104 | 0 | 130 | 107 | 11 | 534 | 122 | 63 |
| Binary | 11101001 | 11100 | 1000100 | 0 | 1011000 | 1000111 | 1001 | 101011100 | 1010010 | 110011 |
Color Harmonies of #E91C44
Complementary color
Monochromatic Colors of #E91C44
Black with #E91C44
Text Example
Text Example
White with #E91C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C44; }
p { color: rgb(233,28,68); }
H1.HeaderClassName
{
color: #E91C44;
}
.AnyTagClassName
{
color: #E91C44;
}
</style>
background-color css
<style>
a { background-color: #E91C44; }
a { background-color: rgb(233,28,68); }
div.DivClassName
{
background-color: #E91C44;
}
.BgClassName
{
background-color: #E91C44;
}
</style>
border-color css
<style>
span { border-color: #E91C44; }
span { border-color: rgb(233,28,68); }
td.TdClassName
{
border-color: #E91C44;
}
.TagClassName
{
border-color: #E91C44;
}
</style>