Shades of Crimson #DA1839
Tints of Crimson #DA1839
RGB
CMYK
RGB Variations
Color information
#DA1839 (or 0xDA1839) is known color: Crimson. HEX triplet: DA, 18 and 39. RGB value is (218,24,57). Sum of RGB (Red+Green+Blue) = 218+24+57=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1839 is #25E7C6. Grayscale: #555555. Windows color (decimal): -2484167 or 3741914. OLE color: 3741914.
HSL color Cylindrical-coordinate representation of color #DA1839: hue angle of 349.79º 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 #DA1839 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 57 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.15 |
| HSL | 349.79º | 0.8% | 0.47% | - |
| HSV(B) | 349.79º | 0.89% | 0.85% | - |
| XYZ | 29.98 | 15.85 | 5.35 | - |
| YUV | 85.77 | 111.77 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 57 | 0 | 0.89 | 0.74 | 0.15 | 349.79 | 0.8 | 0.47 |
| Hex | DA | 18 | 39 | 0 | 59 | 4A | F | 15E | 50 | 2F |
| Octal | 332 | 30 | 71 | 0 | 131 | 112 | 17 | 536 | 120 | 57 |
| Binary | 11011010 | 11000 | 111001 | 0 | 1011001 | 1001010 | 1111 | 101011110 | 1010000 | 101111 |
Color Harmonies of #DA1839
Complementary color
Monochromatic Colors of #DA1839
Black with #DA1839
Text Example
Text Example
White with #DA1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1839; }
p { color: rgb(218,24,57); }
H1.HeaderClassName
{
color: #DA1839;
}
.AnyTagClassName
{
color: #DA1839;
}
</style>
background-color css
<style>
a { background-color: #DA1839; }
a { background-color: rgb(218,24,57); }
div.DivClassName
{
background-color: #DA1839;
}
.BgClassName
{
background-color: #DA1839;
}
</style>
border-color css
<style>
span { border-color: #DA1839; }
span { border-color: rgb(218,24,57); }
td.TdClassName
{
border-color: #DA1839;
}
.TagClassName
{
border-color: #DA1839;
}
</style>