Shades of Crimson #D71644
Tints of Crimson #D71644
RGB
CMYK
RGB Variations
Color information
#D71644 (or 0xD71644) is known color: Crimson. HEX triplet: D7, 16 and 44. RGB value is (215,22,68). Sum of RGB (Red+Green+Blue) = 215+22+68=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D71644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71644 is #28E9BB. Grayscale: #545454. Windows color (decimal): -2681276 or 4462295. OLE color: 4462295.
HSL color Cylindrical-coordinate representation of color #D71644: hue angle of 345.7º 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 #D71644 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 68 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.16 |
| HSL | 345.7º | 0.81% | 0.46% | - |
| HSV(B) | 345.7º | 0.9% | 0.84% | - |
| XYZ | 29.35 | 15.44 | 6.9 | - |
| YUV | 84.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 68 | 0 | 0.90 | 0.68 | 0.16 | 345.7 | 0.81 | 0.46 |
| Hex | D7 | 16 | 44 | 0 | 5A | 44 | 10 | 15A | 51 | 2E |
| Octal | 327 | 26 | 104 | 0 | 132 | 104 | 20 | 532 | 121 | 56 |
| Binary | 11010111 | 10110 | 1000100 | 0 | 1011010 | 1000100 | 10000 | 101011010 | 1010001 | 101110 |
Color Harmonies of #D71644
Complementary color
Monochromatic Colors of #D71644
Black with #D71644
Text Example
Text Example
White with #D71644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71644; }
p { color: rgb(215,22,68); }
H1.HeaderClassName
{
color: #D71644;
}
.AnyTagClassName
{
color: #D71644;
}
</style>
background-color css
<style>
a { background-color: #D71644; }
a { background-color: rgb(215,22,68); }
div.DivClassName
{
background-color: #D71644;
}
.BgClassName
{
background-color: #D71644;
}
</style>
border-color css
<style>
span { border-color: #D71644; }
span { border-color: rgb(215,22,68); }
td.TdClassName
{
border-color: #D71644;
}
.TagClassName
{
border-color: #D71644;
}
</style>