Shades of Crimson #E9183A
Tints of Crimson #E9183A
RGB
CMYK
RGB Variations
Color information
#E9183A (or 0xE9183A) is known color: Crimson. HEX triplet: E9, 18 and 3A. RGB value is (233,24,58). Sum of RGB (Red+Green+Blue) = 233+24+58=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9183A is #16E7C5. Grayscale: #5A5A5A. Windows color (decimal): -1501126 or 3807465. OLE color: 3807465.
HSL color Cylindrical-coordinate representation of color #E9183A: hue angle of 350.24º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9183A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 58 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.09 |
| HSL | 350.24º | 0.83% | 0.5% | - |
| HSV(B) | 350.24º | 0.9% | 0.91% | - |
| XYZ | 34.69 | 18.28 | 5.7 | - |
| YUV | 90.37 | 109.74 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 58 | 0 | 0.90 | 0.75 | 0.09 | 350.24 | 0.83 | 0.5 |
| Hex | E9 | 18 | 3A | 0 | 5A | 4B | 9 | 15E | 53 | 32 |
| Octal | 351 | 30 | 72 | 0 | 132 | 113 | 11 | 536 | 123 | 62 |
| Binary | 11101001 | 11000 | 111010 | 0 | 1011010 | 1001011 | 1001 | 101011110 | 1010011 | 110010 |
Color Harmonies of #E9183A
Complementary color
Monochromatic Colors of #E9183A
Black with #E9183A
Text Example
Text Example
White with #E9183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9183A; }
p { color: rgb(233,24,58); }
H1.HeaderClassName
{
color: #E9183A;
}
.AnyTagClassName
{
color: #E9183A;
}
</style>
background-color css
<style>
a { background-color: #E9183A; }
a { background-color: rgb(233,24,58); }
div.DivClassName
{
background-color: #E9183A;
}
.BgClassName
{
background-color: #E9183A;
}
</style>
border-color css
<style>
span { border-color: #E9183A; }
span { border-color: rgb(233,24,58); }
td.TdClassName
{
border-color: #E9183A;
}
.TagClassName
{
border-color: #E9183A;
}
</style>