Shades of Crimson #D7124D
Tints of Crimson #D7124D
RGB
CMYK
RGB Variations
Color information
#D7124D (or 0xD7124D) is known color: Crimson. HEX triplet: D7, 12 and 4D. RGB value is (215,18,77). Sum of RGB (Red+Green+Blue) = 215+18+77=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7124D is #28EDB2. Grayscale: #535353. Windows color (decimal): -2682291 or 5051095. OLE color: 5051095.
HSL color Cylindrical-coordinate representation of color #D7124D: hue angle of 342.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7124D is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.16 |
| HSL | 342.03º | 0.85% | 0.46% | - |
| HSV(B) | 342.03º | 0.92% | 0.84% | - |
| XYZ | 29.58 | 15.42 | 8.44 | - |
| YUV | 83.63 | 124.27 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 77 | 0 | 0.92 | 0.64 | 0.16 | 342.03 | 0.85 | 0.46 |
| Hex | D7 | 12 | 4D | 0 | 5C | 40 | 10 | 156 | 55 | 2E |
| Octal | 327 | 22 | 115 | 0 | 134 | 100 | 20 | 526 | 125 | 56 |
| Binary | 11010111 | 10010 | 1001101 | 0 | 1011100 | 1000000 | 10000 | 101010110 | 1010101 | 101110 |
Color Harmonies of #D7124D
Complementary color
Monochromatic Colors of #D7124D
Black with #D7124D
Text Example
Text Example
White with #D7124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7124D; }
p { color: rgb(215,18,77); }
H1.HeaderClassName
{
color: #D7124D;
}
.AnyTagClassName
{
color: #D7124D;
}
</style>
background-color css
<style>
a { background-color: #D7124D; }
a { background-color: rgb(215,18,77); }
div.DivClassName
{
background-color: #D7124D;
}
.BgClassName
{
background-color: #D7124D;
}
</style>
border-color css
<style>
span { border-color: #D7124D; }
span { border-color: rgb(215,18,77); }
td.TdClassName
{
border-color: #D7124D;
}
.TagClassName
{
border-color: #D7124D;
}
</style>