Shades of Crimson #DA0547
Tints of Crimson #DA0547
RGB
CMYK
RGB Variations
Color information
#DA0547 (or 0xDA0547) is known color: Crimson. HEX triplet: DA, 05 and 47. RGB value is (218,5,71). Sum of RGB (Red+Green+Blue) = 218+5+71=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0547 is #25FAB8. Grayscale: #4C4C4C. Windows color (decimal): -2489017 or 4654554. OLE color: 4654554.
HSL color Cylindrical-coordinate representation of color #DA0547: hue angle of 341.41º 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 #DA0547 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.15 |
| HSL | 341.41º | 0.96% | 0.44% | - |
| HSV(B) | 341.41º | 0.98% | 0.85% | - |
| XYZ | 30.11 | 15.47 | 7.36 | - |
| YUV | 76.21 | 125.07 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 71 | 0 | 0.98 | 0.67 | 0.15 | 341.41 | 0.96 | 0.44 |
| Hex | DA | 5 | 47 | 0 | 62 | 43 | F | 155 | 60 | 2C |
| Octal | 332 | 5 | 107 | 0 | 142 | 103 | 17 | 525 | 140 | 54 |
| Binary | 11011010 | 101 | 1000111 | 0 | 1100010 | 1000011 | 1111 | 101010101 | 1100000 | 101100 |
Color Harmonies of #DA0547
Complementary color
Monochromatic Colors of #DA0547
Black with #DA0547
Text Example
Text Example
White with #DA0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0547; }
p { color: rgb(218,5,71); }
H1.HeaderClassName
{
color: #DA0547;
}
.AnyTagClassName
{
color: #DA0547;
}
</style>
background-color css
<style>
a { background-color: #DA0547; }
a { background-color: rgb(218,5,71); }
div.DivClassName
{
background-color: #DA0547;
}
.BgClassName
{
background-color: #DA0547;
}
</style>
border-color css
<style>
span { border-color: #DA0547; }
span { border-color: rgb(218,5,71); }
td.TdClassName
{
border-color: #DA0547;
}
.TagClassName
{
border-color: #DA0547;
}
</style>