Shades of Crimson #D21944
Tints of Crimson #D21944
RGB
CMYK
RGB Variations
Color information
#D21944 (or 0xD21944) is known color: Crimson. HEX triplet: D2, 19 and 44. RGB value is (210,25,68). Sum of RGB (Red+Green+Blue) = 210+25+68=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D21944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21944 is #2DE6BB. Grayscale: #555555. Windows color (decimal): -3008188 or 4463058. OLE color: 4463058.
HSL color Cylindrical-coordinate representation of color #D21944: hue angle of 346.05º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21944 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 68 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.18 |
| HSL | 346.05º | 0.79% | 0.46% | - |
| HSV(B) | 346.05º | 0.88% | 0.82% | - |
| XYZ | 27.97 | 14.81 | 6.85 | - |
| YUV | 85.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 68 | 0 | 0.88 | 0.68 | 0.18 | 346.05 | 0.79 | 0.46 |
| Hex | D2 | 19 | 44 | 0 | 58 | 44 | 12 | 15A | 4F | 2E |
| Octal | 322 | 31 | 104 | 0 | 130 | 104 | 22 | 532 | 117 | 56 |
| Binary | 11010010 | 11001 | 1000100 | 0 | 1011000 | 1000100 | 10010 | 101011010 | 1001111 | 101110 |
Color Harmonies of #D21944
Complementary color
Monochromatic Colors of #D21944
Black with #D21944
Text Example
Text Example
White with #D21944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21944; }
p { color: rgb(210,25,68); }
H1.HeaderClassName
{
color: #D21944;
}
.AnyTagClassName
{
color: #D21944;
}
</style>
background-color css
<style>
a { background-color: #D21944; }
a { background-color: rgb(210,25,68); }
div.DivClassName
{
background-color: #D21944;
}
.BgClassName
{
background-color: #D21944;
}
</style>
border-color css
<style>
span { border-color: #D21944; }
span { border-color: rgb(210,25,68); }
td.TdClassName
{
border-color: #D21944;
}
.TagClassName
{
border-color: #D21944;
}
</style>