Shades of Crimson #DA1840
Tints of Crimson #DA1840
RGB
CMYK
RGB Variations
Color information
#DA1840 (or 0xDA1840) is known color: Crimson. HEX triplet: DA, 18 and 40. RGB value is (218,24,64). Sum of RGB (Red+Green+Blue) = 218+24+64=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1840 is #25E7BF. Grayscale: #565656. Windows color (decimal): -2484160 or 4200666. OLE color: 4200666.
HSL color Cylindrical-coordinate representation of color #DA1840: hue angle of 347.63º 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 #DA1840 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 64 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.15 |
| HSL | 347.63º | 0.8% | 0.47% | - |
| HSV(B) | 347.63º | 0.89% | 0.85% | - |
| XYZ | 30.17 | 15.93 | 6.34 | - |
| YUV | 86.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 64 | 0 | 0.89 | 0.71 | 0.15 | 347.63 | 0.8 | 0.47 |
| Hex | DA | 18 | 40 | 0 | 59 | 47 | F | 15C | 50 | 2F |
| Octal | 332 | 30 | 100 | 0 | 131 | 107 | 17 | 534 | 120 | 57 |
| Binary | 11011010 | 11000 | 1000000 | 0 | 1011001 | 1000111 | 1111 | 101011100 | 1010000 | 101111 |
Color Harmonies of #DA1840
Complementary color
Monochromatic Colors of #DA1840
Black with #DA1840
Text Example
Text Example
White with #DA1840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1840; }
p { color: rgb(218,24,64); }
H1.HeaderClassName
{
color: #DA1840;
}
.AnyTagClassName
{
color: #DA1840;
}
</style>
background-color css
<style>
a { background-color: #DA1840; }
a { background-color: rgb(218,24,64); }
div.DivClassName
{
background-color: #DA1840;
}
.BgClassName
{
background-color: #DA1840;
}
</style>
border-color css
<style>
span { border-color: #DA1840; }
span { border-color: rgb(218,24,64); }
td.TdClassName
{
border-color: #DA1840;
}
.TagClassName
{
border-color: #DA1840;
}
</style>