Shades of Crimson #D9114B
Tints of Crimson #D9114B
RGB
CMYK
RGB Variations
Color information
#D9114B (or 0xD9114B) is known color: Crimson. HEX triplet: D9, 11 and 4B. RGB value is (217,17,75). Sum of RGB (Red+Green+Blue) = 217+17+75=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9114B is #26EEB4. Grayscale: #535353. Windows color (decimal): -2551477 or 4919769. OLE color: 4919769.
HSL color Cylindrical-coordinate representation of color #D9114B: hue angle of 342.6º 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 #D9114B is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.15 |
| HSL | 342.6º | 0.85% | 0.46% | - |
| HSV(B) | 342.6º | 0.92% | 0.85% | - |
| XYZ | 30.09 | 15.66 | 8.09 | - |
| YUV | 83.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 75 | 0 | 0.92 | 0.65 | 0.15 | 342.6 | 0.85 | 0.46 |
| Hex | D9 | 11 | 4B | 0 | 5C | 41 | F | 157 | 55 | 2E |
| Octal | 331 | 21 | 113 | 0 | 134 | 101 | 17 | 527 | 125 | 56 |
| Binary | 11011001 | 10001 | 1001011 | 0 | 1011100 | 1000001 | 1111 | 101010111 | 1010101 | 101110 |
Color Harmonies of #D9114B
Complementary color
Monochromatic Colors of #D9114B
Black with #D9114B
Text Example
Text Example
White with #D9114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9114B; }
p { color: rgb(217,17,75); }
H1.HeaderClassName
{
color: #D9114B;
}
.AnyTagClassName
{
color: #D9114B;
}
</style>
background-color css
<style>
a { background-color: #D9114B; }
a { background-color: rgb(217,17,75); }
div.DivClassName
{
background-color: #D9114B;
}
.BgClassName
{
background-color: #D9114B;
}
</style>
border-color css
<style>
span { border-color: #D9114B; }
span { border-color: rgb(217,17,75); }
td.TdClassName
{
border-color: #D9114B;
}
.TagClassName
{
border-color: #D9114B;
}
</style>