Shades of Crimson #D71647
Tints of Crimson #D71647
RGB
CMYK
RGB Variations
Color information
#D71647 (or 0xD71647) is known color: Crimson. HEX triplet: D7, 16 and 47. RGB value is (215,22,71). Sum of RGB (Red+Green+Blue) = 215+22+71=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D71647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71647 is #28E9B8. Grayscale: #555555. Windows color (decimal): -2681273 or 4658903. OLE color: 4658903.
HSL color Cylindrical-coordinate representation of color #D71647: hue angle of 344.77º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71647 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 71 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.16 |
| HSL | 344.77º | 0.81% | 0.46% | - |
| HSV(B) | 344.77º | 0.9% | 0.84% | - |
| XYZ | 29.45 | 15.48 | 7.4 | - |
| YUV | 85.29 | 119.94 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 71 | 0 | 0.90 | 0.67 | 0.16 | 344.77 | 0.81 | 0.46 |
| Hex | D7 | 16 | 47 | 0 | 5A | 43 | 10 | 159 | 51 | 2E |
| Octal | 327 | 26 | 107 | 0 | 132 | 103 | 20 | 531 | 121 | 56 |
| Binary | 11010111 | 10110 | 1000111 | 0 | 1011010 | 1000011 | 10000 | 101011001 | 1010001 | 101110 |
Color Harmonies of #D71647
Complementary color
Monochromatic Colors of #D71647
Black with #D71647
Text Example
Text Example
White with #D71647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71647; }
p { color: rgb(215,22,71); }
H1.HeaderClassName
{
color: #D71647;
}
.AnyTagClassName
{
color: #D71647;
}
</style>
background-color css
<style>
a { background-color: #D71647; }
a { background-color: rgb(215,22,71); }
div.DivClassName
{
background-color: #D71647;
}
.BgClassName
{
background-color: #D71647;
}
</style>
border-color css
<style>
span { border-color: #D71647; }
span { border-color: rgb(215,22,71); }
td.TdClassName
{
border-color: #D71647;
}
.TagClassName
{
border-color: #D71647;
}
</style>