Shades of Crimson #DA1749
Tints of Crimson #DA1749
RGB
CMYK
RGB Variations
Color information
#DA1749 (or 0xDA1749) is known color: Crimson. HEX triplet: DA, 17 and 49. RGB value is (218,23,73). Sum of RGB (Red+Green+Blue) = 218+23+73=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1749 is #25E8B6. Grayscale: #565656. Windows color (decimal): -2484407 or 4790234. OLE color: 4790234.
HSL color Cylindrical-coordinate representation of color #DA1749: hue angle of 344.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1749 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 73 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.15 |
| HSL | 344.62º | 0.81% | 0.47% | - |
| HSV(B) | 344.62º | 0.89% | 0.85% | - |
| XYZ | 30.42 | 16 | 7.79 | - |
| YUV | 87.01 | 120.1 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 73 | 0 | 0.89 | 0.67 | 0.15 | 344.62 | 0.81 | 0.47 |
| Hex | DA | 17 | 49 | 0 | 59 | 43 | F | 159 | 51 | 2F |
| Octal | 332 | 27 | 111 | 0 | 131 | 103 | 17 | 531 | 121 | 57 |
| Binary | 11011010 | 10111 | 1001001 | 0 | 1011001 | 1000011 | 1111 | 101011001 | 1010001 | 101111 |
Color Harmonies of #DA1749
Complementary color
Monochromatic Colors of #DA1749
Black with #DA1749
Text Example
Text Example
White with #DA1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1749; }
p { color: rgb(218,23,73); }
H1.HeaderClassName
{
color: #DA1749;
}
.AnyTagClassName
{
color: #DA1749;
}
</style>
background-color css
<style>
a { background-color: #DA1749; }
a { background-color: rgb(218,23,73); }
div.DivClassName
{
background-color: #DA1749;
}
.BgClassName
{
background-color: #DA1749;
}
</style>
border-color css
<style>
span { border-color: #DA1749; }
span { border-color: rgb(218,23,73); }
td.TdClassName
{
border-color: #DA1749;
}
.TagClassName
{
border-color: #DA1749;
}
</style>