Shades of Crimson #DA0640
Tints of Crimson #DA0640
RGB
CMYK
RGB Variations
Color information
#DA0640 (or 0xDA0640) is known color: Crimson. HEX triplet: DA, 06 and 40. RGB value is (218,6,64). Sum of RGB (Red+Green+Blue) = 218+6+64=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0640 is #25F9BF. Grayscale: #4B4B4B. Windows color (decimal): -2488768 or 4196058. OLE color: 4196058.
HSL color Cylindrical-coordinate representation of color #DA0640: hue angle of 343.58º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0640 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 64 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.15 |
| HSL | 343.58º | 0.95% | 0.44% | - |
| HSV(B) | 343.58º | 0.97% | 0.85% | - |
| XYZ | 29.9 | 15.41 | 6.25 | - |
| YUV | 76 | 121.24 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 64 | 0 | 0.97 | 0.71 | 0.15 | 343.58 | 0.95 | 0.44 |
| Hex | DA | 6 | 40 | 0 | 61 | 47 | F | 158 | 5F | 2C |
| Octal | 332 | 6 | 100 | 0 | 141 | 107 | 17 | 530 | 137 | 54 |
| Binary | 11011010 | 110 | 1000000 | 0 | 1100001 | 1000111 | 1111 | 101011000 | 1011111 | 101100 |
Color Harmonies of #DA0640
Complementary color
Monochromatic Colors of #DA0640
Black with #DA0640
Text Example
Text Example
White with #DA0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0640; }
p { color: rgb(218,6,64); }
H1.HeaderClassName
{
color: #DA0640;
}
.AnyTagClassName
{
color: #DA0640;
}
</style>
background-color css
<style>
a { background-color: #DA0640; }
a { background-color: rgb(218,6,64); }
div.DivClassName
{
background-color: #DA0640;
}
.BgClassName
{
background-color: #DA0640;
}
</style>
border-color css
<style>
span { border-color: #DA0640; }
span { border-color: rgb(218,6,64); }
td.TdClassName
{
border-color: #DA0640;
}
.TagClassName
{
border-color: #DA0640;
}
</style>