Shades of Crimson #DA0642
Tints of Crimson #DA0642
RGB
CMYK
RGB Variations
Color information
#DA0642 (or 0xDA0642) is known color: Crimson. HEX triplet: DA, 06 and 42. RGB value is (218,6,66). Sum of RGB (Red+Green+Blue) = 218+6+66=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0642 is #25F9BD. Grayscale: #4C4C4C. Windows color (decimal): -2488766 or 4327130. OLE color: 4327130.
HSL color Cylindrical-coordinate representation of color #DA0642: hue angle of 343.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0642 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 66 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.15 |
| HSL | 343.02º | 0.95% | 0.44% | - |
| HSV(B) | 343.02º | 0.97% | 0.85% | - |
| XYZ | 29.96 | 15.43 | 6.55 | - |
| YUV | 76.23 | 122.24 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 66 | 0 | 0.97 | 0.70 | 0.15 | 343.02 | 0.95 | 0.44 |
| Hex | DA | 6 | 42 | 0 | 61 | 46 | F | 157 | 5F | 2C |
| Octal | 332 | 6 | 102 | 0 | 141 | 106 | 17 | 527 | 137 | 54 |
| Binary | 11011010 | 110 | 1000010 | 0 | 1100001 | 1000110 | 1111 | 101010111 | 1011111 | 101100 |
Color Harmonies of #DA0642
Complementary color
Monochromatic Colors of #DA0642
Black with #DA0642
Text Example
Text Example
White with #DA0642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0642; }
p { color: rgb(218,6,66); }
H1.HeaderClassName
{
color: #DA0642;
}
.AnyTagClassName
{
color: #DA0642;
}
</style>
background-color css
<style>
a { background-color: #DA0642; }
a { background-color: rgb(218,6,66); }
div.DivClassName
{
background-color: #DA0642;
}
.BgClassName
{
background-color: #DA0642;
}
</style>
border-color css
<style>
span { border-color: #DA0642; }
span { border-color: rgb(218,6,66); }
td.TdClassName
{
border-color: #DA0642;
}
.TagClassName
{
border-color: #DA0642;
}
</style>