Shades of Crimson #DB1B3C
Tints of Crimson #DB1B3C
RGB
CMYK
RGB Variations
Color information
#DB1B3C (or 0xDB1B3C) is known color: Crimson. HEX triplet: DB, 1B and 3C. RGB value is (219,27,60). Sum of RGB (Red+Green+Blue) = 219+27+60=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B3C is #24E4C3. Grayscale: #585858. Windows color (decimal): -2417860 or 3939291. OLE color: 3939291.
HSL color Cylindrical-coordinate representation of color #DB1B3C: hue angle of 349.69º 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 #DB1B3C is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 60 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.14 |
| HSL | 349.69º | 0.78% | 0.48% | - |
| HSV(B) | 349.69º | 0.88% | 0.86% | - |
| XYZ | 30.42 | 16.17 | 5.79 | - |
| YUV | 88.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 60 | 0 | 0.88 | 0.73 | 0.14 | 349.69 | 0.78 | 0.48 |
| Hex | DB | 1B | 3C | 0 | 58 | 49 | E | 15E | 4E | 30 |
| Octal | 333 | 33 | 74 | 0 | 130 | 111 | 16 | 536 | 116 | 60 |
| Binary | 11011011 | 11011 | 111100 | 0 | 1011000 | 1001001 | 1110 | 101011110 | 1001110 | 110000 |
Color Harmonies of #DB1B3C
Complementary color
Monochromatic Colors of #DB1B3C
Black with #DB1B3C
Text Example
Text Example
White with #DB1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B3C; }
p { color: rgb(219,27,60); }
H1.HeaderClassName
{
color: #DB1B3C;
}
.AnyTagClassName
{
color: #DB1B3C;
}
</style>
background-color css
<style>
a { background-color: #DB1B3C; }
a { background-color: rgb(219,27,60); }
div.DivClassName
{
background-color: #DB1B3C;
}
.BgClassName
{
background-color: #DB1B3C;
}
</style>
border-color css
<style>
span { border-color: #DB1B3C; }
span { border-color: rgb(219,27,60); }
td.TdClassName
{
border-color: #DB1B3C;
}
.TagClassName
{
border-color: #DB1B3C;
}
</style>