Shades of Crimson #D71735
Tints of Crimson #D71735
RGB
CMYK
RGB Variations
Color information
#D71735 (or 0xD71735) is known color: Crimson. HEX triplet: D7, 17 and 35. RGB value is (215,23,53). Sum of RGB (Red+Green+Blue) = 215+23+53=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D71735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71735 is #28E8CA. Grayscale: #535353. Windows color (decimal): -2681035 or 3479511. OLE color: 3479511.
HSL color Cylindrical-coordinate representation of color #D71735: hue angle of 350.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71735 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 53 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.16 |
| HSL | 350.63º | 0.81% | 0.47% | - |
| HSV(B) | 350.63º | 0.89% | 0.84% | - |
| XYZ | 28.97 | 15.32 | 4.8 | - |
| YUV | 83.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 53 | 0 | 0.89 | 0.75 | 0.16 | 350.63 | 0.81 | 0.47 |
| Hex | D7 | 17 | 35 | 0 | 59 | 4B | 10 | 15F | 51 | 2F |
| Octal | 327 | 27 | 65 | 0 | 131 | 113 | 20 | 537 | 121 | 57 |
| Binary | 11010111 | 10111 | 110101 | 0 | 1011001 | 1001011 | 10000 | 101011111 | 1010001 | 101111 |
Color Harmonies of #D71735
Complementary color
Monochromatic Colors of #D71735
Black with #D71735
Text Example
Text Example
White with #D71735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71735; }
p { color: rgb(215,23,53); }
H1.HeaderClassName
{
color: #D71735;
}
.AnyTagClassName
{
color: #D71735;
}
</style>
background-color css
<style>
a { background-color: #D71735; }
a { background-color: rgb(215,23,53); }
div.DivClassName
{
background-color: #D71735;
}
.BgClassName
{
background-color: #D71735;
}
</style>
border-color css
<style>
span { border-color: #D71735; }
span { border-color: rgb(215,23,53); }
td.TdClassName
{
border-color: #D71735;
}
.TagClassName
{
border-color: #D71735;
}
</style>