Shades of Crimson #DA0441
Tints of Crimson #DA0441
RGB
CMYK
RGB Variations
Color information
#DA0441 (or 0xDA0441) is known color: Crimson. HEX triplet: DA, 04 and 41. RGB value is (218,4,65). Sum of RGB (Red+Green+Blue) = 218+4+65=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0441 is #25FBBE. Grayscale: #4A4A4A. Windows color (decimal): -2489279 or 4261082. OLE color: 4261082.
HSL color Cylindrical-coordinate representation of color #DA0441: hue angle of 342.9º 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 #DA0441 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.15 |
| HSL | 342.9º | 0.96% | 0.44% | - |
| HSV(B) | 342.9º | 0.98% | 0.85% | - |
| XYZ | 29.91 | 15.37 | 6.39 | - |
| YUV | 74.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 65 | 0 | 0.98 | 0.70 | 0.15 | 342.9 | 0.96 | 0.44 |
| Hex | DA | 4 | 41 | 0 | 62 | 46 | F | 157 | 60 | 2C |
| Octal | 332 | 4 | 101 | 0 | 142 | 106 | 17 | 527 | 140 | 54 |
| Binary | 11011010 | 100 | 1000001 | 0 | 1100010 | 1000110 | 1111 | 101010111 | 1100000 | 101100 |
Color Harmonies of #DA0441
Complementary color
Monochromatic Colors of #DA0441
Black with #DA0441
Text Example
Text Example
White with #DA0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0441; }
p { color: rgb(218,4,65); }
H1.HeaderClassName
{
color: #DA0441;
}
.AnyTagClassName
{
color: #DA0441;
}
</style>
background-color css
<style>
a { background-color: #DA0441; }
a { background-color: rgb(218,4,65); }
div.DivClassName
{
background-color: #DA0441;
}
.BgClassName
{
background-color: #DA0441;
}
</style>
border-color css
<style>
span { border-color: #DA0441; }
span { border-color: rgb(218,4,65); }
td.TdClassName
{
border-color: #DA0441;
}
.TagClassName
{
border-color: #DA0441;
}
</style>