Shades of Crimson #D1184A
Tints of Crimson #D1184A
RGB
CMYK
RGB Variations
Color information
#D1184A (or 0xD1184A) is known color: Crimson. HEX triplet: D1, 18 and 4A. RGB value is (209,24,74). Sum of RGB (Red+Green+Blue) = 209+24+74=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1184A is #2EE7B5. Grayscale: #555555. Windows color (decimal): -3073974 or 4856017. OLE color: 4856017.
HSL color Cylindrical-coordinate representation of color #D1184A: hue angle of 343.78º 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 #D1184A is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 74 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.18 |
| HSL | 343.78º | 0.79% | 0.46% | - |
| HSV(B) | 343.78º | 0.89% | 0.82% | - |
| XYZ | 27.86 | 14.7 | 7.85 | - |
| YUV | 85.02 | 121.79 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 74 | 0 | 0.89 | 0.65 | 0.18 | 343.78 | 0.79 | 0.46 |
| Hex | D1 | 18 | 4A | 0 | 59 | 41 | 12 | 158 | 4F | 2E |
| Octal | 321 | 30 | 112 | 0 | 131 | 101 | 22 | 530 | 117 | 56 |
| Binary | 11010001 | 11000 | 1001010 | 0 | 1011001 | 1000001 | 10010 | 101011000 | 1001111 | 101110 |
Color Harmonies of #D1184A
Complementary color
Monochromatic Colors of #D1184A
Black with #D1184A
Text Example
Text Example
White with #D1184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1184A; }
p { color: rgb(209,24,74); }
H1.HeaderClassName
{
color: #D1184A;
}
.AnyTagClassName
{
color: #D1184A;
}
</style>
background-color css
<style>
a { background-color: #D1184A; }
a { background-color: rgb(209,24,74); }
div.DivClassName
{
background-color: #D1184A;
}
.BgClassName
{
background-color: #D1184A;
}
</style>
border-color css
<style>
span { border-color: #D1184A; }
span { border-color: rgb(209,24,74); }
td.TdClassName
{
border-color: #D1184A;
}
.TagClassName
{
border-color: #D1184A;
}
</style>