Shades of Crimson #DA1049
Tints of Crimson #DA1049
RGB
CMYK
RGB Variations
Color information
#DA1049 (or 0xDA1049) is known color: Crimson. HEX triplet: DA, 10 and 49. RGB value is (218,16,73). Sum of RGB (Red+Green+Blue) = 218+16+73=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1049 is #25EFB6. Grayscale: #525252. Windows color (decimal): -2486199 or 4788442. OLE color: 4788442.
HSL color Cylindrical-coordinate representation of color #DA1049: hue angle of 343.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1049 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 73 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.15 |
| HSL | 343.07º | 0.86% | 0.46% | - |
| HSV(B) | 343.07º | 0.93% | 0.85% | - |
| XYZ | 30.3 | 15.76 | 7.75 | - |
| YUV | 82.9 | 122.42 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 73 | 0 | 0.93 | 0.67 | 0.15 | 343.07 | 0.86 | 0.46 |
| Hex | DA | 10 | 49 | 0 | 5D | 43 | F | 157 | 56 | 2E |
| Octal | 332 | 20 | 111 | 0 | 135 | 103 | 17 | 527 | 126 | 56 |
| Binary | 11011010 | 10000 | 1001001 | 0 | 1011101 | 1000011 | 1111 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DA1049
Complementary color
Monochromatic Colors of #DA1049
Black with #DA1049
Text Example
Text Example
White with #DA1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1049; }
p { color: rgb(218,16,73); }
H1.HeaderClassName
{
color: #DA1049;
}
.AnyTagClassName
{
color: #DA1049;
}
</style>
background-color css
<style>
a { background-color: #DA1049; }
a { background-color: rgb(218,16,73); }
div.DivClassName
{
background-color: #DA1049;
}
.BgClassName
{
background-color: #DA1049;
}
</style>
border-color css
<style>
span { border-color: #DA1049; }
span { border-color: rgb(218,16,73); }
td.TdClassName
{
border-color: #DA1049;
}
.TagClassName
{
border-color: #DA1049;
}
</style>