Shades of Crimson #D6164A
Tints of Crimson #D6164A
RGB
CMYK
RGB Variations
Color information
#D6164A (or 0xD6164A) is known color: Crimson. HEX triplet: D6, 16 and 4A. RGB value is (214,22,74). Sum of RGB (Red+Green+Blue) = 214+22+74=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6164A is #29E9B5. Grayscale: #555555. Windows color (decimal): -2746806 or 4855510. OLE color: 4855510.
HSL color Cylindrical-coordinate representation of color #D6164A: hue angle of 343.75º 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 #D6164A is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 74 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.16 |
| HSL | 343.75º | 0.81% | 0.46% | - |
| HSV(B) | 343.75º | 0.9% | 0.84% | - |
| XYZ | 29.25 | 15.36 | 7.9 | - |
| YUV | 85.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 74 | 0 | 0.90 | 0.65 | 0.16 | 343.75 | 0.81 | 0.46 |
| Hex | D6 | 16 | 4A | 0 | 5A | 41 | 10 | 158 | 51 | 2E |
| Octal | 326 | 26 | 112 | 0 | 132 | 101 | 20 | 530 | 121 | 56 |
| Binary | 11010110 | 10110 | 1001010 | 0 | 1011010 | 1000001 | 10000 | 101011000 | 1010001 | 101110 |
Color Harmonies of #D6164A
Complementary color
Monochromatic Colors of #D6164A
Black with #D6164A
Text Example
Text Example
White with #D6164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6164A; }
p { color: rgb(214,22,74); }
H1.HeaderClassName
{
color: #D6164A;
}
.AnyTagClassName
{
color: #D6164A;
}
</style>
background-color css
<style>
a { background-color: #D6164A; }
a { background-color: rgb(214,22,74); }
div.DivClassName
{
background-color: #D6164A;
}
.BgClassName
{
background-color: #D6164A;
}
</style>
border-color css
<style>
span { border-color: #D6164A; }
span { border-color: rgb(214,22,74); }
td.TdClassName
{
border-color: #D6164A;
}
.TagClassName
{
border-color: #D6164A;
}
</style>