Shades of Crimson #DA043E
Tints of Crimson #DA043E
RGB
CMYK
RGB Variations
Color information
#DA043E (or 0xDA043E) is known color: Crimson. HEX triplet: DA, 04 and 3E. RGB value is (218,4,62). Sum of RGB (Red+Green+Blue) = 218+4+62=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA043E is #25FBC1. Grayscale: #4A4A4A. Windows color (decimal): -2489282 or 4064474. OLE color: 4064474.
HSL color Cylindrical-coordinate representation of color #DA043E: hue angle of 343.74º 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 #DA043E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.15 |
| HSL | 343.74º | 0.96% | 0.44% | - |
| HSV(B) | 343.74º | 0.98% | 0.85% | - |
| XYZ | 29.83 | 15.34 | 5.95 | - |
| YUV | 74.6 | 120.9 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 62 | 0 | 0.98 | 0.72 | 0.15 | 343.74 | 0.96 | 0.44 |
| Hex | DA | 4 | 3E | 0 | 62 | 48 | F | 158 | 60 | 2C |
| Octal | 332 | 4 | 76 | 0 | 142 | 110 | 17 | 530 | 140 | 54 |
| Binary | 11011010 | 100 | 111110 | 0 | 1100010 | 1001000 | 1111 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DA043E
Complementary color
Monochromatic Colors of #DA043E
Black with #DA043E
Text Example
Text Example
White with #DA043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA043E; }
p { color: rgb(218,4,62); }
H1.HeaderClassName
{
color: #DA043E;
}
.AnyTagClassName
{
color: #DA043E;
}
</style>
background-color css
<style>
a { background-color: #DA043E; }
a { background-color: rgb(218,4,62); }
div.DivClassName
{
background-color: #DA043E;
}
.BgClassName
{
background-color: #DA043E;
}
</style>
border-color css
<style>
span { border-color: #DA043E; }
span { border-color: rgb(218,4,62); }
td.TdClassName
{
border-color: #DA043E;
}
.TagClassName
{
border-color: #DA043E;
}
</style>