Shades of Crimson #DB1B32
Tints of Crimson #DB1B32
RGB
CMYK
RGB Variations
Color information
#DB1B32 (or 0xDB1B32) is known color: Crimson. HEX triplet: DB, 1B and 32. RGB value is (219,27,50). Sum of RGB (Red+Green+Blue) = 219+27+50=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B32 is #24E4CD. Grayscale: #575757. Windows color (decimal): -2417870 or 3283931. OLE color: 3283931.
HSL color Cylindrical-coordinate representation of color #DB1B32: hue angle of 352.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B32 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 50 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.14 |
| HSL | 352.81º | 0.78% | 0.48% | - |
| HSV(B) | 352.81º | 0.88% | 0.86% | - |
| XYZ | 30.18 | 16.07 | 4.53 | - |
| YUV | 87.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 50 | 0 | 0.88 | 0.77 | 0.14 | 352.81 | 0.78 | 0.48 |
| Hex | DB | 1B | 32 | 0 | 58 | 4D | E | 161 | 4E | 30 |
| Octal | 333 | 33 | 62 | 0 | 130 | 115 | 16 | 541 | 116 | 60 |
| Binary | 11011011 | 11011 | 110010 | 0 | 1011000 | 1001101 | 1110 | 101100001 | 1001110 | 110000 |
Color Harmonies of #DB1B32
Complementary color
Monochromatic Colors of #DB1B32
Black with #DB1B32
Text Example
Text Example
White with #DB1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B32; }
p { color: rgb(219,27,50); }
H1.HeaderClassName
{
color: #DB1B32;
}
.AnyTagClassName
{
color: #DB1B32;
}
</style>
background-color css
<style>
a { background-color: #DB1B32; }
a { background-color: rgb(219,27,50); }
div.DivClassName
{
background-color: #DB1B32;
}
.BgClassName
{
background-color: #DB1B32;
}
</style>
border-color css
<style>
span { border-color: #DB1B32; }
span { border-color: rgb(219,27,50); }
td.TdClassName
{
border-color: #DB1B32;
}
.TagClassName
{
border-color: #DB1B32;
}
</style>