Shades of Crimson #D1144E
Tints of Crimson #D1144E
RGB
CMYK
RGB Variations
Color information
#D1144E (or 0xD1144E) is known color: Crimson. HEX triplet: D1, 14 and 4E. RGB value is (209,20,78). Sum of RGB (Red+Green+Blue) = 209+20+78=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1144E is #2EEBB1. Grayscale: #535353. Windows color (decimal): -3074994 or 5117137. OLE color: 5117137.
HSL color Cylindrical-coordinate representation of color #D1144E: hue angle of 341.59º degrees, saturation: 0.83, 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 #D1144E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 78 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.18 |
| HSL | 341.59º | 0.83% | 0.45% | - |
| HSV(B) | 341.59º | 0.9% | 0.82% | - |
| XYZ | 27.92 | 14.61 | 8.56 | - |
| YUV | 83.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 78 | 0 | 0.90 | 0.63 | 0.18 | 341.59 | 0.83 | 0.45 |
| Hex | D1 | 14 | 4E | 0 | 5A | 3F | 12 | 156 | 53 | 2D |
| Octal | 321 | 24 | 116 | 0 | 132 | 77 | 22 | 526 | 123 | 55 |
| Binary | 11010001 | 10100 | 1001110 | 0 | 1011010 | 111111 | 10010 | 101010110 | 1010011 | 101101 |
Color Harmonies of #D1144E
Complementary color
Monochromatic Colors of #D1144E
Black with #D1144E
Text Example
Text Example
White with #D1144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1144E; }
p { color: rgb(209,20,78); }
H1.HeaderClassName
{
color: #D1144E;
}
.AnyTagClassName
{
color: #D1144E;
}
</style>
background-color css
<style>
a { background-color: #D1144E; }
a { background-color: rgb(209,20,78); }
div.DivClassName
{
background-color: #D1144E;
}
.BgClassName
{
background-color: #D1144E;
}
</style>
border-color css
<style>
span { border-color: #D1144E; }
span { border-color: rgb(209,20,78); }
td.TdClassName
{
border-color: #D1144E;
}
.TagClassName
{
border-color: #D1144E;
}
</style>