Shades of Crimson #D8163E
Tints of Crimson #D8163E
RGB
CMYK
RGB Variations
Color information
#D8163E (or 0xD8163E) is known color: Crimson. HEX triplet: D8, 16 and 3E. RGB value is (216,22,62). Sum of RGB (Red+Green+Blue) = 216+22+62=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8163E is #27E9C1. Grayscale: #545454. Windows color (decimal): -2615746 or 4069080. OLE color: 4069080.
HSL color Cylindrical-coordinate representation of color #D8163E: hue angle of 347.63º 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 #D8163E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 62 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.15 |
| HSL | 347.63º | 0.82% | 0.47% | - |
| HSV(B) | 347.63º | 0.9% | 0.85% | - |
| XYZ | 29.48 | 15.52 | 6 | - |
| YUV | 84.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 62 | 0 | 0.90 | 0.71 | 0.15 | 347.63 | 0.82 | 0.47 |
| Hex | D8 | 16 | 3E | 0 | 5A | 47 | F | 15C | 52 | 2F |
| Octal | 330 | 26 | 76 | 0 | 132 | 107 | 17 | 534 | 122 | 57 |
| Binary | 11011000 | 10110 | 111110 | 0 | 1011010 | 1000111 | 1111 | 101011100 | 1010010 | 101111 |
Color Harmonies of #D8163E
Complementary color
Monochromatic Colors of #D8163E
Black with #D8163E
Text Example
Text Example
White with #D8163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8163E; }
p { color: rgb(216,22,62); }
H1.HeaderClassName
{
color: #D8163E;
}
.AnyTagClassName
{
color: #D8163E;
}
</style>
background-color css
<style>
a { background-color: #D8163E; }
a { background-color: rgb(216,22,62); }
div.DivClassName
{
background-color: #D8163E;
}
.BgClassName
{
background-color: #D8163E;
}
</style>
border-color css
<style>
span { border-color: #D8163E; }
span { border-color: rgb(216,22,62); }
td.TdClassName
{
border-color: #D8163E;
}
.TagClassName
{
border-color: #D8163E;
}
</style>