Shades of Crimson #D9122E
Tints of Crimson #D9122E
RGB
CMYK
RGB Variations
Color information
#D9122E (or 0xD9122E) is known color: Crimson. HEX triplet: D9, 12 and 2E. RGB value is (217,18,46). Sum of RGB (Red+Green+Blue) = 217+18+46=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9122E is #26EDD1. Grayscale: #505050. Windows color (decimal): -2551250 or 3019481. OLE color: 3019481.
HSL color Cylindrical-coordinate representation of color #D9122E: hue angle of 351.56º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9122E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 46 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.15 |
| HSL | 351.56º | 0.85% | 0.46% | - |
| HSV(B) | 351.56º | 0.92% | 0.85% | - |
| XYZ | 29.32 | 15.38 | 4.01 | - |
| YUV | 80.69 | 108.43 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 46 | 0 | 0.92 | 0.79 | 0.15 | 351.56 | 0.85 | 0.46 |
| Hex | D9 | 12 | 2E | 0 | 5C | 4F | F | 160 | 55 | 2E |
| Octal | 331 | 22 | 56 | 0 | 134 | 117 | 17 | 540 | 125 | 56 |
| Binary | 11011001 | 10010 | 101110 | 0 | 1011100 | 1001111 | 1111 | 101100000 | 1010101 | 101110 |
Color Harmonies of #D9122E
Complementary color
Monochromatic Colors of #D9122E
Black with #D9122E
Text Example
Text Example
White with #D9122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9122E; }
p { color: rgb(217,18,46); }
H1.HeaderClassName
{
color: #D9122E;
}
.AnyTagClassName
{
color: #D9122E;
}
</style>
background-color css
<style>
a { background-color: #D9122E; }
a { background-color: rgb(217,18,46); }
div.DivClassName
{
background-color: #D9122E;
}
.BgClassName
{
background-color: #D9122E;
}
</style>
border-color css
<style>
span { border-color: #D9122E; }
span { border-color: rgb(217,18,46); }
td.TdClassName
{
border-color: #D9122E;
}
.TagClassName
{
border-color: #D9122E;
}
</style>