Shades of Crimson #DB1445
Tints of Crimson #DB1445
RGB
CMYK
RGB Variations
Color information
#DB1445 (or 0xDB1445) is known color: Crimson. HEX triplet: DB, 14 and 45. RGB value is (219,20,69). Sum of RGB (Red+Green+Blue) = 219+20+69=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1445 is #24EBBA. Grayscale: #555555. Windows color (decimal): -2419643 or 4527323. OLE color: 4527323.
HSL color Cylindrical-coordinate representation of color #DB1445: hue angle of 345.23º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1445 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 69 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.14 |
| HSL | 345.23º | 0.83% | 0.47% | - |
| HSV(B) | 345.23º | 0.91% | 0.86% | - |
| XYZ | 30.54 | 15.99 | 7.11 | - |
| YUV | 85.09 | 118.93 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 69 | 0 | 0.91 | 0.68 | 0.14 | 345.23 | 0.83 | 0.47 |
| Hex | DB | 14 | 45 | 0 | 5B | 44 | E | 159 | 53 | 2F |
| Octal | 333 | 24 | 105 | 0 | 133 | 104 | 16 | 531 | 123 | 57 |
| Binary | 11011011 | 10100 | 1000101 | 0 | 1011011 | 1000100 | 1110 | 101011001 | 1010011 | 101111 |
Color Harmonies of #DB1445
Complementary color
Monochromatic Colors of #DB1445
Black with #DB1445
Text Example
Text Example
White with #DB1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1445; }
p { color: rgb(219,20,69); }
H1.HeaderClassName
{
color: #DB1445;
}
.AnyTagClassName
{
color: #DB1445;
}
</style>
background-color css
<style>
a { background-color: #DB1445; }
a { background-color: rgb(219,20,69); }
div.DivClassName
{
background-color: #DB1445;
}
.BgClassName
{
background-color: #DB1445;
}
</style>
border-color css
<style>
span { border-color: #DB1445; }
span { border-color: rgb(219,20,69); }
td.TdClassName
{
border-color: #DB1445;
}
.TagClassName
{
border-color: #DB1445;
}
</style>