Shades of Crimson #D8163B
Tints of Crimson #D8163B
RGB
CMYK
RGB Variations
Color information
#D8163B (or 0xD8163B) is known color: Crimson. HEX triplet: D8, 16 and 3B. RGB value is (216,22,59). Sum of RGB (Red+Green+Blue) = 216+22+59=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8163B is #27E9C4. Grayscale: #545454. Windows color (decimal): -2615749 or 3872472. OLE color: 3872472.
HSL color Cylindrical-coordinate representation of color #D8163B: hue angle of 348.56º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8163B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.15 |
| HSL | 348.56º | 0.82% | 0.47% | - |
| HSV(B) | 348.56º | 0.9% | 0.85% | - |
| XYZ | 29.4 | 15.49 | 5.58 | - |
| YUV | 84.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 59 | 0 | 0.90 | 0.73 | 0.15 | 348.56 | 0.82 | 0.47 |
| Hex | D8 | 16 | 3B | 0 | 5A | 49 | F | 15D | 52 | 2F |
| Octal | 330 | 26 | 73 | 0 | 132 | 111 | 17 | 535 | 122 | 57 |
| Binary | 11011000 | 10110 | 111011 | 0 | 1011010 | 1001001 | 1111 | 101011101 | 1010010 | 101111 |
Color Harmonies of #D8163B
Complementary color
Monochromatic Colors of #D8163B
Black with #D8163B
Text Example
Text Example
White with #D8163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8163B; }
p { color: rgb(216,22,59); }
H1.HeaderClassName
{
color: #D8163B;
}
.AnyTagClassName
{
color: #D8163B;
}
</style>
background-color css
<style>
a { background-color: #D8163B; }
a { background-color: rgb(216,22,59); }
div.DivClassName
{
background-color: #D8163B;
}
.BgClassName
{
background-color: #D8163B;
}
</style>
border-color css
<style>
span { border-color: #D8163B; }
span { border-color: rgb(216,22,59); }
td.TdClassName
{
border-color: #D8163B;
}
.TagClassName
{
border-color: #D8163B;
}
</style>