Shades of Crimson #D6112D
Tints of Crimson #D6112D
RGB
CMYK
RGB Variations
Color information
#D6112D (or 0xD6112D) is known color: Crimson. HEX triplet: D6, 11 and 2D. RGB value is (214,17,45). Sum of RGB (Red+Green+Blue) = 214+17+45=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6112D is #29EED2. Grayscale: #4F4F4F. Windows color (decimal): -2748115 or 2953686. OLE color: 2953686.
HSL color Cylindrical-coordinate representation of color #D6112D: hue angle of 351.47º 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 #D6112D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 45 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.16 |
| HSL | 351.47º | 0.85% | 0.45% | - |
| HSV(B) | 351.47º | 0.92% | 0.84% | - |
| XYZ | 28.41 | 14.89 | 3.86 | - |
| YUV | 79.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 45 | 0 | 0.92 | 0.79 | 0.16 | 351.47 | 0.85 | 0.45 |
| Hex | D6 | 11 | 2D | 0 | 5C | 4F | 10 | 15F | 55 | 2D |
| Octal | 326 | 21 | 55 | 0 | 134 | 117 | 20 | 537 | 125 | 55 |
| Binary | 11010110 | 10001 | 101101 | 0 | 1011100 | 1001111 | 10000 | 101011111 | 1010101 | 101101 |
Color Harmonies of #D6112D
Complementary color
Monochromatic Colors of #D6112D
Black with #D6112D
Text Example
Text Example
White with #D6112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6112D; }
p { color: rgb(214,17,45); }
H1.HeaderClassName
{
color: #D6112D;
}
.AnyTagClassName
{
color: #D6112D;
}
</style>
background-color css
<style>
a { background-color: #D6112D; }
a { background-color: rgb(214,17,45); }
div.DivClassName
{
background-color: #D6112D;
}
.BgClassName
{
background-color: #D6112D;
}
</style>
border-color css
<style>
span { border-color: #D6112D; }
span { border-color: rgb(214,17,45); }
td.TdClassName
{
border-color: #D6112D;
}
.TagClassName
{
border-color: #D6112D;
}
</style>