Shades of Crimson #D8104D
Tints of Crimson #D8104D
RGB
CMYK
RGB Variations
Color information
#D8104D (or 0xD8104D) is known color: Crimson. HEX triplet: D8, 10 and 4D. RGB value is (216,16,77). Sum of RGB (Red+Green+Blue) = 216+16+77=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8104D is #27EFB2. Grayscale: #525252. Windows color (decimal): -2617267 or 5050584. OLE color: 5050584.
HSL color Cylindrical-coordinate representation of color #D8104D: hue angle of 341.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8104D is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 77 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.15 |
| HSL | 341.7º | 0.86% | 0.45% | - |
| HSV(B) | 341.7º | 0.93% | 0.85% | - |
| XYZ | 29.84 | 15.51 | 8.44 | - |
| YUV | 82.75 | 124.76 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 77 | 0 | 0.93 | 0.64 | 0.15 | 341.7 | 0.86 | 0.45 |
| Hex | D8 | 10 | 4D | 0 | 5D | 40 | F | 156 | 56 | 2D |
| Octal | 330 | 20 | 115 | 0 | 135 | 100 | 17 | 526 | 126 | 55 |
| Binary | 11011000 | 10000 | 1001101 | 0 | 1011101 | 1000000 | 1111 | 101010110 | 1010110 | 101101 |
Color Harmonies of #D8104D
Complementary color
Monochromatic Colors of #D8104D
Black with #D8104D
Text Example
Text Example
White with #D8104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8104D; }
p { color: rgb(216,16,77); }
H1.HeaderClassName
{
color: #D8104D;
}
.AnyTagClassName
{
color: #D8104D;
}
</style>
background-color css
<style>
a { background-color: #D8104D; }
a { background-color: rgb(216,16,77); }
div.DivClassName
{
background-color: #D8104D;
}
.BgClassName
{
background-color: #D8104D;
}
</style>
border-color css
<style>
span { border-color: #D8104D; }
span { border-color: rgb(216,16,77); }
td.TdClassName
{
border-color: #D8104D;
}
.TagClassName
{
border-color: #D8104D;
}
</style>