Shades of Crimson #D1114B
Tints of Crimson #D1114B
RGB
CMYK
RGB Variations
Color information
#D1114B (or 0xD1114B) is known color: Crimson. HEX triplet: D1, 11 and 4B. RGB value is (209,17,75). Sum of RGB (Red+Green+Blue) = 209+17+75=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1114B is #2EEEB4. Grayscale: #505050. Windows color (decimal): -3075765 or 4919761. OLE color: 4919761.
HSL color Cylindrical-coordinate representation of color #D1114B: hue angle of 341.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1114B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.18 |
| HSL | 341.88º | 0.85% | 0.44% | - |
| HSV(B) | 341.88º | 0.92% | 0.82% | - |
| XYZ | 27.76 | 14.46 | 7.99 | - |
| YUV | 81.02 | 124.61 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 75 | 0 | 0.92 | 0.64 | 0.18 | 341.88 | 0.85 | 0.44 |
| Hex | D1 | 11 | 4B | 0 | 5C | 40 | 12 | 156 | 55 | 2C |
| Octal | 321 | 21 | 113 | 0 | 134 | 100 | 22 | 526 | 125 | 54 |
| Binary | 11010001 | 10001 | 1001011 | 0 | 1011100 | 1000000 | 10010 | 101010110 | 1010101 | 101100 |
Color Harmonies of #D1114B
Complementary color
Monochromatic Colors of #D1114B
Black with #D1114B
Text Example
Text Example
White with #D1114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1114B; }
p { color: rgb(209,17,75); }
H1.HeaderClassName
{
color: #D1114B;
}
.AnyTagClassName
{
color: #D1114B;
}
</style>
background-color css
<style>
a { background-color: #D1114B; }
a { background-color: rgb(209,17,75); }
div.DivClassName
{
background-color: #D1114B;
}
.BgClassName
{
background-color: #D1114B;
}
</style>
border-color css
<style>
span { border-color: #D1114B; }
span { border-color: rgb(209,17,75); }
td.TdClassName
{
border-color: #D1114B;
}
.TagClassName
{
border-color: #D1114B;
}
</style>