Shades of Crimson #D71D42
Tints of Crimson #D71D42
RGB
CMYK
RGB Variations
Color information
#D71D42 (or 0xD71D42) is known color: Crimson. HEX triplet: D7, 1D and 42. RGB value is (215,29,66). Sum of RGB (Red+Green+Blue) = 215+29+66=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D42 is #28E2BD. Grayscale: #585858. Windows color (decimal): -2679486 or 4333015. OLE color: 4333015.
HSL color Cylindrical-coordinate representation of color #D71D42: hue angle of 348.06º 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 #D71D42 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 66 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.16 |
| HSL | 348.06º | 0.76% | 0.48% | - |
| HSV(B) | 348.06º | 0.87% | 0.84% | - |
| XYZ | 29.45 | 15.72 | 6.64 | - |
| YUV | 88.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 66 | 0 | 0.87 | 0.69 | 0.16 | 348.06 | 0.76 | 0.48 |
| Hex | D7 | 1D | 42 | 0 | 57 | 45 | 10 | 15C | 4C | 30 |
| Octal | 327 | 35 | 102 | 0 | 127 | 105 | 20 | 534 | 114 | 60 |
| Binary | 11010111 | 11101 | 1000010 | 0 | 1010111 | 1000101 | 10000 | 101011100 | 1001100 | 110000 |
Color Harmonies of #D71D42
Complementary color
Monochromatic Colors of #D71D42
Black with #D71D42
Text Example
Text Example
White with #D71D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D42; }
p { color: rgb(215,29,66); }
H1.HeaderClassName
{
color: #D71D42;
}
.AnyTagClassName
{
color: #D71D42;
}
</style>
background-color css
<style>
a { background-color: #D71D42; }
a { background-color: rgb(215,29,66); }
div.DivClassName
{
background-color: #D71D42;
}
.BgClassName
{
background-color: #D71D42;
}
</style>
border-color css
<style>
span { border-color: #D71D42; }
span { border-color: rgb(215,29,66); }
td.TdClassName
{
border-color: #D71D42;
}
.TagClassName
{
border-color: #D71D42;
}
</style>