Shades of Crimson #DA0040
Tints of Crimson #DA0040
RGB
CMYK
RGB Variations
Color information
#DA0040 (or 0xDA0040) is known color: Crimson. HEX triplet: DA, 00 and 40. RGB value is (218,0,64). Sum of RGB (Red+Green+Blue) = 218+0+64=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0040 is #25FFBF. Grayscale: #484848. Windows color (decimal): -2490304 or 4194522. OLE color: 4194522.
HSL color Cylindrical-coordinate representation of color #DA0040: hue angle of 342.39º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0040 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.71 | 0.15 |
| HSL | 342.39º | 1% | 0.43% | - |
| HSV(B) | 342.39º | 1% | 0.85% | - |
| XYZ | 29.84 | 15.28 | 6.23 | - |
| YUV | 72.48 | 123.22 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 64 | 0 | 1 | 0.71 | 0.15 | 342.39 | 1 | 0.43 |
| Hex | DA | 0 | 40 | 0 | 64 | 47 | F | 156 | 64 | 2B |
| Octal | 332 | 0 | 100 | 0 | 144 | 107 | 17 | 526 | 144 | 53 |
| Binary | 11011010 | 0 | 1000000 | 0 | 1100100 | 1000111 | 1111 | 101010110 | 1100100 | 101011 |
Color Harmonies of #DA0040
Complementary color
Monochromatic Colors of #DA0040
Black with #DA0040
Text Example
Text Example
White with #DA0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0040; }
p { color: rgb(218,0,64); }
H1.HeaderClassName
{
color: #DA0040;
}
.AnyTagClassName
{
color: #DA0040;
}
</style>
background-color css
<style>
a { background-color: #DA0040; }
a { background-color: rgb(218,0,64); }
div.DivClassName
{
background-color: #DA0040;
}
.BgClassName
{
background-color: #DA0040;
}
</style>
border-color css
<style>
span { border-color: #DA0040; }
span { border-color: rgb(218,0,64); }
td.TdClassName
{
border-color: #DA0040;
}
.TagClassName
{
border-color: #DA0040;
}
</style>