Shades of Crimson #D81648
Tints of Crimson #D81648
RGB
CMYK
RGB Variations
Color information
#D81648 (or 0xD81648) is known color: Crimson. HEX triplet: D8, 16 and 48. RGB value is (216,22,72). Sum of RGB (Red+Green+Blue) = 216+22+72=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D81648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81648 is #27E9B7. Grayscale: #555555. Windows color (decimal): -2615736 or 4724440. OLE color: 4724440.
HSL color Cylindrical-coordinate representation of color #D81648: hue angle of 344.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81648 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 72 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.15 |
| HSL | 344.54º | 0.82% | 0.47% | - |
| HSV(B) | 344.54º | 0.9% | 0.85% | - |
| XYZ | 29.78 | 15.64 | 7.58 | - |
| YUV | 85.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 72 | 0 | 0.90 | 0.67 | 0.15 | 344.54 | 0.82 | 0.47 |
| Hex | D8 | 16 | 48 | 0 | 5A | 43 | F | 159 | 52 | 2F |
| Octal | 330 | 26 | 110 | 0 | 132 | 103 | 17 | 531 | 122 | 57 |
| Binary | 11011000 | 10110 | 1001000 | 0 | 1011010 | 1000011 | 1111 | 101011001 | 1010010 | 101111 |
Color Harmonies of #D81648
Complementary color
Monochromatic Colors of #D81648
Black with #D81648
Text Example
Text Example
White with #D81648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81648; }
p { color: rgb(216,22,72); }
H1.HeaderClassName
{
color: #D81648;
}
.AnyTagClassName
{
color: #D81648;
}
</style>
background-color css
<style>
a { background-color: #D81648; }
a { background-color: rgb(216,22,72); }
div.DivClassName
{
background-color: #D81648;
}
.BgClassName
{
background-color: #D81648;
}
</style>
border-color css
<style>
span { border-color: #D81648; }
span { border-color: rgb(216,22,72); }
td.TdClassName
{
border-color: #D81648;
}
.TagClassName
{
border-color: #D81648;
}
</style>