Shades of Crimson #DB1C34
Tints of Crimson #DB1C34
RGB
CMYK
RGB Variations
Color information
#DB1C34 (or 0xDB1C34) is known color: Crimson. HEX triplet: DB, 1C and 34. RGB value is (219,28,52). Sum of RGB (Red+Green+Blue) = 219+28+52=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C34 is #24E3CB. Grayscale: #575757. Windows color (decimal): -2417612 or 3415259. OLE color: 3415259.
HSL color Cylindrical-coordinate representation of color #DB1C34: hue angle of 352.46º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C34 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 52 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.14 |
| HSL | 352.46º | 0.77% | 0.48% | - |
| HSV(B) | 352.46º | 0.87% | 0.86% | - |
| XYZ | 30.25 | 16.14 | 4.77 | - |
| YUV | 87.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 52 | 0 | 0.87 | 0.76 | 0.14 | 352.46 | 0.77 | 0.48 |
| Hex | DB | 1C | 34 | 0 | 57 | 4C | E | 160 | 4D | 30 |
| Octal | 333 | 34 | 64 | 0 | 127 | 114 | 16 | 540 | 115 | 60 |
| Binary | 11011011 | 11100 | 110100 | 0 | 1010111 | 1001100 | 1110 | 101100000 | 1001101 | 110000 |
Color Harmonies of #DB1C34
Complementary color
Monochromatic Colors of #DB1C34
Black with #DB1C34
Text Example
Text Example
White with #DB1C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C34; }
p { color: rgb(219,28,52); }
H1.HeaderClassName
{
color: #DB1C34;
}
.AnyTagClassName
{
color: #DB1C34;
}
</style>
background-color css
<style>
a { background-color: #DB1C34; }
a { background-color: rgb(219,28,52); }
div.DivClassName
{
background-color: #DB1C34;
}
.BgClassName
{
background-color: #DB1C34;
}
</style>
border-color css
<style>
span { border-color: #DB1C34; }
span { border-color: rgb(219,28,52); }
td.TdClassName
{
border-color: #DB1C34;
}
.TagClassName
{
border-color: #DB1C34;
}
</style>