Shades of Crimson #DA1249
Tints of Crimson #DA1249
RGB
CMYK
RGB Variations
Color information
#DA1249 (or 0xDA1249) is known color: Crimson. HEX triplet: DA, 12 and 49. RGB value is (218,18,73). Sum of RGB (Red+Green+Blue) = 218+18+73=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1249 is #25EDB6. Grayscale: #545454. Windows color (decimal): -2485687 or 4788954. OLE color: 4788954.
HSL color Cylindrical-coordinate representation of color #DA1249: hue angle of 343.5º degrees, saturation: 0.85, 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 #DA1249 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 73 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.15 |
| HSL | 343.5º | 0.85% | 0.46% | - |
| HSV(B) | 343.5º | 0.92% | 0.85% | - |
| XYZ | 30.33 | 15.82 | 7.76 | - |
| YUV | 84.07 | 121.76 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 73 | 0 | 0.92 | 0.67 | 0.15 | 343.5 | 0.85 | 0.46 |
| Hex | DA | 12 | 49 | 0 | 5C | 43 | F | 158 | 55 | 2E |
| Octal | 332 | 22 | 111 | 0 | 134 | 103 | 17 | 530 | 125 | 56 |
| Binary | 11011010 | 10010 | 1001001 | 0 | 1011100 | 1000011 | 1111 | 101011000 | 1010101 | 101110 |
Color Harmonies of #DA1249
Complementary color
Monochromatic Colors of #DA1249
Black with #DA1249
Text Example
Text Example
White with #DA1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1249; }
p { color: rgb(218,18,73); }
H1.HeaderClassName
{
color: #DA1249;
}
.AnyTagClassName
{
color: #DA1249;
}
</style>
background-color css
<style>
a { background-color: #DA1249; }
a { background-color: rgb(218,18,73); }
div.DivClassName
{
background-color: #DA1249;
}
.BgClassName
{
background-color: #DA1249;
}
</style>
border-color css
<style>
span { border-color: #DA1249; }
span { border-color: rgb(218,18,73); }
td.TdClassName
{
border-color: #DA1249;
}
.TagClassName
{
border-color: #DA1249;
}
</style>