Shades of Crimson #DA0443
Tints of Crimson #DA0443
RGB
CMYK
RGB Variations
Color information
#DA0443 (or 0xDA0443) is known color: Crimson. HEX triplet: DA, 04 and 43. RGB value is (218,4,67). Sum of RGB (Red+Green+Blue) = 218+4+67=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0443 is #25FBBC. Grayscale: #4B4B4B. Windows color (decimal): -2489277 or 4392154. OLE color: 4392154.
HSL color Cylindrical-coordinate representation of color #DA0443: hue angle of 342.34º 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 #DA0443 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.15 |
| HSL | 342.34º | 0.96% | 0.44% | - |
| HSV(B) | 342.34º | 0.98% | 0.85% | - |
| XYZ | 29.97 | 15.4 | 6.7 | - |
| YUV | 75.17 | 123.4 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 67 | 0 | 0.98 | 0.69 | 0.15 | 342.34 | 0.96 | 0.44 |
| Hex | DA | 4 | 43 | 0 | 62 | 45 | F | 156 | 60 | 2C |
| Octal | 332 | 4 | 103 | 0 | 142 | 105 | 17 | 526 | 140 | 54 |
| Binary | 11011010 | 100 | 1000011 | 0 | 1100010 | 1000101 | 1111 | 101010110 | 1100000 | 101100 |
Color Harmonies of #DA0443
Complementary color
Monochromatic Colors of #DA0443
Black with #DA0443
Text Example
Text Example
White with #DA0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0443; }
p { color: rgb(218,4,67); }
H1.HeaderClassName
{
color: #DA0443;
}
.AnyTagClassName
{
color: #DA0443;
}
</style>
background-color css
<style>
a { background-color: #DA0443; }
a { background-color: rgb(218,4,67); }
div.DivClassName
{
background-color: #DA0443;
}
.BgClassName
{
background-color: #DA0443;
}
</style>
border-color css
<style>
span { border-color: #DA0443; }
span { border-color: rgb(218,4,67); }
td.TdClassName
{
border-color: #DA0443;
}
.TagClassName
{
border-color: #DA0443;
}
</style>