Shades of Crimson #D1163F
Tints of Crimson #D1163F
RGB
CMYK
RGB Variations
Color information
#D1163F (or 0xD1163F) is known color: Crimson. HEX triplet: D1, 16 and 3F. RGB value is (209,22,63). Sum of RGB (Red+Green+Blue) = 209+22+63=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D1163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1163F is #2EE9C0. Grayscale: #525252. Windows color (decimal): -3074497 or 4134609. OLE color: 4134609.
HSL color Cylindrical-coordinate representation of color #D1163F: hue angle of 346.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1163F is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 63 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.18 |
| HSL | 346.84º | 0.81% | 0.45% | - |
| HSV(B) | 346.84º | 0.89% | 0.82% | - |
| XYZ | 27.48 | 14.49 | 6.05 | - |
| YUV | 82.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 63 | 0 | 0.89 | 0.70 | 0.18 | 346.84 | 0.81 | 0.45 |
| Hex | D1 | 16 | 3F | 0 | 59 | 46 | 12 | 15B | 51 | 2D |
| Octal | 321 | 26 | 77 | 0 | 131 | 106 | 22 | 533 | 121 | 55 |
| Binary | 11010001 | 10110 | 111111 | 0 | 1011001 | 1000110 | 10010 | 101011011 | 1010001 | 101101 |
Color Harmonies of #D1163F
Complementary color
Monochromatic Colors of #D1163F
Black with #D1163F
Text Example
Text Example
White with #D1163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1163F; }
p { color: rgb(209,22,63); }
H1.HeaderClassName
{
color: #D1163F;
}
.AnyTagClassName
{
color: #D1163F;
}
</style>
background-color css
<style>
a { background-color: #D1163F; }
a { background-color: rgb(209,22,63); }
div.DivClassName
{
background-color: #D1163F;
}
.BgClassName
{
background-color: #D1163F;
}
</style>
border-color css
<style>
span { border-color: #D1163F; }
span { border-color: rgb(209,22,63); }
td.TdClassName
{
border-color: #D1163F;
}
.TagClassName
{
border-color: #D1163F;
}
</style>