Shades of Crimson #DB072A
Tints of Crimson #DB072A
RGB
CMYK
RGB Variations
Color information
#DB072A (or 0xDB072A) is known color: Crimson. HEX triplet: DB, 07 and 2A. RGB value is (219,7,42). Sum of RGB (Red+Green+Blue) = 219+7+42=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB072A is #24F8D5. Grayscale: #4A4A4A. Windows color (decimal): -2422998 or 2754523. OLE color: 2754523.
HSL color Cylindrical-coordinate representation of color #DB072A: hue angle of 350.09º 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 #DB072A is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 42 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.14 |
| HSL | 350.09º | 0.94% | 0.44% | - |
| HSV(B) | 350.09º | 0.97% | 0.86% | - |
| XYZ | 29.71 | 15.38 | 3.59 | - |
| YUV | 74.38 | 109.74 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 42 | 0 | 0.97 | 0.81 | 0.14 | 350.09 | 0.94 | 0.44 |
| Hex | DB | 7 | 2A | 0 | 61 | 51 | E | 15E | 5E | 2C |
| Octal | 333 | 7 | 52 | 0 | 141 | 121 | 16 | 536 | 136 | 54 |
| Binary | 11011011 | 111 | 101010 | 0 | 1100001 | 1010001 | 1110 | 101011110 | 1011110 | 101100 |
Color Harmonies of #DB072A
Complementary color
Monochromatic Colors of #DB072A
Black with #DB072A
Text Example
Text Example
White with #DB072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB072A; }
p { color: rgb(219,7,42); }
H1.HeaderClassName
{
color: #DB072A;
}
.AnyTagClassName
{
color: #DB072A;
}
</style>
background-color css
<style>
a { background-color: #DB072A; }
a { background-color: rgb(219,7,42); }
div.DivClassName
{
background-color: #DB072A;
}
.BgClassName
{
background-color: #DB072A;
}
</style>
border-color css
<style>
span { border-color: #DB072A; }
span { border-color: rgb(219,7,42); }
td.TdClassName
{
border-color: #DB072A;
}
.TagClassName
{
border-color: #DB072A;
}
</style>