Shades of Crimson #D21644
Tints of Crimson #D21644
RGB
CMYK
RGB Variations
Color information
#D21644 (or 0xD21644) is known color: Crimson. HEX triplet: D2, 16 and 44. RGB value is (210,22,68). Sum of RGB (Red+Green+Blue) = 210+22+68=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D21644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21644 is #2DE9BB. Grayscale: #535353. Windows color (decimal): -3008956 or 4462290. OLE color: 4462290.
HSL color Cylindrical-coordinate representation of color #D21644: hue angle of 345.32º 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 #D21644 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 68 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.18 |
| HSL | 345.32º | 0.81% | 0.45% | - |
| HSV(B) | 345.32º | 0.9% | 0.82% | - |
| XYZ | 27.91 | 14.69 | 6.83 | - |
| YUV | 83.46 | 119.28 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 68 | 0 | 0.90 | 0.68 | 0.18 | 345.32 | 0.81 | 0.45 |
| Hex | D2 | 16 | 44 | 0 | 5A | 44 | 12 | 159 | 51 | 2D |
| Octal | 322 | 26 | 104 | 0 | 132 | 104 | 22 | 531 | 121 | 55 |
| Binary | 11010010 | 10110 | 1000100 | 0 | 1011010 | 1000100 | 10010 | 101011001 | 1010001 | 101101 |
Color Harmonies of #D21644
Complementary color
Monochromatic Colors of #D21644
Black with #D21644
Text Example
Text Example
White with #D21644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21644; }
p { color: rgb(210,22,68); }
H1.HeaderClassName
{
color: #D21644;
}
.AnyTagClassName
{
color: #D21644;
}
</style>
background-color css
<style>
a { background-color: #D21644; }
a { background-color: rgb(210,22,68); }
div.DivClassName
{
background-color: #D21644;
}
.BgClassName
{
background-color: #D21644;
}
</style>
border-color css
<style>
span { border-color: #D21644; }
span { border-color: rgb(210,22,68); }
td.TdClassName
{
border-color: #D21644;
}
.TagClassName
{
border-color: #D21644;
}
</style>