Shades of Crimson #D4114D
Tints of Crimson #D4114D
RGB
CMYK
RGB Variations
Color information
#D4114D (or 0xD4114D) is known color: Crimson. HEX triplet: D4, 11 and 4D. RGB value is (212,17,77). Sum of RGB (Red+Green+Blue) = 212+17+77=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4114D is #2BEEB2. Grayscale: #525252. Windows color (decimal): -2879155 or 5050836. OLE color: 5050836.
HSL color Cylindrical-coordinate representation of color #D4114D: hue angle of 341.54º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4114D is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 77 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.17 |
| HSL | 341.54º | 0.85% | 0.45% | - |
| HSV(B) | 341.54º | 0.92% | 0.83% | - |
| XYZ | 28.69 | 14.93 | 8.39 | - |
| YUV | 82.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 77 | 0 | 0.92 | 0.64 | 0.17 | 341.54 | 0.85 | 0.45 |
| Hex | D4 | 11 | 4D | 0 | 5C | 40 | 11 | 156 | 55 | 2D |
| Octal | 324 | 21 | 115 | 0 | 134 | 100 | 21 | 526 | 125 | 55 |
| Binary | 11010100 | 10001 | 1001101 | 0 | 1011100 | 1000000 | 10001 | 101010110 | 1010101 | 101101 |
Color Harmonies of #D4114D
Complementary color
Monochromatic Colors of #D4114D
Black with #D4114D
Text Example
Text Example
White with #D4114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4114D; }
p { color: rgb(212,17,77); }
H1.HeaderClassName
{
color: #D4114D;
}
.AnyTagClassName
{
color: #D4114D;
}
</style>
background-color css
<style>
a { background-color: #D4114D; }
a { background-color: rgb(212,17,77); }
div.DivClassName
{
background-color: #D4114D;
}
.BgClassName
{
background-color: #D4114D;
}
</style>
border-color css
<style>
span { border-color: #D4114D; }
span { border-color: rgb(212,17,77); }
td.TdClassName
{
border-color: #D4114D;
}
.TagClassName
{
border-color: #D4114D;
}
</style>