Shades of Crimson #E9183F
Tints of Crimson #E9183F
RGB
CMYK
RGB Variations
Color information
#E9183F (or 0xE9183F) is known color: Crimson. HEX triplet: E9, 18 and 3F. RGB value is (233,24,63). Sum of RGB (Red+Green+Blue) = 233+24+63=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E9183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9183F is #16E7C0. Grayscale: #5A5A5A. Windows color (decimal): -1501121 or 4135145. OLE color: 4135145.
HSL color Cylindrical-coordinate representation of color #E9183F: hue angle of 348.8º 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 #E9183F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 63 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.09 |
| HSL | 348.8º | 0.83% | 0.5% | - |
| HSV(B) | 348.8º | 0.9% | 0.91% | - |
| XYZ | 34.83 | 18.34 | 6.41 | - |
| YUV | 90.94 | 112.24 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 63 | 0 | 0.90 | 0.73 | 0.09 | 348.8 | 0.83 | 0.5 |
| Hex | E9 | 18 | 3F | 0 | 5A | 49 | 9 | 15D | 53 | 32 |
| Octal | 351 | 30 | 77 | 0 | 132 | 111 | 11 | 535 | 123 | 62 |
| Binary | 11101001 | 11000 | 111111 | 0 | 1011010 | 1001001 | 1001 | 101011101 | 1010011 | 110010 |
Color Harmonies of #E9183F
Complementary color
Monochromatic Colors of #E9183F
Black with #E9183F
Text Example
Text Example
White with #E9183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9183F; }
p { color: rgb(233,24,63); }
H1.HeaderClassName
{
color: #E9183F;
}
.AnyTagClassName
{
color: #E9183F;
}
</style>
background-color css
<style>
a { background-color: #E9183F; }
a { background-color: rgb(233,24,63); }
div.DivClassName
{
background-color: #E9183F;
}
.BgClassName
{
background-color: #E9183F;
}
</style>
border-color css
<style>
span { border-color: #E9183F; }
span { border-color: rgb(233,24,63); }
td.TdClassName
{
border-color: #E9183F;
}
.TagClassName
{
border-color: #E9183F;
}
</style>