Shades of Crimson #DB002D
Tints of Crimson #DB002D
RGB
CMYK
RGB Variations
Color information
#DB002D (or 0xDB002D) is known color: Crimson. HEX triplet: DB, 00 and 2D. RGB value is (219,0,45). Sum of RGB (Red+Green+Blue) = 219+0+45=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB002D is #24FFD2. Grayscale: #464646. Windows color (decimal): -2424787 or 2949339. OLE color: 2949339.
HSL color Cylindrical-coordinate representation of color #DB002D: hue angle of 347.67º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB002D is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.79 | 0.14 |
| HSL | 347.67º | 1% | 0.43% | - |
| HSV(B) | 347.67º | 1% | 0.86% | - |
| XYZ | 29.69 | 15.25 | 3.86 | - |
| YUV | 70.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 45 | 0 | 1 | 0.79 | 0.14 | 347.67 | 1 | 0.43 |
| Hex | DB | 0 | 2D | 0 | 64 | 4F | E | 15C | 64 | 2B |
| Octal | 333 | 0 | 55 | 0 | 144 | 117 | 16 | 534 | 144 | 53 |
| Binary | 11011011 | 0 | 101101 | 0 | 1100100 | 1001111 | 1110 | 101011100 | 1100100 | 101011 |
Color Harmonies of #DB002D
Complementary color
Monochromatic Colors of #DB002D
Black with #DB002D
Text Example
Text Example
White with #DB002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB002D; }
p { color: rgb(219,0,45); }
H1.HeaderClassName
{
color: #DB002D;
}
.AnyTagClassName
{
color: #DB002D;
}
</style>
background-color css
<style>
a { background-color: #DB002D; }
a { background-color: rgb(219,0,45); }
div.DivClassName
{
background-color: #DB002D;
}
.BgClassName
{
background-color: #DB002D;
}
</style>
border-color css
<style>
span { border-color: #DB002D; }
span { border-color: rgb(219,0,45); }
td.TdClassName
{
border-color: #DB002D;
}
.TagClassName
{
border-color: #DB002D;
}
</style>