Shades of Crimson #D3163D
Tints of Crimson #D3163D
RGB
CMYK
RGB Variations
Color information
#D3163D (or 0xD3163D) is known color: Crimson. HEX triplet: D3, 16 and 3D. RGB value is (211,22,61). Sum of RGB (Red+Green+Blue) = 211+22+61=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D3163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3163D is #2CE9C2. Grayscale: #525252. Windows color (decimal): -2943427 or 4003539. OLE color: 4003539.
HSL color Cylindrical-coordinate representation of color #D3163D: hue angle of 347.62º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3163D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 61 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.17 |
| HSL | 347.62º | 0.81% | 0.46% | - |
| HSV(B) | 347.62º | 0.9% | 0.83% | - |
| XYZ | 27.99 | 14.76 | 5.79 | - |
| YUV | 82.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 61 | 0 | 0.90 | 0.71 | 0.17 | 347.62 | 0.81 | 0.46 |
| Hex | D3 | 16 | 3D | 0 | 5A | 47 | 11 | 15C | 51 | 2E |
| Octal | 323 | 26 | 75 | 0 | 132 | 107 | 21 | 534 | 121 | 56 |
| Binary | 11010011 | 10110 | 111101 | 0 | 1011010 | 1000111 | 10001 | 101011100 | 1010001 | 101110 |
Color Harmonies of #D3163D
Complementary color
Monochromatic Colors of #D3163D
Black with #D3163D
Text Example
Text Example
White with #D3163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3163D; }
p { color: rgb(211,22,61); }
H1.HeaderClassName
{
color: #D3163D;
}
.AnyTagClassName
{
color: #D3163D;
}
</style>
background-color css
<style>
a { background-color: #D3163D; }
a { background-color: rgb(211,22,61); }
div.DivClassName
{
background-color: #D3163D;
}
.BgClassName
{
background-color: #D3163D;
}
</style>
border-color css
<style>
span { border-color: #D3163D; }
span { border-color: rgb(211,22,61); }
td.TdClassName
{
border-color: #D3163D;
}
.TagClassName
{
border-color: #D3163D;
}
</style>