Shades of Crimson #D2163E
Tints of Crimson #D2163E
RGB
CMYK
RGB Variations
Color information
#D2163E (or 0xD2163E) is known color: Crimson. HEX triplet: D2, 16 and 3E. RGB value is (210,22,62). Sum of RGB (Red+Green+Blue) = 210+22+62=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2163E is #2DE9C1. Grayscale: #525252. Windows color (decimal): -3008962 or 4069074. OLE color: 4069074.
HSL color Cylindrical-coordinate representation of color #D2163E: hue angle of 347.23º 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 #D2163E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 62 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.18 |
| HSL | 347.23º | 0.81% | 0.45% | - |
| HSV(B) | 347.23º | 0.9% | 0.82% | - |
| XYZ | 27.73 | 14.62 | 5.92 | - |
| YUV | 82.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 62 | 0 | 0.90 | 0.70 | 0.18 | 347.23 | 0.81 | 0.45 |
| Hex | D2 | 16 | 3E | 0 | 5A | 46 | 12 | 15B | 51 | 2D |
| Octal | 322 | 26 | 76 | 0 | 132 | 106 | 22 | 533 | 121 | 55 |
| Binary | 11010010 | 10110 | 111110 | 0 | 1011010 | 1000110 | 10010 | 101011011 | 1010001 | 101101 |
Color Harmonies of #D2163E
Complementary color
Monochromatic Colors of #D2163E
Black with #D2163E
Text Example
Text Example
White with #D2163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2163E; }
p { color: rgb(210,22,62); }
H1.HeaderClassName
{
color: #D2163E;
}
.AnyTagClassName
{
color: #D2163E;
}
</style>
background-color css
<style>
a { background-color: #D2163E; }
a { background-color: rgb(210,22,62); }
div.DivClassName
{
background-color: #D2163E;
}
.BgClassName
{
background-color: #D2163E;
}
</style>
border-color css
<style>
span { border-color: #D2163E; }
span { border-color: rgb(210,22,62); }
td.TdClassName
{
border-color: #D2163E;
}
.TagClassName
{
border-color: #D2163E;
}
</style>