Shades of Crimson #D8124D
Tints of Crimson #D8124D
RGB
CMYK
RGB Variations
Color information
#D8124D (or 0xD8124D) is known color: Crimson. HEX triplet: D8, 12 and 4D. RGB value is (216,18,77). Sum of RGB (Red+Green+Blue) = 216+18+77=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8124D is #27EDB2. Grayscale: #535353. Windows color (decimal): -2616755 or 5051096. OLE color: 5051096.
HSL color Cylindrical-coordinate representation of color #D8124D: hue angle of 342.12º 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 #D8124D is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.15 |
| HSL | 342.12º | 0.85% | 0.46% | - |
| HSV(B) | 342.12º | 0.92% | 0.85% | - |
| XYZ | 29.87 | 15.57 | 8.45 | - |
| YUV | 83.93 | 124.1 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 77 | 0 | 0.92 | 0.64 | 0.15 | 342.12 | 0.85 | 0.46 |
| Hex | D8 | 12 | 4D | 0 | 5C | 40 | F | 156 | 55 | 2E |
| Octal | 330 | 22 | 115 | 0 | 134 | 100 | 17 | 526 | 125 | 56 |
| Binary | 11011000 | 10010 | 1001101 | 0 | 1011100 | 1000000 | 1111 | 101010110 | 1010101 | 101110 |
Color Harmonies of #D8124D
Complementary color
Monochromatic Colors of #D8124D
Black with #D8124D
Text Example
Text Example
White with #D8124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8124D; }
p { color: rgb(216,18,77); }
H1.HeaderClassName
{
color: #D8124D;
}
.AnyTagClassName
{
color: #D8124D;
}
</style>
background-color css
<style>
a { background-color: #D8124D; }
a { background-color: rgb(216,18,77); }
div.DivClassName
{
background-color: #D8124D;
}
.BgClassName
{
background-color: #D8124D;
}
</style>
border-color css
<style>
span { border-color: #D8124D; }
span { border-color: rgb(216,18,77); }
td.TdClassName
{
border-color: #D8124D;
}
.TagClassName
{
border-color: #D8124D;
}
</style>