Shades of Crimson #D81146
Tints of Crimson #D81146
RGB
CMYK
RGB Variations
Color information
#D81146 (or 0xD81146) is known color: Crimson. HEX triplet: D8, 11 and 46. RGB value is (216,17,70). Sum of RGB (Red+Green+Blue) = 216+17+70=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D81146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81146 is #27EEB9. Grayscale: #525252. Windows color (decimal): -2617018 or 4592088. OLE color: 4592088.
HSL color Cylindrical-coordinate representation of color #D81146: hue angle of 344.02º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81146 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 70 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.15 |
| HSL | 344.02º | 0.85% | 0.46% | - |
| HSV(B) | 344.02º | 0.92% | 0.85% | - |
| XYZ | 29.62 | 15.44 | 7.21 | - |
| YUV | 82.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 70 | 0 | 0.92 | 0.68 | 0.15 | 344.02 | 0.85 | 0.46 |
| Hex | D8 | 11 | 46 | 0 | 5C | 44 | F | 158 | 55 | 2E |
| Octal | 330 | 21 | 106 | 0 | 134 | 104 | 17 | 530 | 125 | 56 |
| Binary | 11011000 | 10001 | 1000110 | 0 | 1011100 | 1000100 | 1111 | 101011000 | 1010101 | 101110 |
Color Harmonies of #D81146
Complementary color
Monochromatic Colors of #D81146
Black with #D81146
Text Example
Text Example
White with #D81146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81146; }
p { color: rgb(216,17,70); }
H1.HeaderClassName
{
color: #D81146;
}
.AnyTagClassName
{
color: #D81146;
}
</style>
background-color css
<style>
a { background-color: #D81146; }
a { background-color: rgb(216,17,70); }
div.DivClassName
{
background-color: #D81146;
}
.BgClassName
{
background-color: #D81146;
}
</style>
border-color css
<style>
span { border-color: #D81146; }
span { border-color: rgb(216,17,70); }
td.TdClassName
{
border-color: #D81146;
}
.TagClassName
{
border-color: #D81146;
}
</style>