Shades of Crimson #DA0344
Tints of Crimson #DA0344
RGB
CMYK
RGB Variations
Color information
#DA0344 (or 0xDA0344) is known color: Crimson. HEX triplet: DA, 03 and 44. RGB value is (218,3,68). Sum of RGB (Red+Green+Blue) = 218+3+68=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0344 is #25FCBB. Grayscale: #4A4A4A. Windows color (decimal): -2489532 or 4457434. OLE color: 4457434.
HSL color Cylindrical-coordinate representation of color #DA0344: hue angle of 341.86º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0344 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.15 |
| HSL | 341.86º | 0.97% | 0.43% | - |
| HSV(B) | 341.86º | 0.99% | 0.85% | - |
| XYZ | 29.99 | 15.39 | 6.86 | - |
| YUV | 74.7 | 124.23 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 68 | 0 | 0.99 | 0.69 | 0.15 | 341.86 | 0.97 | 0.43 |
| Hex | DA | 3 | 44 | 0 | 63 | 45 | F | 156 | 61 | 2B |
| Octal | 332 | 3 | 104 | 0 | 143 | 105 | 17 | 526 | 141 | 53 |
| Binary | 11011010 | 11 | 1000100 | 0 | 1100011 | 1000101 | 1111 | 101010110 | 1100001 | 101011 |
Color Harmonies of #DA0344
Complementary color
Monochromatic Colors of #DA0344
Black with #DA0344
Text Example
Text Example
White with #DA0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0344; }
p { color: rgb(218,3,68); }
H1.HeaderClassName
{
color: #DA0344;
}
.AnyTagClassName
{
color: #DA0344;
}
</style>
background-color css
<style>
a { background-color: #DA0344; }
a { background-color: rgb(218,3,68); }
div.DivClassName
{
background-color: #DA0344;
}
.BgClassName
{
background-color: #DA0344;
}
</style>
border-color css
<style>
span { border-color: #DA0344; }
span { border-color: rgb(218,3,68); }
td.TdClassName
{
border-color: #DA0344;
}
.TagClassName
{
border-color: #DA0344;
}
</style>