Shades of Crimson #D21044
Tints of Crimson #D21044
RGB
CMYK
RGB Variations
Color information
#D21044 (or 0xD21044) is known color: Crimson. HEX triplet: D2, 10 and 44. RGB value is (210,16,68). Sum of RGB (Red+Green+Blue) = 210+16+68=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D21044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21044 is #2DEFBB. Grayscale: #4F4F4F. Windows color (decimal): -3010492 or 4460754. OLE color: 4460754.
HSL color Cylindrical-coordinate representation of color #D21044: hue angle of 343.92º 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 #D21044 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 68 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.18 |
| HSL | 343.92º | 0.86% | 0.44% | - |
| HSV(B) | 343.92º | 0.92% | 0.82% | - |
| XYZ | 27.81 | 14.49 | 6.8 | - |
| YUV | 79.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 68 | 0 | 0.92 | 0.68 | 0.18 | 343.92 | 0.86 | 0.44 |
| Hex | D2 | 10 | 44 | 0 | 5C | 44 | 12 | 158 | 56 | 2C |
| Octal | 322 | 20 | 104 | 0 | 134 | 104 | 22 | 530 | 126 | 54 |
| Binary | 11010010 | 10000 | 1000100 | 0 | 1011100 | 1000100 | 10010 | 101011000 | 1010110 | 101100 |
Color Harmonies of #D21044
Complementary color
Monochromatic Colors of #D21044
Black with #D21044
Text Example
Text Example
White with #D21044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21044; }
p { color: rgb(210,16,68); }
H1.HeaderClassName
{
color: #D21044;
}
.AnyTagClassName
{
color: #D21044;
}
</style>
background-color css
<style>
a { background-color: #D21044; }
a { background-color: rgb(210,16,68); }
div.DivClassName
{
background-color: #D21044;
}
.BgClassName
{
background-color: #D21044;
}
</style>
border-color css
<style>
span { border-color: #D21044; }
span { border-color: rgb(210,16,68); }
td.TdClassName
{
border-color: #D21044;
}
.TagClassName
{
border-color: #D21044;
}
</style>