Shades of Crimson #D3163E
Tints of Crimson #D3163E
RGB
CMYK
RGB Variations
Color information
#D3163E (or 0xD3163E) is known color: Crimson. HEX triplet: D3, 16 and 3E. RGB value is (211,22,62). Sum of RGB (Red+Green+Blue) = 211+22+62=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3163E is #2CE9C1. Grayscale: #535353. Windows color (decimal): -2943426 or 4069075. OLE color: 4069075.
HSL color Cylindrical-coordinate representation of color #D3163E: hue angle of 347.3º 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 #D3163E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 62 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.17 |
| HSL | 347.3º | 0.81% | 0.46% | - |
| HSV(B) | 347.3º | 0.9% | 0.83% | - |
| XYZ | 28.02 | 14.77 | 5.93 | - |
| YUV | 83.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 62 | 0 | 0.90 | 0.71 | 0.17 | 347.3 | 0.81 | 0.46 |
| Hex | D3 | 16 | 3E | 0 | 5A | 47 | 11 | 15B | 51 | 2E |
| Octal | 323 | 26 | 76 | 0 | 132 | 107 | 21 | 533 | 121 | 56 |
| Binary | 11010011 | 10110 | 111110 | 0 | 1011010 | 1000111 | 10001 | 101011011 | 1010001 | 101110 |
Color Harmonies of #D3163E
Complementary color
Monochromatic Colors of #D3163E
Black with #D3163E
Text Example
Text Example
White with #D3163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3163E; }
p { color: rgb(211,22,62); }
H1.HeaderClassName
{
color: #D3163E;
}
.AnyTagClassName
{
color: #D3163E;
}
</style>
background-color css
<style>
a { background-color: #D3163E; }
a { background-color: rgb(211,22,62); }
div.DivClassName
{
background-color: #D3163E;
}
.BgClassName
{
background-color: #D3163E;
}
</style>
border-color css
<style>
span { border-color: #D3163E; }
span { border-color: rgb(211,22,62); }
td.TdClassName
{
border-color: #D3163E;
}
.TagClassName
{
border-color: #D3163E;
}
</style>