Shades of Crimson #DB1B34
Tints of Crimson #DB1B34
RGB
CMYK
RGB Variations
Color information
#DB1B34 (or 0xDB1B34) is known color: Crimson. HEX triplet: DB, 1B and 34. RGB value is (219,27,52). Sum of RGB (Red+Green+Blue) = 219+27+52=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B34 is #24E4CB. Grayscale: #575757. Windows color (decimal): -2417868 or 3415003. OLE color: 3415003.
HSL color Cylindrical-coordinate representation of color #DB1B34: hue angle of 352.19º 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 #DB1B34 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 52 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.14 |
| HSL | 352.19º | 0.78% | 0.48% | - |
| HSV(B) | 352.19º | 0.88% | 0.86% | - |
| XYZ | 30.23 | 16.09 | 4.76 | - |
| YUV | 87.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 52 | 0 | 0.88 | 0.76 | 0.14 | 352.19 | 0.78 | 0.48 |
| Hex | DB | 1B | 34 | 0 | 58 | 4C | E | 160 | 4E | 30 |
| Octal | 333 | 33 | 64 | 0 | 130 | 114 | 16 | 540 | 116 | 60 |
| Binary | 11011011 | 11011 | 110100 | 0 | 1011000 | 1001100 | 1110 | 101100000 | 1001110 | 110000 |
Color Harmonies of #DB1B34
Complementary color
Monochromatic Colors of #DB1B34
Black with #DB1B34
Text Example
Text Example
White with #DB1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B34; }
p { color: rgb(219,27,52); }
H1.HeaderClassName
{
color: #DB1B34;
}
.AnyTagClassName
{
color: #DB1B34;
}
</style>
background-color css
<style>
a { background-color: #DB1B34; }
a { background-color: rgb(219,27,52); }
div.DivClassName
{
background-color: #DB1B34;
}
.BgClassName
{
background-color: #DB1B34;
}
</style>
border-color css
<style>
span { border-color: #DB1B34; }
span { border-color: rgb(219,27,52); }
td.TdClassName
{
border-color: #DB1B34;
}
.TagClassName
{
border-color: #DB1B34;
}
</style>