Shades of Crimson #D6164D
Tints of Crimson #D6164D
RGB
CMYK
RGB Variations
Color information
#D6164D (or 0xD6164D) is known color: Crimson. HEX triplet: D6, 16 and 4D. RGB value is (214,22,77). Sum of RGB (Red+Green+Blue) = 214+22+77=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6164D is #29E9B2. Grayscale: #555555. Windows color (decimal): -2746803 or 5052118. OLE color: 5052118.
HSL color Cylindrical-coordinate representation of color #D6164D: hue angle of 342.81º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6164D is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 77 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.16 |
| HSL | 342.81º | 0.81% | 0.46% | - |
| HSV(B) | 342.81º | 0.9% | 0.84% | - |
| XYZ | 29.36 | 15.41 | 8.45 | - |
| YUV | 85.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 77 | 0 | 0.90 | 0.64 | 0.16 | 342.81 | 0.81 | 0.46 |
| Hex | D6 | 16 | 4D | 0 | 5A | 40 | 10 | 157 | 51 | 2E |
| Octal | 326 | 26 | 115 | 0 | 132 | 100 | 20 | 527 | 121 | 56 |
| Binary | 11010110 | 10110 | 1001101 | 0 | 1011010 | 1000000 | 10000 | 101010111 | 1010001 | 101110 |
Color Harmonies of #D6164D
Complementary color
Monochromatic Colors of #D6164D
Black with #D6164D
Text Example
Text Example
White with #D6164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6164D; }
p { color: rgb(214,22,77); }
H1.HeaderClassName
{
color: #D6164D;
}
.AnyTagClassName
{
color: #D6164D;
}
</style>
background-color css
<style>
a { background-color: #D6164D; }
a { background-color: rgb(214,22,77); }
div.DivClassName
{
background-color: #D6164D;
}
.BgClassName
{
background-color: #D6164D;
}
</style>
border-color css
<style>
span { border-color: #D6164D; }
span { border-color: rgb(214,22,77); }
td.TdClassName
{
border-color: #D6164D;
}
.TagClassName
{
border-color: #D6164D;
}
</style>