Shades of Crimson #DA164D
Tints of Crimson #DA164D
RGB
CMYK
RGB Variations
Color information
#DA164D (or 0xDA164D) is known color: Crimson. HEX triplet: DA, 16 and 4D. RGB value is (218,22,77). Sum of RGB (Red+Green+Blue) = 218+22+77=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA164D is #25E9B2. Grayscale: #565656. Windows color (decimal): -2484659 or 5052122. OLE color: 5052122.
HSL color Cylindrical-coordinate representation of color #DA164D: hue angle of 343.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA164D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 77 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.15 |
| HSL | 343.16º | 0.82% | 0.47% | - |
| HSV(B) | 343.16º | 0.9% | 0.85% | - |
| XYZ | 30.54 | 16.02 | 8.5 | - |
| YUV | 86.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 77 | 0 | 0.90 | 0.65 | 0.15 | 343.16 | 0.82 | 0.47 |
| Hex | DA | 16 | 4D | 0 | 5A | 41 | F | 157 | 52 | 2F |
| Octal | 332 | 26 | 115 | 0 | 132 | 101 | 17 | 527 | 122 | 57 |
| Binary | 11011010 | 10110 | 1001101 | 0 | 1011010 | 1000001 | 1111 | 101010111 | 1010010 | 101111 |
Color Harmonies of #DA164D
Complementary color
Monochromatic Colors of #DA164D
Black with #DA164D
Text Example
Text Example
White with #DA164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA164D; }
p { color: rgb(218,22,77); }
H1.HeaderClassName
{
color: #DA164D;
}
.AnyTagClassName
{
color: #DA164D;
}
</style>
background-color css
<style>
a { background-color: #DA164D; }
a { background-color: rgb(218,22,77); }
div.DivClassName
{
background-color: #DA164D;
}
.BgClassName
{
background-color: #DA164D;
}
</style>
border-color css
<style>
span { border-color: #DA164D; }
span { border-color: rgb(218,22,77); }
td.TdClassName
{
border-color: #DA164D;
}
.TagClassName
{
border-color: #DA164D;
}
</style>