Shades of Crimson #DA0840
Tints of Crimson #DA0840
RGB
CMYK
RGB Variations
Color information
#DA0840 (or 0xDA0840) is known color: Crimson. HEX triplet: DA, 08 and 40. RGB value is (218,8,64). Sum of RGB (Red+Green+Blue) = 218+8+64=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0840 is #25F7BF. Grayscale: #4D4D4D. Windows color (decimal): -2488256 or 4196570. OLE color: 4196570.
HSL color Cylindrical-coordinate representation of color #DA0840: hue angle of 344º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0840 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.15 |
| HSL | 344º | 0.93% | 0.44% | - |
| HSV(B) | 344º | 0.96% | 0.85% | - |
| XYZ | 29.93 | 15.45 | 6.26 | - |
| YUV | 77.17 | 120.57 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 64 | 0 | 0.96 | 0.71 | 0.15 | 344 | 0.93 | 0.44 |
| Hex | DA | 8 | 40 | 0 | 60 | 47 | F | 158 | 5D | 2C |
| Octal | 332 | 10 | 100 | 0 | 140 | 107 | 17 | 530 | 135 | 54 |
| Binary | 11011010 | 1000 | 1000000 | 0 | 1100000 | 1000111 | 1111 | 101011000 | 1011101 | 101100 |
Color Harmonies of #DA0840
Complementary color
Monochromatic Colors of #DA0840
Black with #DA0840
Text Example
Text Example
White with #DA0840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0840; }
p { color: rgb(218,8,64); }
H1.HeaderClassName
{
color: #DA0840;
}
.AnyTagClassName
{
color: #DA0840;
}
</style>
background-color css
<style>
a { background-color: #DA0840; }
a { background-color: rgb(218,8,64); }
div.DivClassName
{
background-color: #DA0840;
}
.BgClassName
{
background-color: #DA0840;
}
</style>
border-color css
<style>
span { border-color: #DA0840; }
span { border-color: rgb(218,8,64); }
td.TdClassName
{
border-color: #DA0840;
}
.TagClassName
{
border-color: #DA0840;
}
</style>