Shades of Crimson #D6114A
Tints of Crimson #D6114A
RGB
CMYK
RGB Variations
Color information
#D6114A (or 0xD6114A) is known color: Crimson. HEX triplet: D6, 11 and 4A. RGB value is (214,17,74). Sum of RGB (Red+Green+Blue) = 214+17+74=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D6114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6114A is #29EEB5. Grayscale: #525252. Windows color (decimal): -2748086 or 4854230. OLE color: 4854230.
HSL color Cylindrical-coordinate representation of color #D6114A: hue angle of 342.64º 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 #D6114A is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 74 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.16 |
| HSL | 342.64º | 0.85% | 0.45% | - |
| HSV(B) | 342.64º | 0.92% | 0.84% | - |
| XYZ | 29.17 | 15.19 | 7.87 | - |
| YUV | 82.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 74 | 0 | 0.92 | 0.65 | 0.16 | 342.64 | 0.85 | 0.45 |
| Hex | D6 | 11 | 4A | 0 | 5C | 41 | 10 | 157 | 55 | 2D |
| Octal | 326 | 21 | 112 | 0 | 134 | 101 | 20 | 527 | 125 | 55 |
| Binary | 11010110 | 10001 | 1001010 | 0 | 1011100 | 1000001 | 10000 | 101010111 | 1010101 | 101101 |
Color Harmonies of #D6114A
Complementary color
Monochromatic Colors of #D6114A
Black with #D6114A
Text Example
Text Example
White with #D6114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6114A; }
p { color: rgb(214,17,74); }
H1.HeaderClassName
{
color: #D6114A;
}
.AnyTagClassName
{
color: #D6114A;
}
</style>
background-color css
<style>
a { background-color: #D6114A; }
a { background-color: rgb(214,17,74); }
div.DivClassName
{
background-color: #D6114A;
}
.BgClassName
{
background-color: #D6114A;
}
</style>
border-color css
<style>
span { border-color: #D6114A; }
span { border-color: rgb(214,17,74); }
td.TdClassName
{
border-color: #D6114A;
}
.TagClassName
{
border-color: #D6114A;
}
</style>