Shades of Crimson #D9162D
Tints of Crimson #D9162D
RGB
CMYK
RGB Variations
Color information
#D9162D (or 0xD9162D) is known color: Crimson. HEX triplet: D9, 16 and 2D. RGB value is (217,22,45). Sum of RGB (Red+Green+Blue) = 217+22+45=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9162D is #26E9D2. Grayscale: #535353. Windows color (decimal): -2550227 or 2954969. OLE color: 2954969.
HSL color Cylindrical-coordinate representation of color #D9162D: hue angle of 352.92º 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 #D9162D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 45 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.15 |
| HSL | 352.92º | 0.82% | 0.47% | - |
| HSV(B) | 352.92º | 0.9% | 0.85% | - |
| XYZ | 29.38 | 15.52 | 3.93 | - |
| YUV | 82.93 | 106.6 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 45 | 0 | 0.90 | 0.79 | 0.15 | 352.92 | 0.82 | 0.47 |
| Hex | D9 | 16 | 2D | 0 | 5A | 4F | F | 161 | 52 | 2F |
| Octal | 331 | 26 | 55 | 0 | 132 | 117 | 17 | 541 | 122 | 57 |
| Binary | 11011001 | 10110 | 101101 | 0 | 1011010 | 1001111 | 1111 | 101100001 | 1010010 | 101111 |
Color Harmonies of #D9162D
Complementary color
Monochromatic Colors of #D9162D
Black with #D9162D
Text Example
Text Example
White with #D9162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9162D; }
p { color: rgb(217,22,45); }
H1.HeaderClassName
{
color: #D9162D;
}
.AnyTagClassName
{
color: #D9162D;
}
</style>
background-color css
<style>
a { background-color: #D9162D; }
a { background-color: rgb(217,22,45); }
div.DivClassName
{
background-color: #D9162D;
}
.BgClassName
{
background-color: #D9162D;
}
</style>
border-color css
<style>
span { border-color: #D9162D; }
span { border-color: rgb(217,22,45); }
td.TdClassName
{
border-color: #D9162D;
}
.TagClassName
{
border-color: #D9162D;
}
</style>