Shades of Crimson #DB163A
Tints of Crimson #DB163A
RGB
CMYK
RGB Variations
Color information
#DB163A (or 0xDB163A) is known color: Crimson. HEX triplet: DB, 16 and 3A. RGB value is (219,22,58). Sum of RGB (Red+Green+Blue) = 219+22+58=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB163A is #24E9C5. Grayscale: #555555. Windows color (decimal): -2419142 or 3806939. OLE color: 3806939.
HSL color Cylindrical-coordinate representation of color #DB163A: hue angle of 349.04º 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 #DB163A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 58 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.14 |
| HSL | 349.04º | 0.82% | 0.47% | - |
| HSV(B) | 349.04º | 0.9% | 0.86% | - |
| XYZ | 30.26 | 15.94 | 5.48 | - |
| YUV | 85.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 58 | 0 | 0.90 | 0.74 | 0.14 | 349.04 | 0.82 | 0.47 |
| Hex | DB | 16 | 3A | 0 | 5A | 4A | E | 15D | 52 | 2F |
| Octal | 333 | 26 | 72 | 0 | 132 | 112 | 16 | 535 | 122 | 57 |
| Binary | 11011011 | 10110 | 111010 | 0 | 1011010 | 1001010 | 1110 | 101011101 | 1010010 | 101111 |
Color Harmonies of #DB163A
Complementary color
Monochromatic Colors of #DB163A
Black with #DB163A
Text Example
Text Example
White with #DB163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB163A; }
p { color: rgb(219,22,58); }
H1.HeaderClassName
{
color: #DB163A;
}
.AnyTagClassName
{
color: #DB163A;
}
</style>
background-color css
<style>
a { background-color: #DB163A; }
a { background-color: rgb(219,22,58); }
div.DivClassName
{
background-color: #DB163A;
}
.BgClassName
{
background-color: #DB163A;
}
</style>
border-color css
<style>
span { border-color: #DB163A; }
span { border-color: rgb(219,22,58); }
td.TdClassName
{
border-color: #DB163A;
}
.TagClassName
{
border-color: #DB163A;
}
</style>