Shades of Crimson #DB1641
Tints of Crimson #DB1641
RGB
CMYK
RGB Variations
Color information
#DB1641 (or 0xDB1641) is known color: Crimson. HEX triplet: DB, 16 and 41. RGB value is (219,22,65). Sum of RGB (Red+Green+Blue) = 219+22+65=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1641 is #24E9BE. Grayscale: #555555. Windows color (decimal): -2419135 or 4265691. OLE color: 4265691.
HSL color Cylindrical-coordinate representation of color #DB1641: hue angle of 346.9º 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 #DB1641 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 65 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.14 |
| HSL | 346.9º | 0.82% | 0.47% | - |
| HSV(B) | 346.9º | 0.9% | 0.86% | - |
| XYZ | 30.45 | 16.02 | 6.49 | - |
| YUV | 85.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 65 | 0 | 0.90 | 0.70 | 0.14 | 346.9 | 0.82 | 0.47 |
| Hex | DB | 16 | 41 | 0 | 5A | 46 | E | 15B | 52 | 2F |
| Octal | 333 | 26 | 101 | 0 | 132 | 106 | 16 | 533 | 122 | 57 |
| Binary | 11011011 | 10110 | 1000001 | 0 | 1011010 | 1000110 | 1110 | 101011011 | 1010010 | 101111 |
Color Harmonies of #DB1641
Complementary color
Monochromatic Colors of #DB1641
Black with #DB1641
Text Example
Text Example
White with #DB1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1641; }
p { color: rgb(219,22,65); }
H1.HeaderClassName
{
color: #DB1641;
}
.AnyTagClassName
{
color: #DB1641;
}
</style>
background-color css
<style>
a { background-color: #DB1641; }
a { background-color: rgb(219,22,65); }
div.DivClassName
{
background-color: #DB1641;
}
.BgClassName
{
background-color: #DB1641;
}
</style>
border-color css
<style>
span { border-color: #DB1641; }
span { border-color: rgb(219,22,65); }
td.TdClassName
{
border-color: #DB1641;
}
.TagClassName
{
border-color: #DB1641;
}
</style>