Shades of Crimson #D1184C
Tints of Crimson #D1184C
RGB
CMYK
RGB Variations
Color information
#D1184C (or 0xD1184C) is known color: Crimson. HEX triplet: D1, 18 and 4C. RGB value is (209,24,76). Sum of RGB (Red+Green+Blue) = 209+24+76=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1184C is #2EE7B3. Grayscale: #555555. Windows color (decimal): -3073972 or 4987089. OLE color: 4987089.
HSL color Cylindrical-coordinate representation of color #D1184C: hue angle of 343.14º 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 #D1184C is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 76 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.18 |
| HSL | 343.14º | 0.79% | 0.46% | - |
| HSV(B) | 343.14º | 0.89% | 0.82% | - |
| XYZ | 27.93 | 14.73 | 8.21 | - |
| YUV | 85.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 76 | 0 | 0.89 | 0.64 | 0.18 | 343.14 | 0.79 | 0.46 |
| Hex | D1 | 18 | 4C | 0 | 59 | 40 | 12 | 157 | 4F | 2E |
| Octal | 321 | 30 | 114 | 0 | 131 | 100 | 22 | 527 | 117 | 56 |
| Binary | 11010001 | 11000 | 1001100 | 0 | 1011001 | 1000000 | 10010 | 101010111 | 1001111 | 101110 |
Color Harmonies of #D1184C
Complementary color
Monochromatic Colors of #D1184C
Black with #D1184C
Text Example
Text Example
White with #D1184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1184C; }
p { color: rgb(209,24,76); }
H1.HeaderClassName
{
color: #D1184C;
}
.AnyTagClassName
{
color: #D1184C;
}
</style>
background-color css
<style>
a { background-color: #D1184C; }
a { background-color: rgb(209,24,76); }
div.DivClassName
{
background-color: #D1184C;
}
.BgClassName
{
background-color: #D1184C;
}
</style>
border-color css
<style>
span { border-color: #D1184C; }
span { border-color: rgb(209,24,76); }
td.TdClassName
{
border-color: #D1184C;
}
.TagClassName
{
border-color: #D1184C;
}
</style>