Shades of Crimson #D9163B
Tints of Crimson #D9163B
RGB
CMYK
RGB Variations
Color information
#D9163B (or 0xD9163B) is known color: Crimson. HEX triplet: D9, 16 and 3B. RGB value is (217,22,59). Sum of RGB (Red+Green+Blue) = 217+22+59=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9163B is #26E9C4. Grayscale: #545454. Windows color (decimal): -2550213 or 3872473. OLE color: 3872473.
HSL color Cylindrical-coordinate representation of color #D9163B: hue angle of 348.62º 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 #D9163B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.15 |
| HSL | 348.62º | 0.82% | 0.47% | - |
| HSV(B) | 348.62º | 0.9% | 0.85% | - |
| XYZ | 29.69 | 15.64 | 5.59 | - |
| YUV | 84.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 59 | 0 | 0.90 | 0.73 | 0.15 | 348.62 | 0.82 | 0.47 |
| Hex | D9 | 16 | 3B | 0 | 5A | 49 | F | 15D | 52 | 2F |
| Octal | 331 | 26 | 73 | 0 | 132 | 111 | 17 | 535 | 122 | 57 |
| Binary | 11011001 | 10110 | 111011 | 0 | 1011010 | 1001001 | 1111 | 101011101 | 1010010 | 101111 |
Color Harmonies of #D9163B
Complementary color
Monochromatic Colors of #D9163B
Black with #D9163B
Text Example
Text Example
White with #D9163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9163B; }
p { color: rgb(217,22,59); }
H1.HeaderClassName
{
color: #D9163B;
}
.AnyTagClassName
{
color: #D9163B;
}
</style>
background-color css
<style>
a { background-color: #D9163B; }
a { background-color: rgb(217,22,59); }
div.DivClassName
{
background-color: #D9163B;
}
.BgClassName
{
background-color: #D9163B;
}
</style>
border-color css
<style>
span { border-color: #D9163B; }
span { border-color: rgb(217,22,59); }
td.TdClassName
{
border-color: #D9163B;
}
.TagClassName
{
border-color: #D9163B;
}
</style>