Shades of Crimson #D2163C
Tints of Crimson #D2163C
RGB
CMYK
RGB Variations
Color information
#D2163C (or 0xD2163C) is known color: Crimson. HEX triplet: D2, 16 and 3C. RGB value is (210,22,60). Sum of RGB (Red+Green+Blue) = 210+22+60=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2163C is #2DE9C3. Grayscale: #525252. Windows color (decimal): -3008964 or 3938002. OLE color: 3938002.
HSL color Cylindrical-coordinate representation of color #D2163C: hue angle of 347.87º 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 #D2163C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 60 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.18 |
| HSL | 347.87º | 0.81% | 0.45% | - |
| HSV(B) | 347.87º | 0.9% | 0.82% | - |
| XYZ | 27.68 | 14.6 | 5.63 | - |
| YUV | 82.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 60 | 0 | 0.90 | 0.71 | 0.18 | 347.87 | 0.81 | 0.45 |
| Hex | D2 | 16 | 3C | 0 | 5A | 47 | 12 | 15C | 51 | 2D |
| Octal | 322 | 26 | 74 | 0 | 132 | 107 | 22 | 534 | 121 | 55 |
| Binary | 11010010 | 10110 | 111100 | 0 | 1011010 | 1000111 | 10010 | 101011100 | 1010001 | 101101 |
Color Harmonies of #D2163C
Complementary color
Monochromatic Colors of #D2163C
Black with #D2163C
Text Example
Text Example
White with #D2163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2163C; }
p { color: rgb(210,22,60); }
H1.HeaderClassName
{
color: #D2163C;
}
.AnyTagClassName
{
color: #D2163C;
}
</style>
background-color css
<style>
a { background-color: #D2163C; }
a { background-color: rgb(210,22,60); }
div.DivClassName
{
background-color: #D2163C;
}
.BgClassName
{
background-color: #D2163C;
}
</style>
border-color css
<style>
span { border-color: #D2163C; }
span { border-color: rgb(210,22,60); }
td.TdClassName
{
border-color: #D2163C;
}
.TagClassName
{
border-color: #D2163C;
}
</style>