Shades of Crimson #DB1545
Tints of Crimson #DB1545
RGB
CMYK
RGB Variations
Color information
#DB1545 (or 0xDB1545) is known color: Crimson. HEX triplet: DB, 15 and 45. RGB value is (219,21,69). Sum of RGB (Red+Green+Blue) = 219+21+69=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1545 is #24EABA. Grayscale: #555555. Windows color (decimal): -2419387 or 4527579. OLE color: 4527579.
HSL color Cylindrical-coordinate representation of color #DB1545: hue angle of 345.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1545 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 69 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.14 |
| HSL | 345.45º | 0.83% | 0.47% | - |
| HSV(B) | 345.45º | 0.9% | 0.86% | - |
| XYZ | 30.56 | 16.03 | 7.11 | - |
| YUV | 85.67 | 118.6 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 69 | 0 | 0.90 | 0.68 | 0.14 | 345.45 | 0.83 | 0.47 |
| Hex | DB | 15 | 45 | 0 | 5A | 44 | E | 159 | 52 | 2F |
| Octal | 333 | 25 | 105 | 0 | 132 | 104 | 16 | 531 | 122 | 57 |
| Binary | 11011011 | 10101 | 1000101 | 0 | 1011010 | 1000100 | 1110 | 101011001 | 1010010 | 101111 |
Color Harmonies of #DB1545
Complementary color
Monochromatic Colors of #DB1545
Black with #DB1545
Text Example
Text Example
White with #DB1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1545; }
p { color: rgb(219,21,69); }
H1.HeaderClassName
{
color: #DB1545;
}
.AnyTagClassName
{
color: #DB1545;
}
</style>
background-color css
<style>
a { background-color: #DB1545; }
a { background-color: rgb(219,21,69); }
div.DivClassName
{
background-color: #DB1545;
}
.BgClassName
{
background-color: #DB1545;
}
</style>
border-color css
<style>
span { border-color: #DB1545; }
span { border-color: rgb(219,21,69); }
td.TdClassName
{
border-color: #DB1545;
}
.TagClassName
{
border-color: #DB1545;
}
</style>