Shades of Crimson #DA0439
Tints of Crimson #DA0439
RGB
CMYK
RGB Variations
Color information
#DA0439 (or 0xDA0439) is known color: Crimson. HEX triplet: DA, 04 and 39. RGB value is (218,4,57). Sum of RGB (Red+Green+Blue) = 218+4+57=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0439 is #25FBC6. Grayscale: #4A4A4A. Windows color (decimal): -2489287 or 3736794. OLE color: 3736794.
HSL color Cylindrical-coordinate representation of color #DA0439: hue angle of 345.14º 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 #DA0439 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.15 |
| HSL | 345.14º | 0.96% | 0.44% | - |
| HSV(B) | 345.14º | 0.98% | 0.85% | - |
| XYZ | 29.7 | 15.29 | 5.26 | - |
| YUV | 74.03 | 118.4 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 57 | 0 | 0.98 | 0.74 | 0.15 | 345.14 | 0.96 | 0.44 |
| Hex | DA | 4 | 39 | 0 | 62 | 4A | F | 159 | 60 | 2C |
| Octal | 332 | 4 | 71 | 0 | 142 | 112 | 17 | 531 | 140 | 54 |
| Binary | 11011010 | 100 | 111001 | 0 | 1100010 | 1001010 | 1111 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DA0439
Complementary color
Monochromatic Colors of #DA0439
Black with #DA0439
Text Example
Text Example
White with #DA0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0439; }
p { color: rgb(218,4,57); }
H1.HeaderClassName
{
color: #DA0439;
}
.AnyTagClassName
{
color: #DA0439;
}
</style>
background-color css
<style>
a { background-color: #DA0439; }
a { background-color: rgb(218,4,57); }
div.DivClassName
{
background-color: #DA0439;
}
.BgClassName
{
background-color: #DA0439;
}
</style>
border-color css
<style>
span { border-color: #DA0439; }
span { border-color: rgb(218,4,57); }
td.TdClassName
{
border-color: #DA0439;
}
.TagClassName
{
border-color: #DA0439;
}
</style>