Shades of Crimson #DA0447
Tints of Crimson #DA0447
RGB
CMYK
RGB Variations
Color information
#DA0447 (or 0xDA0447) is known color: Crimson. HEX triplet: DA, 04 and 47. RGB value is (218,4,71). Sum of RGB (Red+Green+Blue) = 218+4+71=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0447 is #25FBB8. Grayscale: #4B4B4B. Windows color (decimal): -2489273 or 4654298. OLE color: 4654298.
HSL color Cylindrical-coordinate representation of color #DA0447: hue angle of 341.21º 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 #DA0447 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.15 |
| HSL | 341.22º | 0.96% | 0.44% | - |
| HSV(B) | 341.22º | 0.98% | 0.85% | - |
| XYZ | 30.09 | 15.45 | 7.36 | - |
| YUV | 75.62 | 125.4 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 71 | 0 | 0.98 | 0.67 | 0.15 | 341.22 | 0.96 | 0.44 |
| Hex | DA | 4 | 47 | 0 | 62 | 43 | F | 155 | 60 | 2C |
| Octal | 332 | 4 | 107 | 0 | 142 | 103 | 17 | 525 | 140 | 54 |
| Binary | 11011010 | 100 | 1000111 | 0 | 1100010 | 1000011 | 1111 | 101010101 | 1100000 | 101100 |
Color Harmonies of #DA0447
Complementary color
Monochromatic Colors of #DA0447
Black with #DA0447
Text Example
Text Example
White with #DA0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0447; }
p { color: rgb(218,4,71); }
H1.HeaderClassName
{
color: #DA0447;
}
.AnyTagClassName
{
color: #DA0447;
}
</style>
background-color css
<style>
a { background-color: #DA0447; }
a { background-color: rgb(218,4,71); }
div.DivClassName
{
background-color: #DA0447;
}
.BgClassName
{
background-color: #DA0447;
}
</style>
border-color css
<style>
span { border-color: #DA0447; }
span { border-color: rgb(218,4,71); }
td.TdClassName
{
border-color: #DA0447;
}
.TagClassName
{
border-color: #DA0447;
}
</style>