Shades of Crimson #DB1346
Tints of Crimson #DB1346
RGB
CMYK
RGB Variations
Color information
#DB1346 (or 0xDB1346) is known color: Crimson. HEX triplet: DB, 13 and 46. RGB value is (219,19,70). Sum of RGB (Red+Green+Blue) = 219+19+70=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1346 is #24ECB9. Grayscale: #545454. Windows color (decimal): -2419898 or 4592603. OLE color: 4592603.
HSL color Cylindrical-coordinate representation of color #DB1346: hue angle of 344.7º 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 #DB1346 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 70 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.14 |
| HSL | 344.7º | 0.84% | 0.47% | - |
| HSV(B) | 344.7º | 0.91% | 0.86% | - |
| XYZ | 30.55 | 15.97 | 7.27 | - |
| YUV | 84.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 70 | 0 | 0.91 | 0.68 | 0.14 | 344.7 | 0.84 | 0.47 |
| Hex | DB | 13 | 46 | 0 | 5B | 44 | E | 159 | 54 | 2F |
| Octal | 333 | 23 | 106 | 0 | 133 | 104 | 16 | 531 | 124 | 57 |
| Binary | 11011011 | 10011 | 1000110 | 0 | 1011011 | 1000100 | 1110 | 101011001 | 1010100 | 101111 |
Color Harmonies of #DB1346
Complementary color
Monochromatic Colors of #DB1346
Black with #DB1346
Text Example
Text Example
White with #DB1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1346; }
p { color: rgb(219,19,70); }
H1.HeaderClassName
{
color: #DB1346;
}
.AnyTagClassName
{
color: #DB1346;
}
</style>
background-color css
<style>
a { background-color: #DB1346; }
a { background-color: rgb(219,19,70); }
div.DivClassName
{
background-color: #DB1346;
}
.BgClassName
{
background-color: #DB1346;
}
</style>
border-color css
<style>
span { border-color: #DB1346; }
span { border-color: rgb(219,19,70); }
td.TdClassName
{
border-color: #DB1346;
}
.TagClassName
{
border-color: #DB1346;
}
</style>