Shades of Crimson #D71C44
Tints of Crimson #D71C44
RGB
CMYK
RGB Variations
Color information
#D71C44 (or 0xD71C44) is known color: Crimson. HEX triplet: D7, 1C and 44. RGB value is (215,28,68). Sum of RGB (Red+Green+Blue) = 215+28+68=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C44 is #28E3BB. Grayscale: #585858. Windows color (decimal): -2679740 or 4463831. OLE color: 4463831.
HSL color Cylindrical-coordinate representation of color #D71C44: hue angle of 347.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C44 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 68 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.16 |
| HSL | 347.17º | 0.77% | 0.48% | - |
| HSV(B) | 347.17º | 0.87% | 0.84% | - |
| XYZ | 29.48 | 15.69 | 6.94 | - |
| YUV | 88.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 68 | 0 | 0.87 | 0.68 | 0.16 | 347.17 | 0.77 | 0.48 |
| Hex | D7 | 1C | 44 | 0 | 57 | 44 | 10 | 15B | 4D | 30 |
| Octal | 327 | 34 | 104 | 0 | 127 | 104 | 20 | 533 | 115 | 60 |
| Binary | 11010111 | 11100 | 1000100 | 0 | 1010111 | 1000100 | 10000 | 101011011 | 1001101 | 110000 |
Color Harmonies of #D71C44
Complementary color
Monochromatic Colors of #D71C44
Black with #D71C44
Text Example
Text Example
White with #D71C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71C44; }
p { color: rgb(215,28,68); }
H1.HeaderClassName
{
color: #D71C44;
}
.AnyTagClassName
{
color: #D71C44;
}
</style>
background-color css
<style>
a { background-color: #D71C44; }
a { background-color: rgb(215,28,68); }
div.DivClassName
{
background-color: #D71C44;
}
.BgClassName
{
background-color: #D71C44;
}
</style>
border-color css
<style>
span { border-color: #D71C44; }
span { border-color: rgb(215,28,68); }
td.TdClassName
{
border-color: #D71C44;
}
.TagClassName
{
border-color: #D71C44;
}
</style>