Shades of Crimson #D21D4D
Tints of Crimson #D21D4D
RGB
CMYK
RGB Variations
Color information
#D21D4D (or 0xD21D4D) is known color: Crimson. HEX triplet: D2, 1D and 4D. RGB value is (210,29,77). Sum of RGB (Red+Green+Blue) = 210+29+77=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D4D is #2DE2B2. Grayscale: #585858. Windows color (decimal): -3007155 or 5053906. OLE color: 5053906.
HSL color Cylindrical-coordinate representation of color #D21D4D: hue angle of 344.09º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D4D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 77 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.18 |
| HSL | 344.09º | 0.76% | 0.47% | - |
| HSV(B) | 344.09º | 0.86% | 0.82% | - |
| XYZ | 28.36 | 15.12 | 8.44 | - |
| YUV | 88.59 | 121.47 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 77 | 0 | 0.86 | 0.63 | 0.18 | 344.09 | 0.76 | 0.47 |
| Hex | D2 | 1D | 4D | 0 | 56 | 3F | 12 | 158 | 4C | 2F |
| Octal | 322 | 35 | 115 | 0 | 126 | 77 | 22 | 530 | 114 | 57 |
| Binary | 11010010 | 11101 | 1001101 | 0 | 1010110 | 111111 | 10010 | 101011000 | 1001100 | 101111 |
Color Harmonies of #D21D4D
Complementary color
Monochromatic Colors of #D21D4D
Black with #D21D4D
Text Example
Text Example
White with #D21D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21D4D; }
p { color: rgb(210,29,77); }
H1.HeaderClassName
{
color: #D21D4D;
}
.AnyTagClassName
{
color: #D21D4D;
}
</style>
background-color css
<style>
a { background-color: #D21D4D; }
a { background-color: rgb(210,29,77); }
div.DivClassName
{
background-color: #D21D4D;
}
.BgClassName
{
background-color: #D21D4D;
}
</style>
border-color css
<style>
span { border-color: #D21D4D; }
span { border-color: rgb(210,29,77); }
td.TdClassName
{
border-color: #D21D4D;
}
.TagClassName
{
border-color: #D21D4D;
}
</style>