Shades of Crimson #E91A45
Tints of Crimson #E91A45
RGB
CMYK
RGB Variations
Color information
#E91A45 (or 0xE91A45) is known color: Crimson. HEX triplet: E9, 1A and 45. RGB value is (233,26,69). Sum of RGB (Red+Green+Blue) = 233+26+69=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A45 is #16E5BA. Grayscale: #5C5C5C. Windows color (decimal): -1500603 or 4528873. OLE color: 4528873.
HSL color Cylindrical-coordinate representation of color #E91A45: hue angle of 347.54º 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 #E91A45 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 69 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.09 |
| HSL | 347.54º | 0.82% | 0.51% | - |
| HSV(B) | 347.54º | 0.89% | 0.91% | - |
| XYZ | 35.05 | 18.49 | 7.35 | - |
| YUV | 92.8 | 114.58 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 69 | 0 | 0.89 | 0.70 | 0.09 | 347.54 | 0.82 | 0.51 |
| Hex | E9 | 1A | 45 | 0 | 59 | 46 | 9 | 15C | 52 | 33 |
| Octal | 351 | 32 | 105 | 0 | 131 | 106 | 11 | 534 | 122 | 63 |
| Binary | 11101001 | 11010 | 1000101 | 0 | 1011001 | 1000110 | 1001 | 101011100 | 1010010 | 110011 |
Color Harmonies of #E91A45
Complementary color
Monochromatic Colors of #E91A45
Black with #E91A45
Text Example
Text Example
White with #E91A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A45; }
p { color: rgb(233,26,69); }
H1.HeaderClassName
{
color: #E91A45;
}
.AnyTagClassName
{
color: #E91A45;
}
</style>
background-color css
<style>
a { background-color: #E91A45; }
a { background-color: rgb(233,26,69); }
div.DivClassName
{
background-color: #E91A45;
}
.BgClassName
{
background-color: #E91A45;
}
</style>
border-color css
<style>
span { border-color: #E91A45; }
span { border-color: rgb(233,26,69); }
td.TdClassName
{
border-color: #E91A45;
}
.TagClassName
{
border-color: #E91A45;
}
</style>