Shades of Crimson #D21040
Tints of Crimson #D21040
RGB
CMYK
RGB Variations
Color information
#D21040 (or 0xD21040) is known color: Crimson. HEX triplet: D2, 10 and 40. RGB value is (210,16,64). Sum of RGB (Red+Green+Blue) = 210+16+64=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D21040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21040 is #2DEFBF. Grayscale: #4F4F4F. Windows color (decimal): -3010496 or 4198610. OLE color: 4198610.
HSL color Cylindrical-coordinate representation of color #D21040: hue angle of 345.15º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21040 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 64 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.18 |
| HSL | 345.15º | 0.86% | 0.44% | - |
| HSV(B) | 345.15º | 0.92% | 0.82% | - |
| XYZ | 27.69 | 14.44 | 6.18 | - |
| YUV | 79.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 64 | 0 | 0.92 | 0.70 | 0.18 | 345.15 | 0.86 | 0.44 |
| Hex | D2 | 10 | 40 | 0 | 5C | 46 | 12 | 159 | 56 | 2C |
| Octal | 322 | 20 | 100 | 0 | 134 | 106 | 22 | 531 | 126 | 54 |
| Binary | 11010010 | 10000 | 1000000 | 0 | 1011100 | 1000110 | 10010 | 101011001 | 1010110 | 101100 |
Color Harmonies of #D21040
Complementary color
Monochromatic Colors of #D21040
Black with #D21040
Text Example
Text Example
White with #D21040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21040; }
p { color: rgb(210,16,64); }
H1.HeaderClassName
{
color: #D21040;
}
.AnyTagClassName
{
color: #D21040;
}
</style>
background-color css
<style>
a { background-color: #D21040; }
a { background-color: rgb(210,16,64); }
div.DivClassName
{
background-color: #D21040;
}
.BgClassName
{
background-color: #D21040;
}
</style>
border-color css
<style>
span { border-color: #D21040; }
span { border-color: rgb(210,16,64); }
td.TdClassName
{
border-color: #D21040;
}
.TagClassName
{
border-color: #D21040;
}
</style>