Shades of Crimson #DA1D48
Tints of Crimson #DA1D48
RGB
CMYK
RGB Variations
Color information
#DA1D48 (or 0xDA1D48) is known color: Crimson. HEX triplet: DA, 1D and 48. RGB value is (218,29,72). Sum of RGB (Red+Green+Blue) = 218+29+72=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1D48 is #25E2B7. Grayscale: #5A5A5A. Windows color (decimal): -2482872 or 4726234. OLE color: 4726234.
HSL color Cylindrical-coordinate representation of color #DA1D48: hue angle of 346.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1D48 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 72 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.15 |
| HSL | 346.35º | 0.77% | 0.48% | - |
| HSV(B) | 346.35º | 0.87% | 0.85% | - |
| XYZ | 30.52 | 16.25 | 7.66 | - |
| YUV | 90.41 | 117.62 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 72 | 0 | 0.87 | 0.67 | 0.15 | 346.35 | 0.77 | 0.48 |
| Hex | DA | 1D | 48 | 0 | 57 | 43 | F | 15A | 4D | 30 |
| Octal | 332 | 35 | 110 | 0 | 127 | 103 | 17 | 532 | 115 | 60 |
| Binary | 11011010 | 11101 | 1001000 | 0 | 1010111 | 1000011 | 1111 | 101011010 | 1001101 | 110000 |
Color Harmonies of #DA1D48
Complementary color
Monochromatic Colors of #DA1D48
Black with #DA1D48
Text Example
Text Example
White with #DA1D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D48; }
p { color: rgb(218,29,72); }
H1.HeaderClassName
{
color: #DA1D48;
}
.AnyTagClassName
{
color: #DA1D48;
}
</style>
background-color css
<style>
a { background-color: #DA1D48; }
a { background-color: rgb(218,29,72); }
div.DivClassName
{
background-color: #DA1D48;
}
.BgClassName
{
background-color: #DA1D48;
}
</style>
border-color css
<style>
span { border-color: #DA1D48; }
span { border-color: rgb(218,29,72); }
td.TdClassName
{
border-color: #DA1D48;
}
.TagClassName
{
border-color: #DA1D48;
}
</style>