Shades of Crimson #D7163D
Tints of Crimson #D7163D
RGB
CMYK
RGB Variations
Color information
#D7163D (or 0xD7163D) is known color: Crimson. HEX triplet: D7, 16 and 3D. RGB value is (215,22,61). Sum of RGB (Red+Green+Blue) = 215+22+61=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D7163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7163D is #28E9C2. Grayscale: #545454. Windows color (decimal): -2681283 or 4003543. OLE color: 4003543.
HSL color Cylindrical-coordinate representation of color #D7163D: hue angle of 347.88º 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 #D7163D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 61 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.16 |
| HSL | 347.88º | 0.81% | 0.46% | - |
| HSV(B) | 347.88º | 0.9% | 0.84% | - |
| XYZ | 29.15 | 15.36 | 5.84 | - |
| YUV | 84.15 | 114.94 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 61 | 0 | 0.90 | 0.72 | 0.16 | 347.88 | 0.81 | 0.46 |
| Hex | D7 | 16 | 3D | 0 | 5A | 48 | 10 | 15C | 51 | 2E |
| Octal | 327 | 26 | 75 | 0 | 132 | 110 | 20 | 534 | 121 | 56 |
| Binary | 11010111 | 10110 | 111101 | 0 | 1011010 | 1001000 | 10000 | 101011100 | 1010001 | 101110 |
Color Harmonies of #D7163D
Complementary color
Monochromatic Colors of #D7163D
Black with #D7163D
Text Example
Text Example
White with #D7163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7163D; }
p { color: rgb(215,22,61); }
H1.HeaderClassName
{
color: #D7163D;
}
.AnyTagClassName
{
color: #D7163D;
}
</style>
background-color css
<style>
a { background-color: #D7163D; }
a { background-color: rgb(215,22,61); }
div.DivClassName
{
background-color: #D7163D;
}
.BgClassName
{
background-color: #D7163D;
}
</style>
border-color css
<style>
span { border-color: #D7163D; }
span { border-color: rgb(215,22,61); }
td.TdClassName
{
border-color: #D7163D;
}
.TagClassName
{
border-color: #D7163D;
}
</style>