Shades of Crimson #DA1141
Tints of Crimson #DA1141
RGB
CMYK
RGB Variations
Color information
#DA1141 (or 0xDA1141) is known color: Crimson. HEX triplet: DA, 11 and 41. RGB value is (218,17,65). Sum of RGB (Red+Green+Blue) = 218+17+65=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1141 is #25EEBE. Grayscale: #525252. Windows color (decimal): -2485951 or 4264410. OLE color: 4264410.
HSL color Cylindrical-coordinate representation of color #DA1141: hue angle of 345.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1141 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 65 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.15 |
| HSL | 345.67º | 0.86% | 0.46% | - |
| HSV(B) | 345.67º | 0.92% | 0.85% | - |
| XYZ | 30.07 | 15.69 | 6.44 | - |
| YUV | 82.57 | 118.09 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 65 | 0 | 0.92 | 0.70 | 0.15 | 345.67 | 0.86 | 0.46 |
| Hex | DA | 11 | 41 | 0 | 5C | 46 | F | 15A | 56 | 2E |
| Octal | 332 | 21 | 101 | 0 | 134 | 106 | 17 | 532 | 126 | 56 |
| Binary | 11011010 | 10001 | 1000001 | 0 | 1011100 | 1000110 | 1111 | 101011010 | 1010110 | 101110 |
Color Harmonies of #DA1141
Complementary color
Monochromatic Colors of #DA1141
Black with #DA1141
Text Example
Text Example
White with #DA1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1141; }
p { color: rgb(218,17,65); }
H1.HeaderClassName
{
color: #DA1141;
}
.AnyTagClassName
{
color: #DA1141;
}
</style>
background-color css
<style>
a { background-color: #DA1141; }
a { background-color: rgb(218,17,65); }
div.DivClassName
{
background-color: #DA1141;
}
.BgClassName
{
background-color: #DA1141;
}
</style>
border-color css
<style>
span { border-color: #DA1141; }
span { border-color: rgb(218,17,65); }
td.TdClassName
{
border-color: #DA1141;
}
.TagClassName
{
border-color: #DA1141;
}
</style>