Shades of Crimson #E0183D
Tints of Crimson #E0183D
RGB
CMYK
RGB Variations
Color information
#E0183D (or 0xE0183D) is known color: Crimson. HEX triplet: E0, 18 and 3D. RGB value is (224,24,61). Sum of RGB (Red+Green+Blue) = 224+24+61=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0183D is #1FE7C2. Grayscale: #585858. Windows color (decimal): -2090947 or 4004064. OLE color: 4004064.
HSL color Cylindrical-coordinate representation of color #E0183D: hue angle of 348.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0183D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 61 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.12 |
| HSL | 348.9º | 0.81% | 0.49% | - |
| HSV(B) | 348.9º | 0.89% | 0.88% | - |
| XYZ | 31.91 | 16.84 | 5.98 | - |
| YUV | 88.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 61 | 0 | 0.89 | 0.73 | 0.12 | 348.9 | 0.81 | 0.49 |
| Hex | E0 | 18 | 3D | 0 | 59 | 49 | C | 15D | 51 | 31 |
| Octal | 340 | 30 | 75 | 0 | 131 | 111 | 14 | 535 | 121 | 61 |
| Binary | 11100000 | 11000 | 111101 | 0 | 1011001 | 1001001 | 1100 | 101011101 | 1010001 | 110001 |
Color Harmonies of #E0183D
Complementary color
Monochromatic Colors of #E0183D
Black with #E0183D
Text Example
Text Example
White with #E0183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0183D; }
p { color: rgb(224,24,61); }
H1.HeaderClassName
{
color: #E0183D;
}
.AnyTagClassName
{
color: #E0183D;
}
</style>
background-color css
<style>
a { background-color: #E0183D; }
a { background-color: rgb(224,24,61); }
div.DivClassName
{
background-color: #E0183D;
}
.BgClassName
{
background-color: #E0183D;
}
</style>
border-color css
<style>
span { border-color: #E0183D; }
span { border-color: rgb(224,24,61); }
td.TdClassName
{
border-color: #E0183D;
}
.TagClassName
{
border-color: #E0183D;
}
</style>