Shades of Crimson #DA1037
Tints of Crimson #DA1037
RGB
CMYK
RGB Variations
Color information
#DA1037 (or 0xDA1037) is known color: Crimson. HEX triplet: DA, 10 and 37. RGB value is (218,16,55). Sum of RGB (Red+Green+Blue) = 218+16+55=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1037 is #25EFC8. Grayscale: #505050. Windows color (decimal): -2486217 or 3608794. OLE color: 3608794.
HSL color Cylindrical-coordinate representation of color #DA1037: hue angle of 348.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1037 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 55 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.15 |
| HSL | 348.42º | 0.86% | 0.46% | - |
| HSV(B) | 348.42º | 0.93% | 0.85% | - |
| XYZ | 29.79 | 15.55 | 5.05 | - |
| YUV | 80.84 | 113.42 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 55 | 0 | 0.93 | 0.75 | 0.15 | 348.42 | 0.86 | 0.46 |
| Hex | DA | 10 | 37 | 0 | 5D | 4B | F | 15C | 56 | 2E |
| Octal | 332 | 20 | 67 | 0 | 135 | 113 | 17 | 534 | 126 | 56 |
| Binary | 11011010 | 10000 | 110111 | 0 | 1011101 | 1001011 | 1111 | 101011100 | 1010110 | 101110 |
Color Harmonies of #DA1037
Complementary color
Monochromatic Colors of #DA1037
Black with #DA1037
Text Example
Text Example
White with #DA1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1037; }
p { color: rgb(218,16,55); }
H1.HeaderClassName
{
color: #DA1037;
}
.AnyTagClassName
{
color: #DA1037;
}
</style>
background-color css
<style>
a { background-color: #DA1037; }
a { background-color: rgb(218,16,55); }
div.DivClassName
{
background-color: #DA1037;
}
.BgClassName
{
background-color: #DA1037;
}
</style>
border-color css
<style>
span { border-color: #DA1037; }
span { border-color: rgb(218,16,55); }
td.TdClassName
{
border-color: #DA1037;
}
.TagClassName
{
border-color: #DA1037;
}
</style>