Shades of Crimson #DB002A
Tints of Crimson #DB002A
RGB
CMYK
RGB Variations
Color information
#DB002A (or 0xDB002A) is known color: Crimson. HEX triplet: DB, 00 and 2A. RGB value is (219,0,42). Sum of RGB (Red+Green+Blue) = 219+0+42=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB002A is #24FFD5. Grayscale: #464646. Windows color (decimal): -2424790 or 2752731. OLE color: 2752731.
HSL color Cylindrical-coordinate representation of color #DB002A: hue angle of 348.49º 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 #DB002A is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.81 | 0.14 |
| HSL | 348.49º | 1% | 0.43% | - |
| HSV(B) | 348.49º | 1% | 0.86% | - |
| XYZ | 29.63 | 15.23 | 3.57 | - |
| YUV | 70.27 | 112.05 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 42 | 0 | 1 | 0.81 | 0.14 | 348.49 | 1 | 0.43 |
| Hex | DB | 0 | 2A | 0 | 64 | 51 | E | 15C | 64 | 2B |
| Octal | 333 | 0 | 52 | 0 | 144 | 121 | 16 | 534 | 144 | 53 |
| Binary | 11011011 | 0 | 101010 | 0 | 1100100 | 1010001 | 1110 | 101011100 | 1100100 | 101011 |
Color Harmonies of #DB002A
Complementary color
Monochromatic Colors of #DB002A
Black with #DB002A
Text Example
Text Example
White with #DB002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB002A; }
p { color: rgb(219,0,42); }
H1.HeaderClassName
{
color: #DB002A;
}
.AnyTagClassName
{
color: #DB002A;
}
</style>
background-color css
<style>
a { background-color: #DB002A; }
a { background-color: rgb(219,0,42); }
div.DivClassName
{
background-color: #DB002A;
}
.BgClassName
{
background-color: #DB002A;
}
</style>
border-color css
<style>
span { border-color: #DB002A; }
span { border-color: rgb(219,0,42); }
td.TdClassName
{
border-color: #DB002A;
}
.TagClassName
{
border-color: #DB002A;
}
</style>