Shades of Crimson #D9122F
Tints of Crimson #D9122F
RGB
CMYK
RGB Variations
Color information
#D9122F (or 0xD9122F) is known color: Crimson. HEX triplet: D9, 12 and 2F. RGB value is (217,18,47). Sum of RGB (Red+Green+Blue) = 217+18+47=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9122F is #26EDD0. Grayscale: #505050. Windows color (decimal): -2551249 or 3085017. OLE color: 3085017.
HSL color Cylindrical-coordinate representation of color #D9122F: hue angle of 351.26º 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 #D9122F is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.15 |
| HSL | 351.26º | 0.85% | 0.46% | - |
| HSV(B) | 351.26º | 0.92% | 0.85% | - |
| XYZ | 29.34 | 15.39 | 4.11 | - |
| YUV | 80.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 47 | 0 | 0.92 | 0.78 | 0.15 | 351.26 | 0.85 | 0.46 |
| Hex | D9 | 12 | 2F | 0 | 5C | 4E | F | 15F | 55 | 2E |
| Octal | 331 | 22 | 57 | 0 | 134 | 116 | 17 | 537 | 125 | 56 |
| Binary | 11011001 | 10010 | 101111 | 0 | 1011100 | 1001110 | 1111 | 101011111 | 1010101 | 101110 |
Color Harmonies of #D9122F
Complementary color
Monochromatic Colors of #D9122F
Black with #D9122F
Text Example
Text Example
White with #D9122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9122F; }
p { color: rgb(217,18,47); }
H1.HeaderClassName
{
color: #D9122F;
}
.AnyTagClassName
{
color: #D9122F;
}
</style>
background-color css
<style>
a { background-color: #D9122F; }
a { background-color: rgb(217,18,47); }
div.DivClassName
{
background-color: #D9122F;
}
.BgClassName
{
background-color: #D9122F;
}
</style>
border-color css
<style>
span { border-color: #D9122F; }
span { border-color: rgb(217,18,47); }
td.TdClassName
{
border-color: #D9122F;
}
.TagClassName
{
border-color: #D9122F;
}
</style>