Shades of Crimson #DB072C
Tints of Crimson #DB072C
RGB
CMYK
RGB Variations
Color information
#DB072C (or 0xDB072C) is known color: Crimson. HEX triplet: DB, 07 and 2C. RGB value is (219,7,44). Sum of RGB (Red+Green+Blue) = 219+7+44=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB072C is #24F8D3. Grayscale: #4A4A4A. Windows color (decimal): -2422996 or 2885595. OLE color: 2885595.
HSL color Cylindrical-coordinate representation of color #DB072C: hue angle of 349.53º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB072C is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.14 |
| HSL | 349.53º | 0.94% | 0.44% | - |
| HSV(B) | 349.53º | 0.97% | 0.86% | - |
| XYZ | 29.74 | 15.39 | 3.79 | - |
| YUV | 74.61 | 110.74 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 44 | 0 | 0.97 | 0.80 | 0.14 | 349.53 | 0.94 | 0.44 |
| Hex | DB | 7 | 2C | 0 | 61 | 50 | E | 15E | 5E | 2C |
| Octal | 333 | 7 | 54 | 0 | 141 | 120 | 16 | 536 | 136 | 54 |
| Binary | 11011011 | 111 | 101100 | 0 | 1100001 | 1010000 | 1110 | 101011110 | 1011110 | 101100 |
Color Harmonies of #DB072C
Complementary color
Monochromatic Colors of #DB072C
Black with #DB072C
Text Example
Text Example
White with #DB072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB072C; }
p { color: rgb(219,7,44); }
H1.HeaderClassName
{
color: #DB072C;
}
.AnyTagClassName
{
color: #DB072C;
}
</style>
background-color css
<style>
a { background-color: #DB072C; }
a { background-color: rgb(219,7,44); }
div.DivClassName
{
background-color: #DB072C;
}
.BgClassName
{
background-color: #DB072C;
}
</style>
border-color css
<style>
span { border-color: #DB072C; }
span { border-color: rgb(219,7,44); }
td.TdClassName
{
border-color: #DB072C;
}
.TagClassName
{
border-color: #DB072C;
}
</style>