Shades of Crimson #D21637
Tints of Crimson #D21637
RGB
CMYK
RGB Variations
Color information
#D21637 (or 0xD21637) is known color: Crimson. HEX triplet: D2, 16 and 37. RGB value is (210,22,55). Sum of RGB (Red+Green+Blue) = 210+22+55=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D21637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21637 is #2DE9C8. Grayscale: #525252. Windows color (decimal): -3008969 or 3610322. OLE color: 3610322.
HSL color Cylindrical-coordinate representation of color #D21637: hue angle of 349.47º 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 #D21637 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 55 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.18 |
| HSL | 349.47º | 0.81% | 0.45% | - |
| HSV(B) | 349.47º | 0.9% | 0.82% | - |
| XYZ | 27.55 | 14.55 | 4.97 | - |
| YUV | 81.97 | 112.78 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 55 | 0 | 0.90 | 0.74 | 0.18 | 349.47 | 0.81 | 0.45 |
| Hex | D2 | 16 | 37 | 0 | 5A | 4A | 12 | 15D | 51 | 2D |
| Octal | 322 | 26 | 67 | 0 | 132 | 112 | 22 | 535 | 121 | 55 |
| Binary | 11010010 | 10110 | 110111 | 0 | 1011010 | 1001010 | 10010 | 101011101 | 1010001 | 101101 |
Color Harmonies of #D21637
Complementary color
Monochromatic Colors of #D21637
Black with #D21637
Text Example
Text Example
White with #D21637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21637; }
p { color: rgb(210,22,55); }
H1.HeaderClassName
{
color: #D21637;
}
.AnyTagClassName
{
color: #D21637;
}
</style>
background-color css
<style>
a { background-color: #D21637; }
a { background-color: rgb(210,22,55); }
div.DivClassName
{
background-color: #D21637;
}
.BgClassName
{
background-color: #D21637;
}
</style>
border-color css
<style>
span { border-color: #D21637; }
span { border-color: rgb(210,22,55); }
td.TdClassName
{
border-color: #D21637;
}
.TagClassName
{
border-color: #D21637;
}
</style>