Shades of Crimson #D2184D
Tints of Crimson #D2184D
RGB
CMYK
RGB Variations
Color information
#D2184D (or 0xD2184D) is known color: Crimson. HEX triplet: D2, 18 and 4D. RGB value is (210,24,77). Sum of RGB (Red+Green+Blue) = 210+24+77=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2184D is #2DE7B2. Grayscale: #555555. Windows color (decimal): -3008435 or 5052626. OLE color: 5052626.
HSL color Cylindrical-coordinate representation of color #D2184D: hue angle of 342.9º 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 #D2184D is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 77 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.18 |
| HSL | 342.9º | 0.79% | 0.46% | - |
| HSV(B) | 342.9º | 0.89% | 0.82% | - |
| XYZ | 28.24 | 14.89 | 8.41 | - |
| YUV | 85.66 | 123.12 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 77 | 0 | 0.89 | 0.63 | 0.18 | 342.9 | 0.79 | 0.46 |
| Hex | D2 | 18 | 4D | 0 | 59 | 3F | 12 | 157 | 4F | 2E |
| Octal | 322 | 30 | 115 | 0 | 131 | 77 | 22 | 527 | 117 | 56 |
| Binary | 11010010 | 11000 | 1001101 | 0 | 1011001 | 111111 | 10010 | 101010111 | 1001111 | 101110 |
Color Harmonies of #D2184D
Complementary color
Monochromatic Colors of #D2184D
Black with #D2184D
Text Example
Text Example
White with #D2184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2184D; }
p { color: rgb(210,24,77); }
H1.HeaderClassName
{
color: #D2184D;
}
.AnyTagClassName
{
color: #D2184D;
}
</style>
background-color css
<style>
a { background-color: #D2184D; }
a { background-color: rgb(210,24,77); }
div.DivClassName
{
background-color: #D2184D;
}
.BgClassName
{
background-color: #D2184D;
}
</style>
border-color css
<style>
span { border-color: #D2184D; }
span { border-color: rgb(210,24,77); }
td.TdClassName
{
border-color: #D2184D;
}
.TagClassName
{
border-color: #D2184D;
}
</style>