Shades of Crimson #DA1744
Tints of Crimson #DA1744
RGB
CMYK
RGB Variations
Color information
#DA1744 (or 0xDA1744) is known color: Crimson. HEX triplet: DA, 17 and 44. RGB value is (218,23,68). Sum of RGB (Red+Green+Blue) = 218+23+68=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1744 is #25E8BB. Grayscale: #565656. Windows color (decimal): -2484412 or 4462554. OLE color: 4462554.
HSL color Cylindrical-coordinate representation of color #DA1744: hue angle of 346.15º 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 #DA1744 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 68 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.15 |
| HSL | 346.15º | 0.81% | 0.47% | - |
| HSV(B) | 346.15º | 0.89% | 0.85% | - |
| XYZ | 30.26 | 15.94 | 6.95 | - |
| YUV | 86.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 68 | 0 | 0.89 | 0.69 | 0.15 | 346.15 | 0.81 | 0.47 |
| Hex | DA | 17 | 44 | 0 | 59 | 45 | F | 15A | 51 | 2F |
| Octal | 332 | 27 | 104 | 0 | 131 | 105 | 17 | 532 | 121 | 57 |
| Binary | 11011010 | 10111 | 1000100 | 0 | 1011001 | 1000101 | 1111 | 101011010 | 1010001 | 101111 |
Color Harmonies of #DA1744
Complementary color
Monochromatic Colors of #DA1744
Black with #DA1744
Text Example
Text Example
White with #DA1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1744; }
p { color: rgb(218,23,68); }
H1.HeaderClassName
{
color: #DA1744;
}
.AnyTagClassName
{
color: #DA1744;
}
</style>
background-color css
<style>
a { background-color: #DA1744; }
a { background-color: rgb(218,23,68); }
div.DivClassName
{
background-color: #DA1744;
}
.BgClassName
{
background-color: #DA1744;
}
</style>
border-color css
<style>
span { border-color: #DA1744; }
span { border-color: rgb(218,23,68); }
td.TdClassName
{
border-color: #DA1744;
}
.TagClassName
{
border-color: #DA1744;
}
</style>