Shades of Crimson #D6113D
Tints of Crimson #D6113D
RGB
CMYK
RGB Variations
Color information
#D6113D (or 0xD6113D) is known color: Crimson. HEX triplet: D6, 11 and 3D. RGB value is (214,17,61). Sum of RGB (Red+Green+Blue) = 214+17+61=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6113D is #29EEC2. Grayscale: #505050. Windows color (decimal): -2748099 or 4002262. OLE color: 4002262.
HSL color Cylindrical-coordinate representation of color #D6113D: hue angle of 346.6º 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 #D6113D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.16 |
| HSL | 346.6º | 0.85% | 0.45% | - |
| HSV(B) | 346.6º | 0.92% | 0.84% | - |
| XYZ | 28.77 | 15.03 | 5.8 | - |
| YUV | 80.92 | 116.77 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 61 | 0 | 0.92 | 0.71 | 0.16 | 346.6 | 0.85 | 0.45 |
| Hex | D6 | 11 | 3D | 0 | 5C | 47 | 10 | 15B | 55 | 2D |
| Octal | 326 | 21 | 75 | 0 | 134 | 107 | 20 | 533 | 125 | 55 |
| Binary | 11010110 | 10001 | 111101 | 0 | 1011100 | 1000111 | 10000 | 101011011 | 1010101 | 101101 |
Color Harmonies of #D6113D
Complementary color
Monochromatic Colors of #D6113D
Black with #D6113D
Text Example
Text Example
White with #D6113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6113D; }
p { color: rgb(214,17,61); }
H1.HeaderClassName
{
color: #D6113D;
}
.AnyTagClassName
{
color: #D6113D;
}
</style>
background-color css
<style>
a { background-color: #D6113D; }
a { background-color: rgb(214,17,61); }
div.DivClassName
{
background-color: #D6113D;
}
.BgClassName
{
background-color: #D6113D;
}
</style>
border-color css
<style>
span { border-color: #D6113D; }
span { border-color: rgb(214,17,61); }
td.TdClassName
{
border-color: #D6113D;
}
.TagClassName
{
border-color: #D6113D;
}
</style>