Shades of Crimson #D21932
Tints of Crimson #D21932
RGB
CMYK
RGB Variations
Color information
#D21932 (or 0xD21932) is known color: Crimson. HEX triplet: D2, 19 and 32. RGB value is (210,25,50). Sum of RGB (Red+Green+Blue) = 210+25+50=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D21932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21932 is #2DE6CD. Grayscale: #535353. Windows color (decimal): -3008206 or 3283410. OLE color: 3283410.
HSL color Cylindrical-coordinate representation of color #D21932: hue angle of 351.89º 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 #D21932 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 50 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.18 |
| HSL | 351.89º | 0.79% | 0.46% | - |
| HSV(B) | 351.89º | 0.88% | 0.82% | - |
| XYZ | 27.5 | 14.63 | 4.39 | - |
| YUV | 83.17 | 109.29 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 50 | 0 | 0.88 | 0.76 | 0.18 | 351.89 | 0.79 | 0.46 |
| Hex | D2 | 19 | 32 | 0 | 58 | 4C | 12 | 160 | 4F | 2E |
| Octal | 322 | 31 | 62 | 0 | 130 | 114 | 22 | 540 | 117 | 56 |
| Binary | 11010010 | 11001 | 110010 | 0 | 1011000 | 1001100 | 10010 | 101100000 | 1001111 | 101110 |
Color Harmonies of #D21932
Complementary color
Monochromatic Colors of #D21932
Black with #D21932
Text Example
Text Example
White with #D21932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21932; }
p { color: rgb(210,25,50); }
H1.HeaderClassName
{
color: #D21932;
}
.AnyTagClassName
{
color: #D21932;
}
</style>
background-color css
<style>
a { background-color: #D21932; }
a { background-color: rgb(210,25,50); }
div.DivClassName
{
background-color: #D21932;
}
.BgClassName
{
background-color: #D21932;
}
</style>
border-color css
<style>
span { border-color: #D21932; }
span { border-color: rgb(210,25,50); }
td.TdClassName
{
border-color: #D21932;
}
.TagClassName
{
border-color: #D21932;
}
</style>