Shades of Crimson #DB022D
Tints of Crimson #DB022D
RGB
CMYK
RGB Variations
Color information
#DB022D (or 0xDB022D) is known color: Crimson. HEX triplet: DB, 02 and 2D. RGB value is (219,2,45). Sum of RGB (Red+Green+Blue) = 219+2+45=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB022D is #24FDD2. Grayscale: #474747. Windows color (decimal): -2424275 or 2949851. OLE color: 2949851.
HSL color Cylindrical-coordinate representation of color #DB022D: hue angle of 348.11º 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 #DB022D is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.14 |
| HSL | 348.11º | 0.98% | 0.43% | - |
| HSV(B) | 348.11º | 0.99% | 0.86% | - |
| XYZ | 29.71 | 15.29 | 3.87 | - |
| YUV | 71.79 | 112.89 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 45 | 0 | 0.99 | 0.79 | 0.14 | 348.11 | 0.98 | 0.43 |
| Hex | DB | 2 | 2D | 0 | 63 | 4F | E | 15C | 62 | 2B |
| Octal | 333 | 2 | 55 | 0 | 143 | 117 | 16 | 534 | 142 | 53 |
| Binary | 11011011 | 10 | 101101 | 0 | 1100011 | 1001111 | 1110 | 101011100 | 1100010 | 101011 |
Color Harmonies of #DB022D
Complementary color
Monochromatic Colors of #DB022D
Black with #DB022D
Text Example
Text Example
White with #DB022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB022D; }
p { color: rgb(219,2,45); }
H1.HeaderClassName
{
color: #DB022D;
}
.AnyTagClassName
{
color: #DB022D;
}
</style>
background-color css
<style>
a { background-color: #DB022D; }
a { background-color: rgb(219,2,45); }
div.DivClassName
{
background-color: #DB022D;
}
.BgClassName
{
background-color: #DB022D;
}
</style>
border-color css
<style>
span { border-color: #DB022D; }
span { border-color: rgb(219,2,45); }
td.TdClassName
{
border-color: #DB022D;
}
.TagClassName
{
border-color: #DB022D;
}
</style>