Shades of Crimson #DB0246
Tints of Crimson #DB0246
RGB
CMYK
RGB Variations
Color information
#DB0246 (or 0xDB0246) is known color: Crimson. HEX triplet: DB, 02 and 46. RGB value is (219,2,70). Sum of RGB (Red+Green+Blue) = 219+2+70=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0246 is #24FDB9. Grayscale: #4A4A4A. Windows color (decimal): -2424250 or 4588251. OLE color: 4588251.
HSL color Cylindrical-coordinate representation of color #DB0246: hue angle of 341.2º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0246 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.14 |
| HSL | 341.2º | 0.98% | 0.43% | - |
| HSV(B) | 341.2º | 0.99% | 0.86% | - |
| XYZ | 30.34 | 15.55 | 7.2 | - |
| YUV | 74.64 | 125.39 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 70 | 0 | 0.99 | 0.68 | 0.14 | 341.2 | 0.98 | 0.43 |
| Hex | DB | 2 | 46 | 0 | 63 | 44 | E | 155 | 62 | 2B |
| Octal | 333 | 2 | 106 | 0 | 143 | 104 | 16 | 525 | 142 | 53 |
| Binary | 11011011 | 10 | 1000110 | 0 | 1100011 | 1000100 | 1110 | 101010101 | 1100010 | 101011 |
Color Harmonies of #DB0246
Complementary color
Monochromatic Colors of #DB0246
Black with #DB0246
Text Example
Text Example
White with #DB0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0246; }
p { color: rgb(219,2,70); }
H1.HeaderClassName
{
color: #DB0246;
}
.AnyTagClassName
{
color: #DB0246;
}
</style>
background-color css
<style>
a { background-color: #DB0246; }
a { background-color: rgb(219,2,70); }
div.DivClassName
{
background-color: #DB0246;
}
.BgClassName
{
background-color: #DB0246;
}
</style>
border-color css
<style>
span { border-color: #DB0246; }
span { border-color: rgb(219,2,70); }
td.TdClassName
{
border-color: #DB0246;
}
.TagClassName
{
border-color: #DB0246;
}
</style>