Shades of Crimson #DB1330
Tints of Crimson #DB1330
RGB
CMYK
RGB Variations
Color information
#DB1330 (or 0xDB1330) is known color: Crimson. HEX triplet: DB, 13 and 30. RGB value is (219,19,48). Sum of RGB (Red+Green+Blue) = 219+19+48=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1330 is #24ECCF. Grayscale: #525252. Windows color (decimal): -2419920 or 3150811. OLE color: 3150811.
HSL color Cylindrical-coordinate representation of color #DB1330: hue angle of 351.3º 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 #DB1330 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.14 |
| HSL | 351.3º | 0.84% | 0.47% | - |
| HSV(B) | 351.3º | 0.91% | 0.86% | - |
| XYZ | 29.98 | 15.74 | 4.25 | - |
| YUV | 82.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 48 | 0 | 0.91 | 0.78 | 0.14 | 351.3 | 0.84 | 0.47 |
| Hex | DB | 13 | 30 | 0 | 5B | 4E | E | 15F | 54 | 2F |
| Octal | 333 | 23 | 60 | 0 | 133 | 116 | 16 | 537 | 124 | 57 |
| Binary | 11011011 | 10011 | 110000 | 0 | 1011011 | 1001110 | 1110 | 101011111 | 1010100 | 101111 |
Color Harmonies of #DB1330
Complementary color
Monochromatic Colors of #DB1330
Black with #DB1330
Text Example
Text Example
White with #DB1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1330; }
p { color: rgb(219,19,48); }
H1.HeaderClassName
{
color: #DB1330;
}
.AnyTagClassName
{
color: #DB1330;
}
</style>
background-color css
<style>
a { background-color: #DB1330; }
a { background-color: rgb(219,19,48); }
div.DivClassName
{
background-color: #DB1330;
}
.BgClassName
{
background-color: #DB1330;
}
</style>
border-color css
<style>
span { border-color: #DB1330; }
span { border-color: rgb(219,19,48); }
td.TdClassName
{
border-color: #DB1330;
}
.TagClassName
{
border-color: #DB1330;
}
</style>