Shades of Crimson #DB1E45
Tints of Crimson #DB1E45
RGB
CMYK
RGB Variations
Color information
#DB1E45 (or 0xDB1E45) is known color: Crimson. HEX triplet: DB, 1E and 45. RGB value is (219,30,69). Sum of RGB (Red+Green+Blue) = 219+30+69=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E45 is #24E1BA. Grayscale: #5A5A5A. Windows color (decimal): -2417083 or 4529883. OLE color: 4529883.
HSL color Cylindrical-coordinate representation of color #DB1E45: hue angle of 347.62º 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 #DB1E45 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 69 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.14 |
| HSL | 347.62º | 0.76% | 0.49% | - |
| HSV(B) | 347.62º | 0.86% | 0.86% | - |
| XYZ | 30.75 | 16.42 | 7.18 | - |
| YUV | 90.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 69 | 0 | 0.86 | 0.68 | 0.14 | 347.62 | 0.76 | 0.49 |
| Hex | DB | 1E | 45 | 0 | 56 | 44 | E | 15C | 4C | 31 |
| Octal | 333 | 36 | 105 | 0 | 126 | 104 | 16 | 534 | 114 | 61 |
| Binary | 11011011 | 11110 | 1000101 | 0 | 1010110 | 1000100 | 1110 | 101011100 | 1001100 | 110001 |
Color Harmonies of #DB1E45
Complementary color
Monochromatic Colors of #DB1E45
Black with #DB1E45
Text Example
Text Example
White with #DB1E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E45; }
p { color: rgb(219,30,69); }
H1.HeaderClassName
{
color: #DB1E45;
}
.AnyTagClassName
{
color: #DB1E45;
}
</style>
background-color css
<style>
a { background-color: #DB1E45; }
a { background-color: rgb(219,30,69); }
div.DivClassName
{
background-color: #DB1E45;
}
.BgClassName
{
background-color: #DB1E45;
}
</style>
border-color css
<style>
span { border-color: #DB1E45; }
span { border-color: rgb(219,30,69); }
td.TdClassName
{
border-color: #DB1E45;
}
.TagClassName
{
border-color: #DB1E45;
}
</style>