Shades of Crimson #DA1633
Tints of Crimson #DA1633
RGB
CMYK
RGB Variations
Color information
#DA1633 (or 0xDA1633) is known color: Crimson. HEX triplet: DA, 16 and 33. RGB value is (218,22,51). Sum of RGB (Red+Green+Blue) = 218+22+51=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1633 is #25E9CC. Grayscale: #535353. Windows color (decimal): -2484685 or 3348186. OLE color: 3348186.
HSL color Cylindrical-coordinate representation of color #DA1633: hue angle of 351.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1633 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 51 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.15 |
| HSL | 351.12º | 0.82% | 0.47% | - |
| HSV(B) | 351.12º | 0.9% | 0.85% | - |
| XYZ | 29.8 | 15.72 | 4.6 | - |
| YUV | 83.91 | 109.43 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 51 | 0 | 0.90 | 0.77 | 0.15 | 351.12 | 0.82 | 0.47 |
| Hex | DA | 16 | 33 | 0 | 5A | 4D | F | 15F | 52 | 2F |
| Octal | 332 | 26 | 63 | 0 | 132 | 115 | 17 | 537 | 122 | 57 |
| Binary | 11011010 | 10110 | 110011 | 0 | 1011010 | 1001101 | 1111 | 101011111 | 1010010 | 101111 |
Color Harmonies of #DA1633
Complementary color
Monochromatic Colors of #DA1633
Black with #DA1633
Text Example
Text Example
White with #DA1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1633; }
p { color: rgb(218,22,51); }
H1.HeaderClassName
{
color: #DA1633;
}
.AnyTagClassName
{
color: #DA1633;
}
</style>
background-color css
<style>
a { background-color: #DA1633; }
a { background-color: rgb(218,22,51); }
div.DivClassName
{
background-color: #DA1633;
}
.BgClassName
{
background-color: #DA1633;
}
</style>
border-color css
<style>
span { border-color: #DA1633; }
span { border-color: rgb(218,22,51); }
td.TdClassName
{
border-color: #DA1633;
}
.TagClassName
{
border-color: #DA1633;
}
</style>