Shades of Crimson #D2163F
Tints of Crimson #D2163F
RGB
CMYK
RGB Variations
Color information
#D2163F (or 0xD2163F) is known color: Crimson. HEX triplet: D2, 16 and 3F. RGB value is (210,22,63). Sum of RGB (Red+Green+Blue) = 210+22+63=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2163F is #2DE9C0. Grayscale: #525252. Windows color (decimal): -3008961 or 4134610. OLE color: 4134610.
HSL color Cylindrical-coordinate representation of color #D2163F: hue angle of 346.91º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2163F is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 63 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.18 |
| HSL | 346.91º | 0.81% | 0.45% | - |
| HSV(B) | 346.91º | 0.9% | 0.82% | - |
| XYZ | 27.76 | 14.63 | 6.06 | - |
| YUV | 82.89 | 116.78 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 63 | 0 | 0.90 | 0.70 | 0.18 | 346.91 | 0.81 | 0.45 |
| Hex | D2 | 16 | 3F | 0 | 5A | 46 | 12 | 15B | 51 | 2D |
| Octal | 322 | 26 | 77 | 0 | 132 | 106 | 22 | 533 | 121 | 55 |
| Binary | 11010010 | 10110 | 111111 | 0 | 1011010 | 1000110 | 10010 | 101011011 | 1010001 | 101101 |
Color Harmonies of #D2163F
Complementary color
Monochromatic Colors of #D2163F
Black with #D2163F
Text Example
Text Example
White with #D2163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2163F; }
p { color: rgb(210,22,63); }
H1.HeaderClassName
{
color: #D2163F;
}
.AnyTagClassName
{
color: #D2163F;
}
</style>
background-color css
<style>
a { background-color: #D2163F; }
a { background-color: rgb(210,22,63); }
div.DivClassName
{
background-color: #D2163F;
}
.BgClassName
{
background-color: #D2163F;
}
</style>
border-color css
<style>
span { border-color: #D2163F; }
span { border-color: rgb(210,22,63); }
td.TdClassName
{
border-color: #D2163F;
}
.TagClassName
{
border-color: #D2163F;
}
</style>