Shades of Crimson #D21639
Tints of Crimson #D21639
RGB
CMYK
RGB Variations
Color information
#D21639 (or 0xD21639) is known color: Crimson. HEX triplet: D2, 16 and 39. RGB value is (210,22,57). Sum of RGB (Red+Green+Blue) = 210+22+57=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D21639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21639 is #2DE9C6. Grayscale: #525252. Windows color (decimal): -3008967 or 3741394. OLE color: 3741394.
HSL color Cylindrical-coordinate representation of color #D21639: hue angle of 348.83º 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 #D21639 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 57 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.18 |
| HSL | 348.83º | 0.81% | 0.45% | - |
| HSV(B) | 348.83º | 0.9% | 0.82% | - |
| XYZ | 27.6 | 14.57 | 5.23 | - |
| YUV | 82.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 57 | 0 | 0.90 | 0.73 | 0.18 | 348.83 | 0.81 | 0.45 |
| Hex | D2 | 16 | 39 | 0 | 5A | 49 | 12 | 15D | 51 | 2D |
| Octal | 322 | 26 | 71 | 0 | 132 | 111 | 22 | 535 | 121 | 55 |
| Binary | 11010010 | 10110 | 111001 | 0 | 1011010 | 1001001 | 10010 | 101011101 | 1010001 | 101101 |
Color Harmonies of #D21639
Complementary color
Monochromatic Colors of #D21639
Black with #D21639
Text Example
Text Example
White with #D21639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21639; }
p { color: rgb(210,22,57); }
H1.HeaderClassName
{
color: #D21639;
}
.AnyTagClassName
{
color: #D21639;
}
</style>
background-color css
<style>
a { background-color: #D21639; }
a { background-color: rgb(210,22,57); }
div.DivClassName
{
background-color: #D21639;
}
.BgClassName
{
background-color: #D21639;
}
</style>
border-color css
<style>
span { border-color: #D21639; }
span { border-color: rgb(210,22,57); }
td.TdClassName
{
border-color: #D21639;
}
.TagClassName
{
border-color: #D21639;
}
</style>