Shades of Crimson #D6163D
Tints of Crimson #D6163D
RGB
CMYK
RGB Variations
Color information
#D6163D (or 0xD6163D) is known color: Crimson. HEX triplet: D6, 16 and 3D. RGB value is (214,22,61). Sum of RGB (Red+Green+Blue) = 214+22+61=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6163D is #29E9C2. Grayscale: #535353. Windows color (decimal): -2746819 or 4003542. OLE color: 4003542.
HSL color Cylindrical-coordinate representation of color #D6163D: hue angle of 347.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 #D6163D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 61 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.16 |
| HSL | 347.81º | 0.81% | 0.46% | - |
| HSV(B) | 347.81º | 0.9% | 0.84% | - |
| XYZ | 28.86 | 15.21 | 5.83 | - |
| YUV | 83.85 | 115.11 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 61 | 0 | 0.90 | 0.71 | 0.16 | 347.81 | 0.81 | 0.46 |
| Hex | D6 | 16 | 3D | 0 | 5A | 47 | 10 | 15C | 51 | 2E |
| Octal | 326 | 26 | 75 | 0 | 132 | 107 | 20 | 534 | 121 | 56 |
| Binary | 11010110 | 10110 | 111101 | 0 | 1011010 | 1000111 | 10000 | 101011100 | 1010001 | 101110 |
Color Harmonies of #D6163D
Complementary color
Monochromatic Colors of #D6163D
Black with #D6163D
Text Example
Text Example
White with #D6163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6163D; }
p { color: rgb(214,22,61); }
H1.HeaderClassName
{
color: #D6163D;
}
.AnyTagClassName
{
color: #D6163D;
}
</style>
background-color css
<style>
a { background-color: #D6163D; }
a { background-color: rgb(214,22,61); }
div.DivClassName
{
background-color: #D6163D;
}
.BgClassName
{
background-color: #D6163D;
}
</style>
border-color css
<style>
span { border-color: #D6163D; }
span { border-color: rgb(214,22,61); }
td.TdClassName
{
border-color: #D6163D;
}
.TagClassName
{
border-color: #D6163D;
}
</style>