Shades of Crimson #DA1737
Tints of Crimson #DA1737
RGB
CMYK
RGB Variations
Color information
#DA1737 (or 0xDA1737) is known color: Crimson. HEX triplet: DA, 17 and 37. RGB value is (218,23,55). Sum of RGB (Red+Green+Blue) = 218+23+55=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1737 is #25E8C8. Grayscale: #555555. Windows color (decimal): -2484425 or 3610586. OLE color: 3610586.
HSL color Cylindrical-coordinate representation of color #DA1737: hue angle of 350.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 #DA1737 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 55 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.15 |
| HSL | 350.15º | 0.81% | 0.47% | - |
| HSV(B) | 350.15º | 0.89% | 0.85% | - |
| XYZ | 29.91 | 15.79 | 5.09 | - |
| YUV | 84.95 | 111.1 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 55 | 0 | 0.89 | 0.75 | 0.15 | 350.15 | 0.81 | 0.47 |
| Hex | DA | 17 | 37 | 0 | 59 | 4B | F | 15E | 51 | 2F |
| Octal | 332 | 27 | 67 | 0 | 131 | 113 | 17 | 536 | 121 | 57 |
| Binary | 11011010 | 10111 | 110111 | 0 | 1011001 | 1001011 | 1111 | 101011110 | 1010001 | 101111 |
Color Harmonies of #DA1737
Complementary color
Monochromatic Colors of #DA1737
Black with #DA1737
Text Example
Text Example
White with #DA1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1737; }
p { color: rgb(218,23,55); }
H1.HeaderClassName
{
color: #DA1737;
}
.AnyTagClassName
{
color: #DA1737;
}
</style>
background-color css
<style>
a { background-color: #DA1737; }
a { background-color: rgb(218,23,55); }
div.DivClassName
{
background-color: #DA1737;
}
.BgClassName
{
background-color: #DA1737;
}
</style>
border-color css
<style>
span { border-color: #DA1737; }
span { border-color: rgb(218,23,55); }
td.TdClassName
{
border-color: #DA1737;
}
.TagClassName
{
border-color: #DA1737;
}
</style>