Shades of Crimson #DA0949
Tints of Crimson #DA0949
RGB
CMYK
RGB Variations
Color information
#DA0949 (or 0xDA0949) is known color: Crimson. HEX triplet: DA, 09 and 49. RGB value is (218,9,73). Sum of RGB (Red+Green+Blue) = 218+9+73=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0949 is #25F6B6. Grayscale: #4E4E4E. Windows color (decimal): -2487991 or 4786650. OLE color: 4786650.
HSL color Cylindrical-coordinate representation of color #DA0949: hue angle of 341.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0949 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 73 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.15 |
| HSL | 341.63º | 0.92% | 0.45% | - |
| HSV(B) | 341.63º | 0.96% | 0.85% | - |
| XYZ | 30.21 | 15.58 | 7.72 | - |
| YUV | 78.79 | 124.74 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 73 | 0 | 0.96 | 0.67 | 0.15 | 341.63 | 0.92 | 0.45 |
| Hex | DA | 9 | 49 | 0 | 60 | 43 | F | 156 | 5C | 2D |
| Octal | 332 | 11 | 111 | 0 | 140 | 103 | 17 | 526 | 134 | 55 |
| Binary | 11011010 | 1001 | 1001001 | 0 | 1100000 | 1000011 | 1111 | 101010110 | 1011100 | 101101 |
Color Harmonies of #DA0949
Complementary color
Monochromatic Colors of #DA0949
Black with #DA0949
Text Example
Text Example
White with #DA0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0949; }
p { color: rgb(218,9,73); }
H1.HeaderClassName
{
color: #DA0949;
}
.AnyTagClassName
{
color: #DA0949;
}
</style>
background-color css
<style>
a { background-color: #DA0949; }
a { background-color: rgb(218,9,73); }
div.DivClassName
{
background-color: #DA0949;
}
.BgClassName
{
background-color: #DA0949;
}
</style>
border-color css
<style>
span { border-color: #DA0949; }
span { border-color: rgb(218,9,73); }
td.TdClassName
{
border-color: #DA0949;
}
.TagClassName
{
border-color: #DA0949;
}
</style>