Shades of Crimson #DB1345
Tints of Crimson #DB1345
RGB
CMYK
RGB Variations
Color information
#DB1345 (or 0xDB1345) is known color: Crimson. HEX triplet: DB, 13 and 45. RGB value is (219,19,69). Sum of RGB (Red+Green+Blue) = 219+19+69=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1345 is #24ECBA. Grayscale: #545454. Windows color (decimal): -2419899 or 4527067. OLE color: 4527067.
HSL color Cylindrical-coordinate representation of color #DB1345: hue angle of 345º degrees, saturation: 0.84, 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 #DB1345 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 69 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.14 |
| HSL | 345º | 0.84% | 0.47% | - |
| HSV(B) | 345º | 0.91% | 0.86% | - |
| XYZ | 30.52 | 15.96 | 7.1 | - |
| YUV | 84.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 69 | 0 | 0.91 | 0.68 | 0.14 | 345 | 0.84 | 0.47 |
| Hex | DB | 13 | 45 | 0 | 5B | 44 | E | 159 | 54 | 2F |
| Octal | 333 | 23 | 105 | 0 | 133 | 104 | 16 | 531 | 124 | 57 |
| Binary | 11011011 | 10011 | 1000101 | 0 | 1011011 | 1000100 | 1110 | 101011001 | 1010100 | 101111 |
Color Harmonies of #DB1345
Complementary color
Monochromatic Colors of #DB1345
Black with #DB1345
Text Example
Text Example
White with #DB1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1345; }
p { color: rgb(219,19,69); }
H1.HeaderClassName
{
color: #DB1345;
}
.AnyTagClassName
{
color: #DB1345;
}
</style>
background-color css
<style>
a { background-color: #DB1345; }
a { background-color: rgb(219,19,69); }
div.DivClassName
{
background-color: #DB1345;
}
.BgClassName
{
background-color: #DB1345;
}
</style>
border-color css
<style>
span { border-color: #DB1345; }
span { border-color: rgb(219,19,69); }
td.TdClassName
{
border-color: #DB1345;
}
.TagClassName
{
border-color: #DB1345;
}
</style>