Shades of Crimson #E9183E
Tints of Crimson #E9183E
RGB
CMYK
RGB Variations
Color information
#E9183E (or 0xE9183E) is known color: Crimson. HEX triplet: E9, 18 and 3E. RGB value is (233,24,62). Sum of RGB (Red+Green+Blue) = 233+24+62=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E9183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9183E is #16E7C1. Grayscale: #5A5A5A. Windows color (decimal): -1501122 or 4069609. OLE color: 4069609.
HSL color Cylindrical-coordinate representation of color #E9183E: hue angle of 349.09º 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 #E9183E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.09 |
| HSL | 349.09º | 0.83% | 0.5% | - |
| HSV(B) | 349.09º | 0.9% | 0.91% | - |
| XYZ | 34.8 | 18.32 | 6.26 | - |
| YUV | 90.82 | 111.74 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 62 | 0 | 0.90 | 0.73 | 0.09 | 349.09 | 0.83 | 0.5 |
| Hex | E9 | 18 | 3E | 0 | 5A | 49 | 9 | 15D | 53 | 32 |
| Octal | 351 | 30 | 76 | 0 | 132 | 111 | 11 | 535 | 123 | 62 |
| Binary | 11101001 | 11000 | 111110 | 0 | 1011010 | 1001001 | 1001 | 101011101 | 1010011 | 110010 |
Color Harmonies of #E9183E
Complementary color
Monochromatic Colors of #E9183E
Black with #E9183E
Text Example
Text Example
White with #E9183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9183E; }
p { color: rgb(233,24,62); }
H1.HeaderClassName
{
color: #E9183E;
}
.AnyTagClassName
{
color: #E9183E;
}
</style>
background-color css
<style>
a { background-color: #E9183E; }
a { background-color: rgb(233,24,62); }
div.DivClassName
{
background-color: #E9183E;
}
.BgClassName
{
background-color: #E9183E;
}
</style>
border-color css
<style>
span { border-color: #E9183E; }
span { border-color: rgb(233,24,62); }
td.TdClassName
{
border-color: #E9183E;
}
.TagClassName
{
border-color: #E9183E;
}
</style>