Shades of Crimson #D1184E
Tints of Crimson #D1184E
RGB
CMYK
RGB Variations
Color information
#D1184E (or 0xD1184E) is known color: Crimson. HEX triplet: D1, 18 and 4E. RGB value is (209,24,78). Sum of RGB (Red+Green+Blue) = 209+24+78=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D1184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1184E is #2EE7B1. Grayscale: #555555. Windows color (decimal): -3073970 or 5118161. OLE color: 5118161.
HSL color Cylindrical-coordinate representation of color #D1184E: hue angle of 342.49º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1184E is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 78 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.18 |
| HSL | 342.49º | 0.79% | 0.46% | - |
| HSV(B) | 342.49º | 0.89% | 0.82% | - |
| XYZ | 28 | 14.76 | 8.58 | - |
| YUV | 85.47 | 123.79 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 78 | 0 | 0.89 | 0.63 | 0.18 | 342.49 | 0.79 | 0.46 |
| Hex | D1 | 18 | 4E | 0 | 59 | 3F | 12 | 156 | 4F | 2E |
| Octal | 321 | 30 | 116 | 0 | 131 | 77 | 22 | 526 | 117 | 56 |
| Binary | 11010001 | 11000 | 1001110 | 0 | 1011001 | 111111 | 10010 | 101010110 | 1001111 | 101110 |
Color Harmonies of #D1184E
Complementary color
Monochromatic Colors of #D1184E
Black with #D1184E
Text Example
Text Example
White with #D1184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1184E; }
p { color: rgb(209,24,78); }
H1.HeaderClassName
{
color: #D1184E;
}
.AnyTagClassName
{
color: #D1184E;
}
</style>
background-color css
<style>
a { background-color: #D1184E; }
a { background-color: rgb(209,24,78); }
div.DivClassName
{
background-color: #D1184E;
}
.BgClassName
{
background-color: #D1184E;
}
</style>
border-color css
<style>
span { border-color: #D1184E; }
span { border-color: rgb(209,24,78); }
td.TdClassName
{
border-color: #D1184E;
}
.TagClassName
{
border-color: #D1184E;
}
</style>