Shades of Crimson #D21632
Tints of Crimson #D21632
RGB
CMYK
RGB Variations
Color information
#D21632 (or 0xD21632) is known color: Crimson. HEX triplet: D2, 16 and 32. RGB value is (210,22,50). Sum of RGB (Red+Green+Blue) = 210+22+50=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D21632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21632 is #2DE9CD. Grayscale: #515151. Windows color (decimal): -3008974 or 3282642. OLE color: 3282642.
HSL color Cylindrical-coordinate representation of color #D21632: hue angle of 351.06º 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 #D21632 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.18 |
| HSL | 351.06º | 0.81% | 0.45% | - |
| HSV(B) | 351.06º | 0.9% | 0.82% | - |
| XYZ | 27.44 | 14.51 | 4.37 | - |
| YUV | 81.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 50 | 0 | 0.90 | 0.76 | 0.18 | 351.06 | 0.81 | 0.45 |
| Hex | D2 | 16 | 32 | 0 | 5A | 4C | 12 | 15F | 51 | 2D |
| Octal | 322 | 26 | 62 | 0 | 132 | 114 | 22 | 537 | 121 | 55 |
| Binary | 11010010 | 10110 | 110010 | 0 | 1011010 | 1001100 | 10010 | 101011111 | 1010001 | 101101 |
Color Harmonies of #D21632
Complementary color
Monochromatic Colors of #D21632
Black with #D21632
Text Example
Text Example
White with #D21632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21632; }
p { color: rgb(210,22,50); }
H1.HeaderClassName
{
color: #D21632;
}
.AnyTagClassName
{
color: #D21632;
}
</style>
background-color css
<style>
a { background-color: #D21632; }
a { background-color: rgb(210,22,50); }
div.DivClassName
{
background-color: #D21632;
}
.BgClassName
{
background-color: #D21632;
}
</style>
border-color css
<style>
span { border-color: #D21632; }
span { border-color: rgb(210,22,50); }
td.TdClassName
{
border-color: #D21632;
}
.TagClassName
{
border-color: #D21632;
}
</style>