Shades of Crimson #DB1348
Tints of Crimson #DB1348
RGB
CMYK
RGB Variations
Color information
#DB1348 (or 0xDB1348) is known color: Crimson. HEX triplet: DB, 13 and 48. RGB value is (219,19,72). Sum of RGB (Red+Green+Blue) = 219+19+72=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1348 is #24ECB7. Grayscale: #545454. Windows color (decimal): -2419896 or 4723675. OLE color: 4723675.
HSL color Cylindrical-coordinate representation of color #DB1348: hue angle of 344.1º 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 #DB1348 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 72 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.14 |
| HSL | 344.1º | 0.84% | 0.47% | - |
| HSV(B) | 344.1º | 0.91% | 0.86% | - |
| XYZ | 30.62 | 15.99 | 7.6 | - |
| YUV | 84.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 72 | 0 | 0.91 | 0.67 | 0.14 | 344.1 | 0.84 | 0.47 |
| Hex | DB | 13 | 48 | 0 | 5B | 43 | E | 158 | 54 | 2F |
| Octal | 333 | 23 | 110 | 0 | 133 | 103 | 16 | 530 | 124 | 57 |
| Binary | 11011011 | 10011 | 1001000 | 0 | 1011011 | 1000011 | 1110 | 101011000 | 1010100 | 101111 |
Color Harmonies of #DB1348
Complementary color
Monochromatic Colors of #DB1348
Black with #DB1348
Text Example
Text Example
White with #DB1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1348; }
p { color: rgb(219,19,72); }
H1.HeaderClassName
{
color: #DB1348;
}
.AnyTagClassName
{
color: #DB1348;
}
</style>
background-color css
<style>
a { background-color: #DB1348; }
a { background-color: rgb(219,19,72); }
div.DivClassName
{
background-color: #DB1348;
}
.BgClassName
{
background-color: #DB1348;
}
</style>
border-color css
<style>
span { border-color: #DB1348; }
span { border-color: rgb(219,19,72); }
td.TdClassName
{
border-color: #DB1348;
}
.TagClassName
{
border-color: #DB1348;
}
</style>