Shades of Crimson #DA164A
Tints of Crimson #DA164A
RGB
CMYK
RGB Variations
Color information
#DA164A (or 0xDA164A) is known color: Crimson. HEX triplet: DA, 16 and 4A. RGB value is (218,22,74). Sum of RGB (Red+Green+Blue) = 218+22+74=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA164A is #25E9B5. Grayscale: #565656. Windows color (decimal): -2484662 or 4855514. OLE color: 4855514.
HSL color Cylindrical-coordinate representation of color #DA164A: hue angle of 344.08º 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 #DA164A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 74 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.15 |
| HSL | 344.08º | 0.82% | 0.47% | - |
| HSV(B) | 344.08º | 0.9% | 0.85% | - |
| XYZ | 30.44 | 15.97 | 7.96 | - |
| YUV | 86.53 | 120.93 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 74 | 0 | 0.90 | 0.66 | 0.15 | 344.08 | 0.82 | 0.47 |
| Hex | DA | 16 | 4A | 0 | 5A | 42 | F | 158 | 52 | 2F |
| Octal | 332 | 26 | 112 | 0 | 132 | 102 | 17 | 530 | 122 | 57 |
| Binary | 11011010 | 10110 | 1001010 | 0 | 1011010 | 1000010 | 1111 | 101011000 | 1010010 | 101111 |
Color Harmonies of #DA164A
Complementary color
Monochromatic Colors of #DA164A
Black with #DA164A
Text Example
Text Example
White with #DA164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA164A; }
p { color: rgb(218,22,74); }
H1.HeaderClassName
{
color: #DA164A;
}
.AnyTagClassName
{
color: #DA164A;
}
</style>
background-color css
<style>
a { background-color: #DA164A; }
a { background-color: rgb(218,22,74); }
div.DivClassName
{
background-color: #DA164A;
}
.BgClassName
{
background-color: #DA164A;
}
</style>
border-color css
<style>
span { border-color: #DA164A; }
span { border-color: rgb(218,22,74); }
td.TdClassName
{
border-color: #DA164A;
}
.TagClassName
{
border-color: #DA164A;
}
</style>