Shades of Crimson #D71641
Tints of Crimson #D71641
RGB
CMYK
RGB Variations
Color information
#D71641 (or 0xD71641) is known color: Crimson. HEX triplet: D7, 16 and 41. RGB value is (215,22,65). Sum of RGB (Red+Green+Blue) = 215+22+65=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D71641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71641 is #28E9BE. Grayscale: #545454. Windows color (decimal): -2681279 or 4265687. OLE color: 4265687.
HSL color Cylindrical-coordinate representation of color #D71641: hue angle of 346.63º 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 #D71641 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 65 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.16 |
| HSL | 346.63º | 0.81% | 0.46% | - |
| HSV(B) | 346.63º | 0.9% | 0.84% | - |
| XYZ | 29.27 | 15.4 | 6.43 | - |
| YUV | 84.61 | 116.94 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 65 | 0 | 0.90 | 0.70 | 0.16 | 346.63 | 0.81 | 0.46 |
| Hex | D7 | 16 | 41 | 0 | 5A | 46 | 10 | 15B | 51 | 2E |
| Octal | 327 | 26 | 101 | 0 | 132 | 106 | 20 | 533 | 121 | 56 |
| Binary | 11010111 | 10110 | 1000001 | 0 | 1011010 | 1000110 | 10000 | 101011011 | 1010001 | 101110 |
Color Harmonies of #D71641
Complementary color
Monochromatic Colors of #D71641
Black with #D71641
Text Example
Text Example
White with #D71641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71641; }
p { color: rgb(215,22,65); }
H1.HeaderClassName
{
color: #D71641;
}
.AnyTagClassName
{
color: #D71641;
}
</style>
background-color css
<style>
a { background-color: #D71641; }
a { background-color: rgb(215,22,65); }
div.DivClassName
{
background-color: #D71641;
}
.BgClassName
{
background-color: #D71641;
}
</style>
border-color css
<style>
span { border-color: #D71641; }
span { border-color: rgb(215,22,65); }
td.TdClassName
{
border-color: #D71641;
}
.TagClassName
{
border-color: #D71641;
}
</style>