Shades of Crimson #D0163B
Tints of Crimson #D0163B
RGB
CMYK
RGB Variations
Color information
#D0163B (or 0xD0163B) is known color: Crimson. HEX triplet: D0, 16 and 3B. RGB value is (208,22,59). Sum of RGB (Red+Green+Blue) = 208+22+59=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0163B is #2FE9C4. Grayscale: #515151. Windows color (decimal): -3140037 or 3872464. OLE color: 3872464.
HSL color Cylindrical-coordinate representation of color #D0163B: hue angle of 348.06º 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 #D0163B is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 59 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.18 |
| HSL | 348.06º | 0.81% | 0.45% | - |
| HSV(B) | 348.06º | 0.89% | 0.82% | - |
| XYZ | 27.09 | 14.3 | 5.47 | - |
| YUV | 81.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 59 | 0 | 0.89 | 0.72 | 0.18 | 348.06 | 0.81 | 0.45 |
| Hex | D0 | 16 | 3B | 0 | 59 | 48 | 12 | 15C | 51 | 2D |
| Octal | 320 | 26 | 73 | 0 | 131 | 110 | 22 | 534 | 121 | 55 |
| Binary | 11010000 | 10110 | 111011 | 0 | 1011001 | 1001000 | 10010 | 101011100 | 1010001 | 101101 |
Color Harmonies of #D0163B
Complementary color
Monochromatic Colors of #D0163B
Black with #D0163B
Text Example
Text Example
White with #D0163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0163B; }
p { color: rgb(208,22,59); }
H1.HeaderClassName
{
color: #D0163B;
}
.AnyTagClassName
{
color: #D0163B;
}
</style>
background-color css
<style>
a { background-color: #D0163B; }
a { background-color: rgb(208,22,59); }
div.DivClassName
{
background-color: #D0163B;
}
.BgClassName
{
background-color: #D0163B;
}
</style>
border-color css
<style>
span { border-color: #D0163B; }
span { border-color: rgb(208,22,59); }
td.TdClassName
{
border-color: #D0163B;
}
.TagClassName
{
border-color: #D0163B;
}
</style>