Shades of Crimson #DA1131
Tints of Crimson #DA1131
RGB
CMYK
RGB Variations
Color information
#DA1131 (or 0xDA1131) is known color: Crimson. HEX triplet: DA, 11 and 31. RGB value is (218,17,49). Sum of RGB (Red+Green+Blue) = 218+17+49=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1131 is #25EECE. Grayscale: #505050. Windows color (decimal): -2485967 or 3215834. OLE color: 3215834.
HSL color Cylindrical-coordinate representation of color #DA1131: hue angle of 350.45º 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 #DA1131 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 49 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.15 |
| HSL | 350.45º | 0.86% | 0.46% | - |
| HSV(B) | 350.45º | 0.92% | 0.85% | - |
| XYZ | 29.67 | 15.53 | 4.34 | - |
| YUV | 80.75 | 110.09 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 49 | 0 | 0.92 | 0.78 | 0.15 | 350.45 | 0.86 | 0.46 |
| Hex | DA | 11 | 31 | 0 | 5C | 4E | F | 15E | 56 | 2E |
| Octal | 332 | 21 | 61 | 0 | 134 | 116 | 17 | 536 | 126 | 56 |
| Binary | 11011010 | 10001 | 110001 | 0 | 1011100 | 1001110 | 1111 | 101011110 | 1010110 | 101110 |
Color Harmonies of #DA1131
Complementary color
Monochromatic Colors of #DA1131
Black with #DA1131
Text Example
Text Example
White with #DA1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1131; }
p { color: rgb(218,17,49); }
H1.HeaderClassName
{
color: #DA1131;
}
.AnyTagClassName
{
color: #DA1131;
}
</style>
background-color css
<style>
a { background-color: #DA1131; }
a { background-color: rgb(218,17,49); }
div.DivClassName
{
background-color: #DA1131;
}
.BgClassName
{
background-color: #DA1131;
}
</style>
border-color css
<style>
span { border-color: #DA1131; }
span { border-color: rgb(218,17,49); }
td.TdClassName
{
border-color: #DA1131;
}
.TagClassName
{
border-color: #DA1131;
}
</style>