Shades of Crimson #D9164A
Tints of Crimson #D9164A
RGB
CMYK
RGB Variations
Color information
#D9164A (or 0xD9164A) is known color: Crimson. HEX triplet: D9, 16 and 4A. RGB value is (217,22,74). Sum of RGB (Red+Green+Blue) = 217+22+74=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9164A is #26E9B5. Grayscale: #565656. Windows color (decimal): -2550198 or 4855513. OLE color: 4855513.
HSL color Cylindrical-coordinate representation of color #D9164A: hue angle of 344º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9164A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 74 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.15 |
| HSL | 344º | 0.82% | 0.47% | - |
| HSV(B) | 344º | 0.9% | 0.85% | - |
| XYZ | 30.14 | 15.82 | 7.94 | - |
| YUV | 86.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 74 | 0 | 0.90 | 0.66 | 0.15 | 344 | 0.82 | 0.47 |
| Hex | D9 | 16 | 4A | 0 | 5A | 42 | F | 158 | 52 | 2F |
| Octal | 331 | 26 | 112 | 0 | 132 | 102 | 17 | 530 | 122 | 57 |
| Binary | 11011001 | 10110 | 1001010 | 0 | 1011010 | 1000010 | 1111 | 101011000 | 1010010 | 101111 |
Color Harmonies of #D9164A
Complementary color
Monochromatic Colors of #D9164A
Black with #D9164A
Text Example
Text Example
White with #D9164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9164A; }
p { color: rgb(217,22,74); }
H1.HeaderClassName
{
color: #D9164A;
}
.AnyTagClassName
{
color: #D9164A;
}
</style>
background-color css
<style>
a { background-color: #D9164A; }
a { background-color: rgb(217,22,74); }
div.DivClassName
{
background-color: #D9164A;
}
.BgClassName
{
background-color: #D9164A;
}
</style>
border-color css
<style>
span { border-color: #D9164A; }
span { border-color: rgb(217,22,74); }
td.TdClassName
{
border-color: #D9164A;
}
.TagClassName
{
border-color: #D9164A;
}
</style>