Shades of Crimson #DA0529
Tints of Crimson #DA0529
RGB
CMYK
RGB Variations
Color information
#DA0529 (or 0xDA0529) is known color: Crimson. HEX triplet: DA, 05 and 29. RGB value is (218,5,41). Sum of RGB (Red+Green+Blue) = 218+5+41=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0529 is #25FAD6. Grayscale: #484848. Windows color (decimal): -2489047 or 2688474. OLE color: 2688474.
HSL color Cylindrical-coordinate representation of color #DA0529: hue angle of 349.86º 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 #DA0529 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.15 |
| HSL | 349.86º | 0.96% | 0.44% | - |
| HSV(B) | 349.86º | 0.98% | 0.85% | - |
| XYZ | 29.37 | 15.17 | 3.48 | - |
| YUV | 72.79 | 110.07 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 41 | 0 | 0.98 | 0.81 | 0.15 | 349.86 | 0.96 | 0.44 |
| Hex | DA | 5 | 29 | 0 | 62 | 51 | F | 15E | 60 | 2C |
| Octal | 332 | 5 | 51 | 0 | 142 | 121 | 17 | 536 | 140 | 54 |
| Binary | 11011010 | 101 | 101001 | 0 | 1100010 | 1010001 | 1111 | 101011110 | 1100000 | 101100 |
Color Harmonies of #DA0529
Complementary color
Monochromatic Colors of #DA0529
Black with #DA0529
Text Example
Text Example
White with #DA0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0529; }
p { color: rgb(218,5,41); }
H1.HeaderClassName
{
color: #DA0529;
}
.AnyTagClassName
{
color: #DA0529;
}
</style>
background-color css
<style>
a { background-color: #DA0529; }
a { background-color: rgb(218,5,41); }
div.DivClassName
{
background-color: #DA0529;
}
.BgClassName
{
background-color: #DA0529;
}
</style>
border-color css
<style>
span { border-color: #DA0529; }
span { border-color: rgb(218,5,41); }
td.TdClassName
{
border-color: #DA0529;
}
.TagClassName
{
border-color: #DA0529;
}
</style>