Shades of Crimson #DA043F
Tints of Crimson #DA043F
RGB
CMYK
RGB Variations
Color information
#DA043F (or 0xDA043F) is known color: Crimson. HEX triplet: DA, 04 and 3F. RGB value is (218,4,63). Sum of RGB (Red+Green+Blue) = 218+4+63=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA043F is #25FBC0. Grayscale: #4A4A4A. Windows color (decimal): -2489281 or 4130010. OLE color: 4130010.
HSL color Cylindrical-coordinate representation of color #DA043F: hue angle of 343.46º 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 #DA043F is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.15 |
| HSL | 343.46º | 0.96% | 0.44% | - |
| HSV(B) | 343.46º | 0.98% | 0.85% | - |
| XYZ | 29.85 | 15.35 | 6.09 | - |
| YUV | 74.71 | 121.4 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 63 | 0 | 0.98 | 0.71 | 0.15 | 343.46 | 0.96 | 0.44 |
| Hex | DA | 4 | 3F | 0 | 62 | 47 | F | 157 | 60 | 2C |
| Octal | 332 | 4 | 77 | 0 | 142 | 107 | 17 | 527 | 140 | 54 |
| Binary | 11011010 | 100 | 111111 | 0 | 1100010 | 1000111 | 1111 | 101010111 | 1100000 | 101100 |
Color Harmonies of #DA043F
Complementary color
Monochromatic Colors of #DA043F
Black with #DA043F
Text Example
Text Example
White with #DA043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA043F; }
p { color: rgb(218,4,63); }
H1.HeaderClassName
{
color: #DA043F;
}
.AnyTagClassName
{
color: #DA043F;
}
</style>
background-color css
<style>
a { background-color: #DA043F; }
a { background-color: rgb(218,4,63); }
div.DivClassName
{
background-color: #DA043F;
}
.BgClassName
{
background-color: #DA043F;
}
</style>
border-color css
<style>
span { border-color: #DA043F; }
span { border-color: rgb(218,4,63); }
td.TdClassName
{
border-color: #DA043F;
}
.TagClassName
{
border-color: #DA043F;
}
</style>