Shades of Crimson #DA0848
Tints of Crimson #DA0848
RGB
CMYK
RGB Variations
Color information
#DA0848 (or 0xDA0848) is known color: Crimson. HEX triplet: DA, 08 and 48. RGB value is (218,8,72). Sum of RGB (Red+Green+Blue) = 218+8+72=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0848 is #25F7B7. Grayscale: #4E4E4E. Windows color (decimal): -2488248 or 4720858. OLE color: 4720858.
HSL color Cylindrical-coordinate representation of color #DA0848: hue angle of 341.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0848 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 72 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.15 |
| HSL | 341.71º | 0.93% | 0.44% | - |
| HSV(B) | 341.71º | 0.96% | 0.85% | - |
| XYZ | 30.17 | 15.55 | 7.54 | - |
| YUV | 78.09 | 124.57 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 72 | 0 | 0.96 | 0.67 | 0.15 | 341.71 | 0.93 | 0.44 |
| Hex | DA | 8 | 48 | 0 | 60 | 43 | F | 156 | 5D | 2C |
| Octal | 332 | 10 | 110 | 0 | 140 | 103 | 17 | 526 | 135 | 54 |
| Binary | 11011010 | 1000 | 1001000 | 0 | 1100000 | 1000011 | 1111 | 101010110 | 1011101 | 101100 |
Color Harmonies of #DA0848
Complementary color
Monochromatic Colors of #DA0848
Black with #DA0848
Text Example
Text Example
White with #DA0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0848; }
p { color: rgb(218,8,72); }
H1.HeaderClassName
{
color: #DA0848;
}
.AnyTagClassName
{
color: #DA0848;
}
</style>
background-color css
<style>
a { background-color: #DA0848; }
a { background-color: rgb(218,8,72); }
div.DivClassName
{
background-color: #DA0848;
}
.BgClassName
{
background-color: #DA0848;
}
</style>
border-color css
<style>
span { border-color: #DA0848; }
span { border-color: rgb(218,8,72); }
td.TdClassName
{
border-color: #DA0848;
}
.TagClassName
{
border-color: #DA0848;
}
</style>