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