Shades of Crimson #D1104D
Tints of Crimson #D1104D
RGB
CMYK
RGB Variations
Color information
#D1104D (or 0xD1104D) is known color: Crimson. HEX triplet: D1, 10 and 4D. RGB value is (209,16,77). Sum of RGB (Red+Green+Blue) = 209+16+77=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1104D is #2EEFB2. Grayscale: #505050. Windows color (decimal): -3076019 or 5050577. OLE color: 5050577.
HSL color Cylindrical-coordinate representation of color #D1104D: hue angle of 341.04º degrees, saturation: 0.86, 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 #D1104D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 77 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.18 |
| HSL | 341.04º | 0.86% | 0.44% | - |
| HSV(B) | 341.04º | 0.92% | 0.82% | - |
| XYZ | 27.82 | 14.46 | 8.35 | - |
| YUV | 80.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 77 | 0 | 0.92 | 0.63 | 0.18 | 341.04 | 0.86 | 0.44 |
| Hex | D1 | 10 | 4D | 0 | 5C | 3F | 12 | 155 | 56 | 2C |
| Octal | 321 | 20 | 115 | 0 | 134 | 77 | 22 | 525 | 126 | 54 |
| Binary | 11010001 | 10000 | 1001101 | 0 | 1011100 | 111111 | 10010 | 101010101 | 1010110 | 101100 |
Color Harmonies of #D1104D
Complementary color
Monochromatic Colors of #D1104D
Black with #D1104D
Text Example
Text Example
White with #D1104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1104D; }
p { color: rgb(209,16,77); }
H1.HeaderClassName
{
color: #D1104D;
}
.AnyTagClassName
{
color: #D1104D;
}
</style>
background-color css
<style>
a { background-color: #D1104D; }
a { background-color: rgb(209,16,77); }
div.DivClassName
{
background-color: #D1104D;
}
.BgClassName
{
background-color: #D1104D;
}
</style>
border-color css
<style>
span { border-color: #D1104D; }
span { border-color: rgb(209,16,77); }
td.TdClassName
{
border-color: #D1104D;
}
.TagClassName
{
border-color: #D1104D;
}
</style>