Shades of Crimson #D7163B
Tints of Crimson #D7163B
RGB
CMYK
RGB Variations
Color information
#D7163B (or 0xD7163B) is known color: Crimson. HEX triplet: D7, 16 and 3B. RGB value is (215,22,59). Sum of RGB (Red+Green+Blue) = 215+22+59=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7163B is #28E9C4. Grayscale: #535353. Windows color (decimal): -2681285 or 3872471. OLE color: 3872471.
HSL color Cylindrical-coordinate representation of color #D7163B: hue angle of 348.5º 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 #D7163B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.16 |
| HSL | 348.5º | 0.81% | 0.46% | - |
| HSV(B) | 348.5º | 0.9% | 0.84% | - |
| XYZ | 29.1 | 15.34 | 5.56 | - |
| YUV | 83.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 59 | 0 | 0.90 | 0.73 | 0.16 | 348.5 | 0.81 | 0.46 |
| Hex | D7 | 16 | 3B | 0 | 5A | 49 | 10 | 15C | 51 | 2E |
| Octal | 327 | 26 | 73 | 0 | 132 | 111 | 20 | 534 | 121 | 56 |
| Binary | 11010111 | 10110 | 111011 | 0 | 1011010 | 1001001 | 10000 | 101011100 | 1010001 | 101110 |
Color Harmonies of #D7163B
Complementary color
Monochromatic Colors of #D7163B
Black with #D7163B
Text Example
Text Example
White with #D7163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7163B; }
p { color: rgb(215,22,59); }
H1.HeaderClassName
{
color: #D7163B;
}
.AnyTagClassName
{
color: #D7163B;
}
</style>
background-color css
<style>
a { background-color: #D7163B; }
a { background-color: rgb(215,22,59); }
div.DivClassName
{
background-color: #D7163B;
}
.BgClassName
{
background-color: #D7163B;
}
</style>
border-color css
<style>
span { border-color: #D7163B; }
span { border-color: rgb(215,22,59); }
td.TdClassName
{
border-color: #D7163B;
}
.TagClassName
{
border-color: #D7163B;
}
</style>