Shades of Crimson #DA1132
Tints of Crimson #DA1132
RGB
CMYK
RGB Variations
Color information
#DA1132 (or 0xDA1132) is known color: Crimson. HEX triplet: DA, 11 and 32. RGB value is (218,17,50). Sum of RGB (Red+Green+Blue) = 218+17+50=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1132 is #25EECD. Grayscale: #505050. Windows color (decimal): -2485966 or 3281370. OLE color: 3281370.
HSL color Cylindrical-coordinate representation of color #DA1132: hue angle of 350.15º 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 #DA1132 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 50 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.15 |
| HSL | 350.15º | 0.86% | 0.46% | - |
| HSV(B) | 350.15º | 0.92% | 0.85% | - |
| XYZ | 29.69 | 15.54 | 4.45 | - |
| YUV | 80.86 | 110.59 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 50 | 0 | 0.92 | 0.77 | 0.15 | 350.15 | 0.86 | 0.46 |
| Hex | DA | 11 | 32 | 0 | 5C | 4D | F | 15E | 56 | 2E |
| Octal | 332 | 21 | 62 | 0 | 134 | 115 | 17 | 536 | 126 | 56 |
| Binary | 11011010 | 10001 | 110010 | 0 | 1011100 | 1001101 | 1111 | 101011110 | 1010110 | 101110 |
Color Harmonies of #DA1132
Complementary color
Monochromatic Colors of #DA1132
Black with #DA1132
Text Example
Text Example
White with #DA1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1132; }
p { color: rgb(218,17,50); }
H1.HeaderClassName
{
color: #DA1132;
}
.AnyTagClassName
{
color: #DA1132;
}
</style>
background-color css
<style>
a { background-color: #DA1132; }
a { background-color: rgb(218,17,50); }
div.DivClassName
{
background-color: #DA1132;
}
.BgClassName
{
background-color: #DA1132;
}
</style>
border-color css
<style>
span { border-color: #DA1132; }
span { border-color: rgb(218,17,50); }
td.TdClassName
{
border-color: #DA1132;
}
.TagClassName
{
border-color: #DA1132;
}
</style>