Shades of Crimson #D71549
Tints of Crimson #D71549
RGB
CMYK
RGB Variations
Color information
#D71549 (or 0xD71549) is known color: Crimson. HEX triplet: D7, 15 and 49. RGB value is (215,21,73). Sum of RGB (Red+Green+Blue) = 215+21+73=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D71549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71549 is #28EAB6. Grayscale: #545454. Windows color (decimal): -2681527 or 4789719. OLE color: 4789719.
HSL color Cylindrical-coordinate representation of color #D71549: hue angle of 343.92º degrees, saturation: 0.82, 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 #D71549 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 73 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.16 |
| HSL | 343.92º | 0.82% | 0.46% | - |
| HSV(B) | 343.92º | 0.9% | 0.84% | - |
| XYZ | 29.5 | 15.46 | 7.73 | - |
| YUV | 84.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 73 | 0 | 0.90 | 0.66 | 0.16 | 343.92 | 0.82 | 0.46 |
| Hex | D7 | 15 | 49 | 0 | 5A | 42 | 10 | 158 | 52 | 2E |
| Octal | 327 | 25 | 111 | 0 | 132 | 102 | 20 | 530 | 122 | 56 |
| Binary | 11010111 | 10101 | 1001001 | 0 | 1011010 | 1000010 | 10000 | 101011000 | 1010010 | 101110 |
Color Harmonies of #D71549
Complementary color
Monochromatic Colors of #D71549
Black with #D71549
Text Example
Text Example
White with #D71549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71549; }
p { color: rgb(215,21,73); }
H1.HeaderClassName
{
color: #D71549;
}
.AnyTagClassName
{
color: #D71549;
}
</style>
background-color css
<style>
a { background-color: #D71549; }
a { background-color: rgb(215,21,73); }
div.DivClassName
{
background-color: #D71549;
}
.BgClassName
{
background-color: #D71549;
}
</style>
border-color css
<style>
span { border-color: #D71549; }
span { border-color: rgb(215,21,73); }
td.TdClassName
{
border-color: #D71549;
}
.TagClassName
{
border-color: #D71549;
}
</style>