Shades of Crimson #D1163A
Tints of Crimson #D1163A
RGB
CMYK
RGB Variations
Color information
#D1163A (or 0xD1163A) is known color: Crimson. HEX triplet: D1, 16 and 3A. RGB value is (209,22,58). Sum of RGB (Red+Green+Blue) = 209+22+58=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1163A is #2EE9C5. Grayscale: #525252. Windows color (decimal): -3074502 or 3806929. OLE color: 3806929.
HSL color Cylindrical-coordinate representation of color #D1163A: hue angle of 348.45º 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 #D1163A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 58 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.18 |
| HSL | 348.45º | 0.81% | 0.45% | - |
| HSV(B) | 348.45º | 0.89% | 0.82% | - |
| XYZ | 27.35 | 14.43 | 5.35 | - |
| YUV | 82.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 58 | 0 | 0.89 | 0.72 | 0.18 | 348.45 | 0.81 | 0.45 |
| Hex | D1 | 16 | 3A | 0 | 59 | 48 | 12 | 15C | 51 | 2D |
| Octal | 321 | 26 | 72 | 0 | 131 | 110 | 22 | 534 | 121 | 55 |
| Binary | 11010001 | 10110 | 111010 | 0 | 1011001 | 1001000 | 10010 | 101011100 | 1010001 | 101101 |
Color Harmonies of #D1163A
Complementary color
Monochromatic Colors of #D1163A
Black with #D1163A
Text Example
Text Example
White with #D1163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1163A; }
p { color: rgb(209,22,58); }
H1.HeaderClassName
{
color: #D1163A;
}
.AnyTagClassName
{
color: #D1163A;
}
</style>
background-color css
<style>
a { background-color: #D1163A; }
a { background-color: rgb(209,22,58); }
div.DivClassName
{
background-color: #D1163A;
}
.BgClassName
{
background-color: #D1163A;
}
</style>
border-color css
<style>
span { border-color: #D1163A; }
span { border-color: rgb(209,22,58); }
td.TdClassName
{
border-color: #D1163A;
}
.TagClassName
{
border-color: #D1163A;
}
</style>