Shades of Crimson #DA0346
Tints of Crimson #DA0346
RGB
CMYK
RGB Variations
Color information
#DA0346 (or 0xDA0346) is known color: Crimson. HEX triplet: DA, 03 and 46. RGB value is (218,3,70). Sum of RGB (Red+Green+Blue) = 218+3+70=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0346 is #25FCB9. Grayscale: #4A4A4A. Windows color (decimal): -2489530 or 4588506. OLE color: 4588506.
HSL color Cylindrical-coordinate representation of color #DA0346: hue angle of 341.3º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0346 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.15 |
| HSL | 341.3º | 0.97% | 0.43% | - |
| HSV(B) | 341.3º | 0.99% | 0.85% | - |
| XYZ | 30.05 | 15.41 | 7.19 | - |
| YUV | 74.92 | 125.23 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 70 | 0 | 0.99 | 0.68 | 0.15 | 341.3 | 0.97 | 0.43 |
| Hex | DA | 3 | 46 | 0 | 63 | 44 | F | 155 | 61 | 2B |
| Octal | 332 | 3 | 106 | 0 | 143 | 104 | 17 | 525 | 141 | 53 |
| Binary | 11011010 | 11 | 1000110 | 0 | 1100011 | 1000100 | 1111 | 101010101 | 1100001 | 101011 |
Color Harmonies of #DA0346
Complementary color
Monochromatic Colors of #DA0346
Black with #DA0346
Text Example
Text Example
White with #DA0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0346; }
p { color: rgb(218,3,70); }
H1.HeaderClassName
{
color: #DA0346;
}
.AnyTagClassName
{
color: #DA0346;
}
</style>
background-color css
<style>
a { background-color: #DA0346; }
a { background-color: rgb(218,3,70); }
div.DivClassName
{
background-color: #DA0346;
}
.BgClassName
{
background-color: #DA0346;
}
</style>
border-color css
<style>
span { border-color: #DA0346; }
span { border-color: rgb(218,3,70); }
td.TdClassName
{
border-color: #DA0346;
}
.TagClassName
{
border-color: #DA0346;
}
</style>