Shades of Crimson #DA1147
Tints of Crimson #DA1147
RGB
CMYK
RGB Variations
Color information
#DA1147 (or 0xDA1147) is known color: Crimson. HEX triplet: DA, 11 and 47. RGB value is (218,17,71). Sum of RGB (Red+Green+Blue) = 218+17+71=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1147 is #25EEB8. Grayscale: #535353. Windows color (decimal): -2485945 or 4657626. OLE color: 4657626.
HSL color Cylindrical-coordinate representation of color #DA1147: hue angle of 343.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1147 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 71 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.15 |
| HSL | 343.88º | 0.86% | 0.46% | - |
| HSV(B) | 343.88º | 0.92% | 0.85% | - |
| XYZ | 30.25 | 15.76 | 7.41 | - |
| YUV | 83.26 | 121.09 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 71 | 0 | 0.92 | 0.67 | 0.15 | 343.88 | 0.86 | 0.46 |
| Hex | DA | 11 | 47 | 0 | 5C | 43 | F | 158 | 56 | 2E |
| Octal | 332 | 21 | 107 | 0 | 134 | 103 | 17 | 530 | 126 | 56 |
| Binary | 11011010 | 10001 | 1000111 | 0 | 1011100 | 1000011 | 1111 | 101011000 | 1010110 | 101110 |
Color Harmonies of #DA1147
Complementary color
Monochromatic Colors of #DA1147
Black with #DA1147
Text Example
Text Example
White with #DA1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1147; }
p { color: rgb(218,17,71); }
H1.HeaderClassName
{
color: #DA1147;
}
.AnyTagClassName
{
color: #DA1147;
}
</style>
background-color css
<style>
a { background-color: #DA1147; }
a { background-color: rgb(218,17,71); }
div.DivClassName
{
background-color: #DA1147;
}
.BgClassName
{
background-color: #DA1147;
}
</style>
border-color css
<style>
span { border-color: #DA1147; }
span { border-color: rgb(218,17,71); }
td.TdClassName
{
border-color: #DA1147;
}
.TagClassName
{
border-color: #DA1147;
}
</style>