Shades of Crimson #DB1E3D
Tints of Crimson #DB1E3D
RGB
CMYK
RGB Variations
Color information
#DB1E3D (or 0xDB1E3D) is known color: Crimson. HEX triplet: DB, 1E and 3D. RGB value is (219,30,61). Sum of RGB (Red+Green+Blue) = 219+30+61=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E3D is #24E1C2. Grayscale: #5A5A5A. Windows color (decimal): -2417091 or 4005595. OLE color: 4005595.
HSL color Cylindrical-coordinate representation of color #DB1E3D: hue angle of 350.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E3D is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 61 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.14 |
| HSL | 350.16º | 0.76% | 0.49% | - |
| HSV(B) | 350.16º | 0.86% | 0.86% | - |
| XYZ | 30.52 | 16.33 | 5.96 | - |
| YUV | 90.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 61 | 0 | 0.86 | 0.72 | 0.14 | 350.16 | 0.76 | 0.49 |
| Hex | DB | 1E | 3D | 0 | 56 | 48 | E | 15E | 4C | 31 |
| Octal | 333 | 36 | 75 | 0 | 126 | 110 | 16 | 536 | 114 | 61 |
| Binary | 11011011 | 11110 | 111101 | 0 | 1010110 | 1001000 | 1110 | 101011110 | 1001100 | 110001 |
Color Harmonies of #DB1E3D
Complementary color
Monochromatic Colors of #DB1E3D
Black with #DB1E3D
Text Example
Text Example
White with #DB1E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E3D; }
p { color: rgb(219,30,61); }
H1.HeaderClassName
{
color: #DB1E3D;
}
.AnyTagClassName
{
color: #DB1E3D;
}
</style>
background-color css
<style>
a { background-color: #DB1E3D; }
a { background-color: rgb(219,30,61); }
div.DivClassName
{
background-color: #DB1E3D;
}
.BgClassName
{
background-color: #DB1E3D;
}
</style>
border-color css
<style>
span { border-color: #DB1E3D; }
span { border-color: rgb(219,30,61); }
td.TdClassName
{
border-color: #DB1E3D;
}
.TagClassName
{
border-color: #DB1E3D;
}
</style>