Shades of Crimson #DA1645
Tints of Crimson #DA1645
RGB
CMYK
RGB Variations
Color information
#DA1645 (or 0xDA1645) is known color: Crimson. HEX triplet: DA, 16 and 45. RGB value is (218,22,69). Sum of RGB (Red+Green+Blue) = 218+22+69=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1645 is #25E9BA. Grayscale: #555555. Windows color (decimal): -2484667 or 4527834. OLE color: 4527834.
HSL color Cylindrical-coordinate representation of color #DA1645: hue angle of 345.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1645 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 69 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.15 |
| HSL | 345.61º | 0.82% | 0.47% | - |
| HSV(B) | 345.61º | 0.9% | 0.85% | - |
| XYZ | 30.27 | 15.91 | 7.11 | - |
| YUV | 85.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 69 | 0 | 0.90 | 0.68 | 0.15 | 345.61 | 0.82 | 0.47 |
| Hex | DA | 16 | 45 | 0 | 5A | 44 | F | 15A | 52 | 2F |
| Octal | 332 | 26 | 105 | 0 | 132 | 104 | 17 | 532 | 122 | 57 |
| Binary | 11011010 | 10110 | 1000101 | 0 | 1011010 | 1000100 | 1111 | 101011010 | 1010010 | 101111 |
Color Harmonies of #DA1645
Complementary color
Monochromatic Colors of #DA1645
Black with #DA1645
Text Example
Text Example
White with #DA1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1645; }
p { color: rgb(218,22,69); }
H1.HeaderClassName
{
color: #DA1645;
}
.AnyTagClassName
{
color: #DA1645;
}
</style>
background-color css
<style>
a { background-color: #DA1645; }
a { background-color: rgb(218,22,69); }
div.DivClassName
{
background-color: #DA1645;
}
.BgClassName
{
background-color: #DA1645;
}
</style>
border-color css
<style>
span { border-color: #DA1645; }
span { border-color: rgb(218,22,69); }
td.TdClassName
{
border-color: #DA1645;
}
.TagClassName
{
border-color: #DA1645;
}
</style>