Shades of Crimson #D1154D
Tints of Crimson #D1154D
RGB
CMYK
RGB Variations
Color information
#D1154D (or 0xD1154D) is known color: Crimson. HEX triplet: D1, 15 and 4D. RGB value is (209,21,77). Sum of RGB (Red+Green+Blue) = 209+21+77=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1154D is #2EEAB2. Grayscale: #535353. Windows color (decimal): -3074739 or 5051857. OLE color: 5051857.
HSL color Cylindrical-coordinate representation of color #D1154D: hue angle of 342.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1154D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 77 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.18 |
| HSL | 342.13º | 0.82% | 0.45% | - |
| HSV(B) | 342.13º | 0.9% | 0.82% | - |
| XYZ | 27.9 | 14.63 | 8.37 | - |
| YUV | 83.6 | 124.28 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 77 | 0 | 0.90 | 0.63 | 0.18 | 342.13 | 0.82 | 0.45 |
| Hex | D1 | 15 | 4D | 0 | 5A | 3F | 12 | 156 | 52 | 2D |
| Octal | 321 | 25 | 115 | 0 | 132 | 77 | 22 | 526 | 122 | 55 |
| Binary | 11010001 | 10101 | 1001101 | 0 | 1011010 | 111111 | 10010 | 101010110 | 1010010 | 101101 |
Color Harmonies of #D1154D
Complementary color
Monochromatic Colors of #D1154D
Black with #D1154D
Text Example
Text Example
White with #D1154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1154D; }
p { color: rgb(209,21,77); }
H1.HeaderClassName
{
color: #D1154D;
}
.AnyTagClassName
{
color: #D1154D;
}
</style>
background-color css
<style>
a { background-color: #D1154D; }
a { background-color: rgb(209,21,77); }
div.DivClassName
{
background-color: #D1154D;
}
.BgClassName
{
background-color: #D1154D;
}
</style>
border-color css
<style>
span { border-color: #D1154D; }
span { border-color: rgb(209,21,77); }
td.TdClassName
{
border-color: #D1154D;
}
.TagClassName
{
border-color: #D1154D;
}
</style>