Shades of Crimson #DA1A49
Tints of Crimson #DA1A49
RGB
CMYK
RGB Variations
Color information
#DA1A49 (or 0xDA1A49) is known color: Crimson. HEX triplet: DA, 1A and 49. RGB value is (218,26,73). Sum of RGB (Red+Green+Blue) = 218+26+73=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1A49 is #25E5B6. Grayscale: #585858. Windows color (decimal): -2483639 or 4791002. OLE color: 4791002.
HSL color Cylindrical-coordinate representation of color #DA1A49: hue angle of 345.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1A49 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 73 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.15 |
| HSL | 345.31º | 0.79% | 0.48% | - |
| HSV(B) | 345.31º | 0.88% | 0.85% | - |
| XYZ | 30.49 | 16.13 | 7.81 | - |
| YUV | 88.77 | 119.11 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 73 | 0 | 0.88 | 0.67 | 0.15 | 345.31 | 0.79 | 0.48 |
| Hex | DA | 1A | 49 | 0 | 58 | 43 | F | 159 | 4F | 30 |
| Octal | 332 | 32 | 111 | 0 | 130 | 103 | 17 | 531 | 117 | 60 |
| Binary | 11011010 | 11010 | 1001001 | 0 | 1011000 | 1000011 | 1111 | 101011001 | 1001111 | 110000 |
Color Harmonies of #DA1A49
Complementary color
Monochromatic Colors of #DA1A49
Black with #DA1A49
Text Example
Text Example
White with #DA1A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A49; }
p { color: rgb(218,26,73); }
H1.HeaderClassName
{
color: #DA1A49;
}
.AnyTagClassName
{
color: #DA1A49;
}
</style>
background-color css
<style>
a { background-color: #DA1A49; }
a { background-color: rgb(218,26,73); }
div.DivClassName
{
background-color: #DA1A49;
}
.BgClassName
{
background-color: #DA1A49;
}
</style>
border-color css
<style>
span { border-color: #DA1A49; }
span { border-color: rgb(218,26,73); }
td.TdClassName
{
border-color: #DA1A49;
}
.TagClassName
{
border-color: #DA1A49;
}
</style>