Shades of Crimson #D71D45
Tints of Crimson #D71D45
RGB
CMYK
RGB Variations
Color information
#D71D45 (or 0xD71D45) is known color: Crimson. HEX triplet: D7, 1D and 45. RGB value is (215,29,69). Sum of RGB (Red+Green+Blue) = 215+29+69=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D45 is #28E2BA. Grayscale: #595959. Windows color (decimal): -2679483 or 4529623. OLE color: 4529623.
HSL color Cylindrical-coordinate representation of color #D71D45: hue angle of 347.1º degrees, saturation: 0.76, 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 #D71D45 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 69 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.16 |
| HSL | 347.1º | 0.76% | 0.48% | - |
| HSV(B) | 347.1º | 0.87% | 0.84% | - |
| XYZ | 29.54 | 15.76 | 7.11 | - |
| YUV | 89.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 69 | 0 | 0.87 | 0.68 | 0.16 | 347.1 | 0.76 | 0.48 |
| Hex | D7 | 1D | 45 | 0 | 57 | 44 | 10 | 15B | 4C | 30 |
| Octal | 327 | 35 | 105 | 0 | 127 | 104 | 20 | 533 | 114 | 60 |
| Binary | 11010111 | 11101 | 1000101 | 0 | 1010111 | 1000100 | 10000 | 101011011 | 1001100 | 110000 |
Color Harmonies of #D71D45
Complementary color
Monochromatic Colors of #D71D45
Black with #D71D45
Text Example
Text Example
White with #D71D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D45; }
p { color: rgb(215,29,69); }
H1.HeaderClassName
{
color: #D71D45;
}
.AnyTagClassName
{
color: #D71D45;
}
</style>
background-color css
<style>
a { background-color: #D71D45; }
a { background-color: rgb(215,29,69); }
div.DivClassName
{
background-color: #D71D45;
}
.BgClassName
{
background-color: #D71D45;
}
</style>
border-color css
<style>
span { border-color: #D71D45; }
span { border-color: rgb(215,29,69); }
td.TdClassName
{
border-color: #D71D45;
}
.TagClassName
{
border-color: #D71D45;
}
</style>