Shades of Crimson #DA1332
Tints of Crimson #DA1332
RGB
CMYK
RGB Variations
Color information
#DA1332 (or 0xDA1332) is known color: Crimson. HEX triplet: DA, 13 and 32. RGB value is (218,19,50). Sum of RGB (Red+Green+Blue) = 218+19+50=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1332 is #25ECCD. Grayscale: #525252. Windows color (decimal): -2485454 or 3281882. OLE color: 3281882.
HSL color Cylindrical-coordinate representation of color #DA1332: hue angle of 350.65º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1332 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 50 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.15 |
| HSL | 350.65º | 0.84% | 0.46% | - |
| HSV(B) | 350.65º | 0.91% | 0.85% | - |
| XYZ | 29.72 | 15.6 | 4.46 | - |
| YUV | 82.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 50 | 0 | 0.91 | 0.77 | 0.15 | 350.65 | 0.84 | 0.46 |
| Hex | DA | 13 | 32 | 0 | 5B | 4D | F | 15F | 54 | 2E |
| Octal | 332 | 23 | 62 | 0 | 133 | 115 | 17 | 537 | 124 | 56 |
| Binary | 11011010 | 10011 | 110010 | 0 | 1011011 | 1001101 | 1111 | 101011111 | 1010100 | 101110 |
Color Harmonies of #DA1332
Complementary color
Monochromatic Colors of #DA1332
Black with #DA1332
Text Example
Text Example
White with #DA1332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1332; }
p { color: rgb(218,19,50); }
H1.HeaderClassName
{
color: #DA1332;
}
.AnyTagClassName
{
color: #DA1332;
}
</style>
background-color css
<style>
a { background-color: #DA1332; }
a { background-color: rgb(218,19,50); }
div.DivClassName
{
background-color: #DA1332;
}
.BgClassName
{
background-color: #DA1332;
}
</style>
border-color css
<style>
span { border-color: #DA1332; }
span { border-color: rgb(218,19,50); }
td.TdClassName
{
border-color: #DA1332;
}
.TagClassName
{
border-color: #DA1332;
}
</style>