Shades of Crimson #DA114D
Tints of Crimson #DA114D
RGB
CMYK
RGB Variations
Color information
#DA114D (or 0xDA114D) is known color: Crimson. HEX triplet: DA, 11 and 4D. RGB value is (218,17,77). Sum of RGB (Red+Green+Blue) = 218+17+77=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA114D is #25EEB2. Grayscale: #535353. Windows color (decimal): -2485939 or 5050842. OLE color: 5050842.
HSL color Cylindrical-coordinate representation of color #DA114D: hue angle of 342.09º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA114D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 77 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.15 |
| HSL | 342.09º | 0.86% | 0.46% | - |
| HSV(B) | 342.09º | 0.92% | 0.85% | - |
| XYZ | 30.45 | 15.84 | 8.47 | - |
| YUV | 83.94 | 124.09 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 77 | 0 | 0.92 | 0.65 | 0.15 | 342.09 | 0.86 | 0.46 |
| Hex | DA | 11 | 4D | 0 | 5C | 41 | F | 156 | 56 | 2E |
| Octal | 332 | 21 | 115 | 0 | 134 | 101 | 17 | 526 | 126 | 56 |
| Binary | 11011010 | 10001 | 1001101 | 0 | 1011100 | 1000001 | 1111 | 101010110 | 1010110 | 101110 |
Color Harmonies of #DA114D
Complementary color
Monochromatic Colors of #DA114D
Black with #DA114D
Text Example
Text Example
White with #DA114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA114D; }
p { color: rgb(218,17,77); }
H1.HeaderClassName
{
color: #DA114D;
}
.AnyTagClassName
{
color: #DA114D;
}
</style>
background-color css
<style>
a { background-color: #DA114D; }
a { background-color: rgb(218,17,77); }
div.DivClassName
{
background-color: #DA114D;
}
.BgClassName
{
background-color: #DA114D;
}
</style>
border-color css
<style>
span { border-color: #DA114D; }
span { border-color: rgb(218,17,77); }
td.TdClassName
{
border-color: #DA114D;
}
.TagClassName
{
border-color: #DA114D;
}
</style>