Shades of Crimson #D81549
Tints of Crimson #D81549
RGB
CMYK
RGB Variations
Color information
#D81549 (or 0xD81549) is known color: Crimson. HEX triplet: D8, 15 and 49. RGB value is (216,21,73). Sum of RGB (Red+Green+Blue) = 216+21+73=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D81549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81549 is #27EAB6. Grayscale: #555555. Windows color (decimal): -2615991 or 4789720. OLE color: 4789720.
HSL color Cylindrical-coordinate representation of color #D81549: hue angle of 344º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81549 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 73 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.15 |
| HSL | 344º | 0.82% | 0.46% | - |
| HSV(B) | 344º | 0.9% | 0.85% | - |
| XYZ | 29.79 | 15.62 | 7.75 | - |
| YUV | 85.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 73 | 0 | 0.90 | 0.66 | 0.15 | 344 | 0.82 | 0.46 |
| Hex | D8 | 15 | 49 | 0 | 5A | 42 | F | 158 | 52 | 2E |
| Octal | 330 | 25 | 111 | 0 | 132 | 102 | 17 | 530 | 122 | 56 |
| Binary | 11011000 | 10101 | 1001001 | 0 | 1011010 | 1000010 | 1111 | 101011000 | 1010010 | 101110 |
Color Harmonies of #D81549
Complementary color
Monochromatic Colors of #D81549
Black with #D81549
Text Example
Text Example
White with #D81549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81549; }
p { color: rgb(216,21,73); }
H1.HeaderClassName
{
color: #D81549;
}
.AnyTagClassName
{
color: #D81549;
}
</style>
background-color css
<style>
a { background-color: #D81549; }
a { background-color: rgb(216,21,73); }
div.DivClassName
{
background-color: #D81549;
}
.BgClassName
{
background-color: #D81549;
}
</style>
border-color css
<style>
span { border-color: #D81549; }
span { border-color: rgb(216,21,73); }
td.TdClassName
{
border-color: #D81549;
}
.TagClassName
{
border-color: #D81549;
}
</style>