Shades of Crimson #D2104D
Tints of Crimson #D2104D
RGB
CMYK
RGB Variations
Color information
#D2104D (or 0xD2104D) is known color: Crimson. HEX triplet: D2, 10 and 4D. RGB value is (210,16,77). Sum of RGB (Red+Green+Blue) = 210+16+77=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2104D is #2DEFB2. Grayscale: #505050. Windows color (decimal): -3010483 or 5050578. OLE color: 5050578.
HSL color Cylindrical-coordinate representation of color #D2104D: hue angle of 341.13º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2104D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 77 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.18 |
| HSL | 341.13º | 0.86% | 0.44% | - |
| HSV(B) | 341.13º | 0.92% | 0.82% | - |
| XYZ | 28.1 | 14.61 | 8.36 | - |
| YUV | 80.96 | 125.77 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 77 | 0 | 0.92 | 0.63 | 0.18 | 341.13 | 0.86 | 0.44 |
| Hex | D2 | 10 | 4D | 0 | 5C | 3F | 12 | 155 | 56 | 2C |
| Octal | 322 | 20 | 115 | 0 | 134 | 77 | 22 | 525 | 126 | 54 |
| Binary | 11010010 | 10000 | 1001101 | 0 | 1011100 | 111111 | 10010 | 101010101 | 1010110 | 101100 |
Color Harmonies of #D2104D
Complementary color
Monochromatic Colors of #D2104D
Black with #D2104D
Text Example
Text Example
White with #D2104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2104D; }
p { color: rgb(210,16,77); }
H1.HeaderClassName
{
color: #D2104D;
}
.AnyTagClassName
{
color: #D2104D;
}
</style>
background-color css
<style>
a { background-color: #D2104D; }
a { background-color: rgb(210,16,77); }
div.DivClassName
{
background-color: #D2104D;
}
.BgClassName
{
background-color: #D2104D;
}
</style>
border-color css
<style>
span { border-color: #D2104D; }
span { border-color: rgb(210,16,77); }
td.TdClassName
{
border-color: #D2104D;
}
.TagClassName
{
border-color: #D2104D;
}
</style>