Shades of Crimson #D2163A
Tints of Crimson #D2163A
RGB
CMYK
RGB Variations
Color information
#D2163A (or 0xD2163A) is known color: Crimson. HEX triplet: D2, 16 and 3A. RGB value is (210,22,58). Sum of RGB (Red+Green+Blue) = 210+22+58=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2163A is #2DE9C5. Grayscale: #525252. Windows color (decimal): -3008966 or 3806930. OLE color: 3806930.
HSL color Cylindrical-coordinate representation of color #D2163A: hue angle of 348.51º 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 #D2163A is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 58 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.18 |
| HSL | 348.51º | 0.81% | 0.45% | - |
| HSV(B) | 348.51º | 0.9% | 0.82% | - |
| XYZ | 27.63 | 14.58 | 5.36 | - |
| YUV | 82.32 | 114.28 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 58 | 0 | 0.90 | 0.72 | 0.18 | 348.51 | 0.81 | 0.45 |
| Hex | D2 | 16 | 3A | 0 | 5A | 48 | 12 | 15D | 51 | 2D |
| Octal | 322 | 26 | 72 | 0 | 132 | 110 | 22 | 535 | 121 | 55 |
| Binary | 11010010 | 10110 | 111010 | 0 | 1011010 | 1001000 | 10010 | 101011101 | 1010001 | 101101 |
Color Harmonies of #D2163A
Complementary color
Monochromatic Colors of #D2163A
Black with #D2163A
Text Example
Text Example
White with #D2163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2163A; }
p { color: rgb(210,22,58); }
H1.HeaderClassName
{
color: #D2163A;
}
.AnyTagClassName
{
color: #D2163A;
}
</style>
background-color css
<style>
a { background-color: #D2163A; }
a { background-color: rgb(210,22,58); }
div.DivClassName
{
background-color: #D2163A;
}
.BgClassName
{
background-color: #D2163A;
}
</style>
border-color css
<style>
span { border-color: #D2163A; }
span { border-color: rgb(210,22,58); }
td.TdClassName
{
border-color: #D2163A;
}
.TagClassName
{
border-color: #D2163A;
}
</style>