Shades of Crimson #D21747
Tints of Crimson #D21747
RGB
CMYK
RGB Variations
Color information
#D21747 (or 0xD21747) is known color: Crimson. HEX triplet: D2, 17 and 47. RGB value is (210,23,71). Sum of RGB (Red+Green+Blue) = 210+23+71=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D21747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21747 is #2DE8B8. Grayscale: #545454. Windows color (decimal): -3008697 or 4659154. OLE color: 4659154.
HSL color Cylindrical-coordinate representation of color #D21747: hue angle of 344.6º 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 #D21747 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 71 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.18 |
| HSL | 344.6º | 0.8% | 0.46% | - |
| HSV(B) | 344.6º | 0.89% | 0.82% | - |
| XYZ | 28.02 | 14.77 | 7.34 | - |
| YUV | 84.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 71 | 0 | 0.89 | 0.66 | 0.18 | 344.6 | 0.8 | 0.46 |
| Hex | D2 | 17 | 47 | 0 | 59 | 42 | 12 | 159 | 50 | 2E |
| Octal | 322 | 27 | 107 | 0 | 131 | 102 | 22 | 531 | 120 | 56 |
| Binary | 11010010 | 10111 | 1000111 | 0 | 1011001 | 1000010 | 10010 | 101011001 | 1010000 | 101110 |
Color Harmonies of #D21747
Complementary color
Monochromatic Colors of #D21747
Black with #D21747
Text Example
Text Example
White with #D21747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21747; }
p { color: rgb(210,23,71); }
H1.HeaderClassName
{
color: #D21747;
}
.AnyTagClassName
{
color: #D21747;
}
</style>
background-color css
<style>
a { background-color: #D21747; }
a { background-color: rgb(210,23,71); }
div.DivClassName
{
background-color: #D21747;
}
.BgClassName
{
background-color: #D21747;
}
</style>
border-color css
<style>
span { border-color: #D21747; }
span { border-color: rgb(210,23,71); }
td.TdClassName
{
border-color: #D21747;
}
.TagClassName
{
border-color: #D21747;
}
</style>