Shades of Crimson #DA0147
Tints of Crimson #DA0147
RGB
CMYK
RGB Variations
Color information
#DA0147 (or 0xDA0147) is known color: Crimson. HEX triplet: DA, 01 and 47. RGB value is (218,1,71). Sum of RGB (Red+Green+Blue) = 218+1+71=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0147 is #25FEB8. Grayscale: #494949. Windows color (decimal): -2490041 or 4653530. OLE color: 4653530.
HSL color Cylindrical-coordinate representation of color #DA0147: hue angle of 340.65º 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 #DA0147 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.15 |
| HSL | 340.65º | 0.99% | 0.43% | - |
| HSV(B) | 340.65º | 1% | 0.85% | - |
| XYZ | 30.06 | 15.38 | 7.35 | - |
| YUV | 73.86 | 126.39 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 71 | 0 | 1.00 | 0.67 | 0.15 | 340.65 | 0.99 | 0.43 |
| Hex | DA | 1 | 47 | 0 | 64 | 43 | F | 155 | 63 | 2B |
| Octal | 332 | 1 | 107 | 0 | 144 | 103 | 17 | 525 | 143 | 53 |
| Binary | 11011010 | 1 | 1000111 | 0 | 1100100 | 1000011 | 1111 | 101010101 | 1100011 | 101011 |
Color Harmonies of #DA0147
Complementary color
Monochromatic Colors of #DA0147
Black with #DA0147
Text Example
Text Example
White with #DA0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0147; }
p { color: rgb(218,1,71); }
H1.HeaderClassName
{
color: #DA0147;
}
.AnyTagClassName
{
color: #DA0147;
}
</style>
background-color css
<style>
a { background-color: #DA0147; }
a { background-color: rgb(218,1,71); }
div.DivClassName
{
background-color: #DA0147;
}
.BgClassName
{
background-color: #DA0147;
}
</style>
border-color css
<style>
span { border-color: #DA0147; }
span { border-color: rgb(218,1,71); }
td.TdClassName
{
border-color: #DA0147;
}
.TagClassName
{
border-color: #DA0147;
}
</style>