Shades of Crimson #D6114C
Tints of Crimson #D6114C
RGB
CMYK
RGB Variations
Color information
#D6114C (or 0xD6114C) is known color: Crimson. HEX triplet: D6, 11 and 4C. RGB value is (214,17,76). Sum of RGB (Red+Green+Blue) = 214+17+76=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6114C is #29EEB3. Grayscale: #525252. Windows color (decimal): -2748084 or 4985302. OLE color: 4985302.
HSL color Cylindrical-coordinate representation of color #D6114C: hue angle of 342.03º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6114C is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 76 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.16 |
| HSL | 342.03º | 0.85% | 0.45% | - |
| HSV(B) | 342.03º | 0.92% | 0.84% | - |
| XYZ | 29.24 | 15.22 | 8.23 | - |
| YUV | 82.63 | 124.27 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 76 | 0 | 0.92 | 0.64 | 0.16 | 342.03 | 0.85 | 0.45 |
| Hex | D6 | 11 | 4C | 0 | 5C | 40 | 10 | 156 | 55 | 2D |
| Octal | 326 | 21 | 114 | 0 | 134 | 100 | 20 | 526 | 125 | 55 |
| Binary | 11010110 | 10001 | 1001100 | 0 | 1011100 | 1000000 | 10000 | 101010110 | 1010101 | 101101 |
Color Harmonies of #D6114C
Complementary color
Monochromatic Colors of #D6114C
Black with #D6114C
Text Example
Text Example
White with #D6114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6114C; }
p { color: rgb(214,17,76); }
H1.HeaderClassName
{
color: #D6114C;
}
.AnyTagClassName
{
color: #D6114C;
}
</style>
background-color css
<style>
a { background-color: #D6114C; }
a { background-color: rgb(214,17,76); }
div.DivClassName
{
background-color: #D6114C;
}
.BgClassName
{
background-color: #D6114C;
}
</style>
border-color css
<style>
span { border-color: #D6114C; }
span { border-color: rgb(214,17,76); }
td.TdClassName
{
border-color: #D6114C;
}
.TagClassName
{
border-color: #D6114C;
}
</style>