Shades of Crimson #DB002C
Tints of Crimson #DB002C
RGB
CMYK
RGB Variations
Color information
#DB002C (or 0xDB002C) is known color: Crimson. HEX triplet: DB, 00 and 2C. RGB value is (219,0,44). Sum of RGB (Red+Green+Blue) = 219+0+44=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB002C is #24FFD3. Grayscale: #464646. Windows color (decimal): -2424788 or 2883803. OLE color: 2883803.
HSL color Cylindrical-coordinate representation of color #DB002C: hue angle of 347.95º 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 #DB002C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.80 | 0.14 |
| HSL | 347.95º | 1% | 0.43% | - |
| HSV(B) | 347.95º | 1% | 0.86% | - |
| XYZ | 29.67 | 15.24 | 3.76 | - |
| YUV | 70.5 | 113.05 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 44 | 0 | 1 | 0.80 | 0.14 | 347.95 | 1 | 0.43 |
| Hex | DB | 0 | 2C | 0 | 64 | 50 | E | 15C | 64 | 2B |
| Octal | 333 | 0 | 54 | 0 | 144 | 120 | 16 | 534 | 144 | 53 |
| Binary | 11011011 | 0 | 101100 | 0 | 1100100 | 1010000 | 1110 | 101011100 | 1100100 | 101011 |
Color Harmonies of #DB002C
Complementary color
Monochromatic Colors of #DB002C
Black with #DB002C
Text Example
Text Example
White with #DB002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB002C; }
p { color: rgb(219,0,44); }
H1.HeaderClassName
{
color: #DB002C;
}
.AnyTagClassName
{
color: #DB002C;
}
</style>
background-color css
<style>
a { background-color: #DB002C; }
a { background-color: rgb(219,0,44); }
div.DivClassName
{
background-color: #DB002C;
}
.BgClassName
{
background-color: #DB002C;
}
</style>
border-color css
<style>
span { border-color: #DB002C; }
span { border-color: rgb(219,0,44); }
td.TdClassName
{
border-color: #DB002C;
}
.TagClassName
{
border-color: #DB002C;
}
</style>