Shades of Crimson #E9132D
Tints of Crimson #E9132D
RGB
CMYK
RGB Variations
Color information
#E9132D (or 0xE9132D) is known color: Crimson. HEX triplet: E9, 13 and 2D. RGB value is (233,19,45). Sum of RGB (Red+Green+Blue) = 233+19+45=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9132D is #16ECD2. Grayscale: #565656. Windows color (decimal): -1502419 or 2954217. OLE color: 2954217.
HSL color Cylindrical-coordinate representation of color #E9132D: hue angle of 352.71º 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 #E9132D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.09 |
| HSL | 352.71º | 0.85% | 0.49% | - |
| HSV(B) | 352.71º | 0.92% | 0.91% | - |
| XYZ | 34.31 | 17.98 | 4.14 | - |
| YUV | 85.95 | 104.9 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 45 | 0 | 0.92 | 0.81 | 0.09 | 352.71 | 0.85 | 0.49 |
| Hex | E9 | 13 | 2D | 0 | 5C | 51 | 9 | 161 | 55 | 31 |
| Octal | 351 | 23 | 55 | 0 | 134 | 121 | 11 | 541 | 125 | 61 |
| Binary | 11101001 | 10011 | 101101 | 0 | 1011100 | 1010001 | 1001 | 101100001 | 1010101 | 110001 |
Color Harmonies of #E9132D
Complementary color
Monochromatic Colors of #E9132D
Black with #E9132D
Text Example
Text Example
White with #E9132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9132D; }
p { color: rgb(233,19,45); }
H1.HeaderClassName
{
color: #E9132D;
}
.AnyTagClassName
{
color: #E9132D;
}
</style>
background-color css
<style>
a { background-color: #E9132D; }
a { background-color: rgb(233,19,45); }
div.DivClassName
{
background-color: #E9132D;
}
.BgClassName
{
background-color: #E9132D;
}
</style>
border-color css
<style>
span { border-color: #E9132D; }
span { border-color: rgb(233,19,45); }
td.TdClassName
{
border-color: #E9132D;
}
.TagClassName
{
border-color: #E9132D;
}
</style>