Shades of Crimson #DA1848
Tints of Crimson #DA1848
RGB
CMYK
RGB Variations
Color information
#DA1848 (or 0xDA1848) is known color: Crimson. HEX triplet: DA, 18 and 48. RGB value is (218,24,72). Sum of RGB (Red+Green+Blue) = 218+24+72=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1848 is #25E7B7. Grayscale: #575757. Windows color (decimal): -2484152 or 4724954. OLE color: 4724954.
HSL color Cylindrical-coordinate representation of color #DA1848: hue angle of 345.15º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1848 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 72 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.15 |
| HSL | 345.15º | 0.8% | 0.47% | - |
| HSV(B) | 345.15º | 0.89% | 0.85% | - |
| XYZ | 30.41 | 16.03 | 7.62 | - |
| YUV | 87.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 72 | 0 | 0.89 | 0.67 | 0.15 | 345.15 | 0.8 | 0.47 |
| Hex | DA | 18 | 48 | 0 | 59 | 43 | F | 159 | 50 | 2F |
| Octal | 332 | 30 | 110 | 0 | 131 | 103 | 17 | 531 | 120 | 57 |
| Binary | 11011010 | 11000 | 1001000 | 0 | 1011001 | 1000011 | 1111 | 101011001 | 1010000 | 101111 |
Color Harmonies of #DA1848
Complementary color
Monochromatic Colors of #DA1848
Black with #DA1848
Text Example
Text Example
White with #DA1848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1848; }
p { color: rgb(218,24,72); }
H1.HeaderClassName
{
color: #DA1848;
}
.AnyTagClassName
{
color: #DA1848;
}
</style>
background-color css
<style>
a { background-color: #DA1848; }
a { background-color: rgb(218,24,72); }
div.DivClassName
{
background-color: #DA1848;
}
.BgClassName
{
background-color: #DA1848;
}
</style>
border-color css
<style>
span { border-color: #DA1848; }
span { border-color: rgb(218,24,72); }
td.TdClassName
{
border-color: #DA1848;
}
.TagClassName
{
border-color: #DA1848;
}
</style>