Shades of Crimson #D6113F
Tints of Crimson #D6113F
RGB
CMYK
RGB Variations
Color information
#D6113F (or 0xD6113F) is known color: Crimson. HEX triplet: D6, 11 and 3F. RGB value is (214,17,63). Sum of RGB (Red+Green+Blue) = 214+17+63=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6113F is #29EEC0. Grayscale: #515151. Windows color (decimal): -2748097 or 4133334. OLE color: 4133334.
HSL color Cylindrical-coordinate representation of color #D6113F: hue angle of 345.99º 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 #D6113F is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 63 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.16 |
| HSL | 345.99º | 0.85% | 0.45% | - |
| HSV(B) | 345.99º | 0.92% | 0.84% | - |
| XYZ | 28.83 | 15.06 | 6.09 | - |
| YUV | 81.15 | 117.77 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 63 | 0 | 0.92 | 0.71 | 0.16 | 345.99 | 0.85 | 0.45 |
| Hex | D6 | 11 | 3F | 0 | 5C | 47 | 10 | 15A | 55 | 2D |
| Octal | 326 | 21 | 77 | 0 | 134 | 107 | 20 | 532 | 125 | 55 |
| Binary | 11010110 | 10001 | 111111 | 0 | 1011100 | 1000111 | 10000 | 101011010 | 1010101 | 101101 |
Color Harmonies of #D6113F
Complementary color
Monochromatic Colors of #D6113F
Black with #D6113F
Text Example
Text Example
White with #D6113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6113F; }
p { color: rgb(214,17,63); }
H1.HeaderClassName
{
color: #D6113F;
}
.AnyTagClassName
{
color: #D6113F;
}
</style>
background-color css
<style>
a { background-color: #D6113F; }
a { background-color: rgb(214,17,63); }
div.DivClassName
{
background-color: #D6113F;
}
.BgClassName
{
background-color: #D6113F;
}
</style>
border-color css
<style>
span { border-color: #D6113F; }
span { border-color: rgb(214,17,63); }
td.TdClassName
{
border-color: #D6113F;
}
.TagClassName
{
border-color: #D6113F;
}
</style>