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