Shades of Crimson #DA1635
Tints of Crimson #DA1635
RGB
CMYK
RGB Variations
Color information
#DA1635 (or 0xDA1635) is known color: Crimson. HEX triplet: DA, 16 and 35. RGB value is (218,22,53). Sum of RGB (Red+Green+Blue) = 218+22+53=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1635 is #25E9CA. Grayscale: #545454. Windows color (decimal): -2484683 or 3479258. OLE color: 3479258.
HSL color Cylindrical-coordinate representation of color #DA1635: hue angle of 350.51º 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 #DA1635 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 53 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.15 |
| HSL | 350.51º | 0.82% | 0.47% | - |
| HSV(B) | 350.51º | 0.9% | 0.85% | - |
| XYZ | 29.84 | 15.74 | 4.83 | - |
| YUV | 84.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 53 | 0 | 0.90 | 0.76 | 0.15 | 350.51 | 0.82 | 0.47 |
| Hex | DA | 16 | 35 | 0 | 5A | 4C | F | 15F | 52 | 2F |
| Octal | 332 | 26 | 65 | 0 | 132 | 114 | 17 | 537 | 122 | 57 |
| Binary | 11011010 | 10110 | 110101 | 0 | 1011010 | 1001100 | 1111 | 101011111 | 1010010 | 101111 |
Color Harmonies of #DA1635
Complementary color
Monochromatic Colors of #DA1635
Black with #DA1635
Text Example
Text Example
White with #DA1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1635; }
p { color: rgb(218,22,53); }
H1.HeaderClassName
{
color: #DA1635;
}
.AnyTagClassName
{
color: #DA1635;
}
</style>
background-color css
<style>
a { background-color: #DA1635; }
a { background-color: rgb(218,22,53); }
div.DivClassName
{
background-color: #DA1635;
}
.BgClassName
{
background-color: #DA1635;
}
</style>
border-color css
<style>
span { border-color: #DA1635; }
span { border-color: rgb(218,22,53); }
td.TdClassName
{
border-color: #DA1635;
}
.TagClassName
{
border-color: #DA1635;
}
</style>