Shades of Crimson #DA2146
Tints of Crimson #DA2146
RGB
CMYK
RGB Variations
Color information
#DA2146 (or 0xDA2146) is known color: Crimson. HEX triplet: DA, 21 and 46. RGB value is (218,33,70). Sum of RGB (Red+Green+Blue) = 218+33+70=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2146 is #25DEB9. Grayscale: #5C5C5C. Windows color (decimal): -2481850 or 4596186. OLE color: 4596186.
HSL color Cylindrical-coordinate representation of color #DA2146: hue angle of 348º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2146 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 70 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.15 |
| HSL | 348º | 0.74% | 0.49% | - |
| HSV(B) | 348º | 0.85% | 0.85% | - |
| XYZ | 30.56 | 16.44 | 7.36 | - |
| YUV | 92.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 70 | 0 | 0.85 | 0.68 | 0.15 | 348 | 0.74 | 0.49 |
| Hex | DA | 21 | 46 | 0 | 55 | 44 | F | 15C | 4A | 31 |
| Octal | 332 | 41 | 106 | 0 | 125 | 104 | 17 | 534 | 112 | 61 |
| Binary | 11011010 | 100001 | 1000110 | 0 | 1010101 | 1000100 | 1111 | 101011100 | 1001010 | 110001 |
Color Harmonies of #DA2146
Complementary color
Monochromatic Colors of #DA2146
Black with #DA2146
Text Example
Text Example
White with #DA2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2146; }
p { color: rgb(218,33,70); }
H1.HeaderClassName
{
color: #DA2146;
}
.AnyTagClassName
{
color: #DA2146;
}
</style>
background-color css
<style>
a { background-color: #DA2146; }
a { background-color: rgb(218,33,70); }
div.DivClassName
{
background-color: #DA2146;
}
.BgClassName
{
background-color: #DA2146;
}
</style>
border-color css
<style>
span { border-color: #DA2146; }
span { border-color: rgb(218,33,70); }
td.TdClassName
{
border-color: #DA2146;
}
.TagClassName
{
border-color: #DA2146;
}
</style>