Shades of Crimson #DA0146
Tints of Crimson #DA0146
RGB
CMYK
RGB Variations
Color information
#DA0146 (or 0xDA0146) is known color: Crimson. HEX triplet: DA, 01 and 46. RGB value is (218,1,70). Sum of RGB (Red+Green+Blue) = 218+1+70=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0146 is #25FEB9. Grayscale: #494949. Windows color (decimal): -2490042 or 4587994. OLE color: 4587994.
HSL color Cylindrical-coordinate representation of color #DA0146: hue angle of 340.92º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0146 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 70 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.15 |
| HSL | 340.92º | 0.99% | 0.43% | - |
| HSV(B) | 340.92º | 1% | 0.85% | - |
| XYZ | 30.03 | 15.37 | 7.18 | - |
| YUV | 73.75 | 125.89 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 70 | 0 | 1.00 | 0.68 | 0.15 | 340.92 | 0.99 | 0.43 |
| Hex | DA | 1 | 46 | 0 | 64 | 44 | F | 155 | 63 | 2B |
| Octal | 332 | 1 | 106 | 0 | 144 | 104 | 17 | 525 | 143 | 53 |
| Binary | 11011010 | 1 | 1000110 | 0 | 1100100 | 1000100 | 1111 | 101010101 | 1100011 | 101011 |
Color Harmonies of #DA0146
Complementary color
Monochromatic Colors of #DA0146
Black with #DA0146
Text Example
Text Example
White with #DA0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0146; }
p { color: rgb(218,1,70); }
H1.HeaderClassName
{
color: #DA0146;
}
.AnyTagClassName
{
color: #DA0146;
}
</style>
background-color css
<style>
a { background-color: #DA0146; }
a { background-color: rgb(218,1,70); }
div.DivClassName
{
background-color: #DA0146;
}
.BgClassName
{
background-color: #DA0146;
}
</style>
border-color css
<style>
span { border-color: #DA0146; }
span { border-color: rgb(218,1,70); }
td.TdClassName
{
border-color: #DA0146;
}
.TagClassName
{
border-color: #DA0146;
}
</style>