Shades of Crimson #D0164D
Tints of Crimson #D0164D
RGB
CMYK
RGB Variations
Color information
#D0164D (or 0xD0164D) is known color: Crimson. HEX triplet: D0, 16 and 4D. RGB value is (208,22,77). Sum of RGB (Red+Green+Blue) = 208+22+77=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0164D is #2FE9B2. Grayscale: #535353. Windows color (decimal): -3140019 or 5052112. OLE color: 5052112.
HSL color Cylindrical-coordinate representation of color #D0164D: hue angle of 342.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0164D is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 77 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.18 |
| HSL | 342.26º | 0.81% | 0.45% | - |
| HSV(B) | 342.26º | 0.89% | 0.82% | - |
| XYZ | 27.64 | 14.52 | 8.37 | - |
| YUV | 83.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 77 | 0 | 0.89 | 0.63 | 0.18 | 342.26 | 0.81 | 0.45 |
| Hex | D0 | 16 | 4D | 0 | 59 | 3F | 12 | 156 | 51 | 2D |
| Octal | 320 | 26 | 115 | 0 | 131 | 77 | 22 | 526 | 121 | 55 |
| Binary | 11010000 | 10110 | 1001101 | 0 | 1011001 | 111111 | 10010 | 101010110 | 1010001 | 101101 |
Color Harmonies of #D0164D
Complementary color
Monochromatic Colors of #D0164D
Black with #D0164D
Text Example
Text Example
White with #D0164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0164D; }
p { color: rgb(208,22,77); }
H1.HeaderClassName
{
color: #D0164D;
}
.AnyTagClassName
{
color: #D0164D;
}
</style>
background-color css
<style>
a { background-color: #D0164D; }
a { background-color: rgb(208,22,77); }
div.DivClassName
{
background-color: #D0164D;
}
.BgClassName
{
background-color: #D0164D;
}
</style>
border-color css
<style>
span { border-color: #D0164D; }
span { border-color: rgb(208,22,77); }
td.TdClassName
{
border-color: #D0164D;
}
.TagClassName
{
border-color: #D0164D;
}
</style>