Shades of Crimson #D9162F
Tints of Crimson #D9162F
RGB
CMYK
RGB Variations
Color information
#D9162F (or 0xD9162F) is known color: Crimson. HEX triplet: D9, 16 and 2F. RGB value is (217,22,47). Sum of RGB (Red+Green+Blue) = 217+22+47=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9162F is #26E9D0. Grayscale: #535353. Windows color (decimal): -2550225 or 3086041. OLE color: 3086041.
HSL color Cylindrical-coordinate representation of color #D9162F: hue angle of 352.31º 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 #D9162F is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 47 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.15 |
| HSL | 352.31º | 0.82% | 0.47% | - |
| HSV(B) | 352.31º | 0.9% | 0.85% | - |
| XYZ | 29.42 | 15.53 | 4.14 | - |
| YUV | 83.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 47 | 0 | 0.90 | 0.78 | 0.15 | 352.31 | 0.82 | 0.47 |
| Hex | D9 | 16 | 2F | 0 | 5A | 4E | F | 160 | 52 | 2F |
| Octal | 331 | 26 | 57 | 0 | 132 | 116 | 17 | 540 | 122 | 57 |
| Binary | 11011001 | 10110 | 101111 | 0 | 1011010 | 1001110 | 1111 | 101100000 | 1010010 | 101111 |
Color Harmonies of #D9162F
Complementary color
Monochromatic Colors of #D9162F
Black with #D9162F
Text Example
Text Example
White with #D9162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9162F; }
p { color: rgb(217,22,47); }
H1.HeaderClassName
{
color: #D9162F;
}
.AnyTagClassName
{
color: #D9162F;
}
</style>
background-color css
<style>
a { background-color: #D9162F; }
a { background-color: rgb(217,22,47); }
div.DivClassName
{
background-color: #D9162F;
}
.BgClassName
{
background-color: #D9162F;
}
</style>
border-color css
<style>
span { border-color: #D9162F; }
span { border-color: rgb(217,22,47); }
td.TdClassName
{
border-color: #D9162F;
}
.TagClassName
{
border-color: #D9162F;
}
</style>