Shades of Crimson #DA0448
Tints of Crimson #DA0448
RGB
CMYK
RGB Variations
Color information
#DA0448 (or 0xDA0448) is known color: Crimson. HEX triplet: DA, 04 and 48. RGB value is (218,4,72). Sum of RGB (Red+Green+Blue) = 218+4+72=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0448 is #25FBB7. Grayscale: #4B4B4B. Windows color (decimal): -2489272 or 4719834. OLE color: 4719834.
HSL color Cylindrical-coordinate representation of color #DA0448: hue angle of 340.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0448 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 72 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.15 |
| HSL | 340.93º | 0.96% | 0.44% | - |
| HSV(B) | 340.93º | 0.98% | 0.85% | - |
| XYZ | 30.13 | 15.46 | 7.53 | - |
| YUV | 75.74 | 125.9 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 72 | 0 | 0.98 | 0.67 | 0.15 | 340.93 | 0.96 | 0.44 |
| Hex | DA | 4 | 48 | 0 | 62 | 43 | F | 155 | 60 | 2C |
| Octal | 332 | 4 | 110 | 0 | 142 | 103 | 17 | 525 | 140 | 54 |
| Binary | 11011010 | 100 | 1001000 | 0 | 1100010 | 1000011 | 1111 | 101010101 | 1100000 | 101100 |
Color Harmonies of #DA0448
Complementary color
Monochromatic Colors of #DA0448
Black with #DA0448
Text Example
Text Example
White with #DA0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0448; }
p { color: rgb(218,4,72); }
H1.HeaderClassName
{
color: #DA0448;
}
.AnyTagClassName
{
color: #DA0448;
}
</style>
background-color css
<style>
a { background-color: #DA0448; }
a { background-color: rgb(218,4,72); }
div.DivClassName
{
background-color: #DA0448;
}
.BgClassName
{
background-color: #DA0448;
}
</style>
border-color css
<style>
span { border-color: #DA0448; }
span { border-color: rgb(218,4,72); }
td.TdClassName
{
border-color: #DA0448;
}
.TagClassName
{
border-color: #DA0448;
}
</style>