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