Shades of Crimson #DA0537
Tints of Crimson #DA0537
RGB
CMYK
RGB Variations
Color information
#DA0537 (or 0xDA0537) is known color: Crimson. HEX triplet: DA, 05 and 37. RGB value is (218,5,55). Sum of RGB (Red+Green+Blue) = 218+5+55=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0537 is #25FAC8. Grayscale: #4A4A4A. Windows color (decimal): -2489033 or 3605978. OLE color: 3605978.
HSL color Cylindrical-coordinate representation of color #DA0537: hue angle of 345.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0537 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.15 |
| HSL | 345.92º | 0.96% | 0.44% | - |
| HSV(B) | 345.92º | 0.98% | 0.85% | - |
| XYZ | 29.66 | 15.29 | 5 | - |
| YUV | 74.39 | 117.07 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 55 | 0 | 0.98 | 0.75 | 0.15 | 345.92 | 0.96 | 0.44 |
| Hex | DA | 5 | 37 | 0 | 62 | 4B | F | 15A | 60 | 2C |
| Octal | 332 | 5 | 67 | 0 | 142 | 113 | 17 | 532 | 140 | 54 |
| Binary | 11011010 | 101 | 110111 | 0 | 1100010 | 1001011 | 1111 | 101011010 | 1100000 | 101100 |
Color Harmonies of #DA0537
Complementary color
Monochromatic Colors of #DA0537
Black with #DA0537
Text Example
Text Example
White with #DA0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0537; }
p { color: rgb(218,5,55); }
H1.HeaderClassName
{
color: #DA0537;
}
.AnyTagClassName
{
color: #DA0537;
}
</style>
background-color css
<style>
a { background-color: #DA0537; }
a { background-color: rgb(218,5,55); }
div.DivClassName
{
background-color: #DA0537;
}
.BgClassName
{
background-color: #DA0537;
}
</style>
border-color css
<style>
span { border-color: #DA0537; }
span { border-color: rgb(218,5,55); }
td.TdClassName
{
border-color: #DA0537;
}
.TagClassName
{
border-color: #DA0537;
}
</style>