Shades of Crimson #D21739
Tints of Crimson #D21739
RGB
CMYK
RGB Variations
Color information
#D21739 (or 0xD21739) is known color: Crimson. HEX triplet: D2, 17 and 39. RGB value is (210,23,57). Sum of RGB (Red+Green+Blue) = 210+23+57=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D21739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21739 is #2DE8C6. Grayscale: #525252. Windows color (decimal): -3008711 or 3741650. OLE color: 3741650.
HSL color Cylindrical-coordinate representation of color #D21739: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21739 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 57 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.18 |
| HSL | 349.09º | 0.8% | 0.46% | - |
| HSV(B) | 349.09º | 0.89% | 0.82% | - |
| XYZ | 27.62 | 14.61 | 5.23 | - |
| YUV | 82.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 57 | 0 | 0.89 | 0.73 | 0.18 | 349.09 | 0.8 | 0.46 |
| Hex | D2 | 17 | 39 | 0 | 59 | 49 | 12 | 15D | 50 | 2E |
| Octal | 322 | 27 | 71 | 0 | 131 | 111 | 22 | 535 | 120 | 56 |
| Binary | 11010010 | 10111 | 111001 | 0 | 1011001 | 1001001 | 10010 | 101011101 | 1010000 | 101110 |
Color Harmonies of #D21739
Complementary color
Monochromatic Colors of #D21739
Black with #D21739
Text Example
Text Example
White with #D21739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21739; }
p { color: rgb(210,23,57); }
H1.HeaderClassName
{
color: #D21739;
}
.AnyTagClassName
{
color: #D21739;
}
</style>
background-color css
<style>
a { background-color: #D21739; }
a { background-color: rgb(210,23,57); }
div.DivClassName
{
background-color: #D21739;
}
.BgClassName
{
background-color: #D21739;
}
</style>
border-color css
<style>
span { border-color: #D21739; }
span { border-color: rgb(210,23,57); }
td.TdClassName
{
border-color: #D21739;
}
.TagClassName
{
border-color: #D21739;
}
</style>