Shades of Crimson #DB1635
Tints of Crimson #DB1635
RGB
CMYK
RGB Variations
Color information
#DB1635 (or 0xDB1635) is known color: Crimson. HEX triplet: DB, 16 and 35. RGB value is (219,22,53). Sum of RGB (Red+Green+Blue) = 219+22+53=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1635 is #24E9CA. Grayscale: #545454. Windows color (decimal): -2419147 or 3479259. OLE color: 3479259.
HSL color Cylindrical-coordinate representation of color #DB1635: hue angle of 350.56º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1635 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 53 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.14 |
| HSL | 350.56º | 0.82% | 0.47% | - |
| HSV(B) | 350.56º | 0.9% | 0.86% | - |
| XYZ | 30.14 | 15.89 | 4.85 | - |
| YUV | 84.44 | 110.27 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 53 | 0 | 0.90 | 0.76 | 0.14 | 350.56 | 0.82 | 0.47 |
| Hex | DB | 16 | 35 | 0 | 5A | 4C | E | 15F | 52 | 2F |
| Octal | 333 | 26 | 65 | 0 | 132 | 114 | 16 | 537 | 122 | 57 |
| Binary | 11011011 | 10110 | 110101 | 0 | 1011010 | 1001100 | 1110 | 101011111 | 1010010 | 101111 |
Color Harmonies of #DB1635
Complementary color
Monochromatic Colors of #DB1635
Black with #DB1635
Text Example
Text Example
White with #DB1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1635; }
p { color: rgb(219,22,53); }
H1.HeaderClassName
{
color: #DB1635;
}
.AnyTagClassName
{
color: #DB1635;
}
</style>
background-color css
<style>
a { background-color: #DB1635; }
a { background-color: rgb(219,22,53); }
div.DivClassName
{
background-color: #DB1635;
}
.BgClassName
{
background-color: #DB1635;
}
</style>
border-color css
<style>
span { border-color: #DB1635; }
span { border-color: rgb(219,22,53); }
td.TdClassName
{
border-color: #DB1635;
}
.TagClassName
{
border-color: #DB1635;
}
</style>