Shades of Crimson #DB072F
Tints of Crimson #DB072F
RGB
CMYK
RGB Variations
Color information
#DB072F (or 0xDB072F) is known color: Crimson. HEX triplet: DB, 07 and 2F. RGB value is (219,7,47). Sum of RGB (Red+Green+Blue) = 219+7+47=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB072F is #24F8D0. Grayscale: #4B4B4B. Windows color (decimal): -2422993 or 3082203. OLE color: 3082203.
HSL color Cylindrical-coordinate representation of color #DB072F: hue angle of 348.68º 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 #DB072F is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.14 |
| HSL | 348.68º | 0.94% | 0.44% | - |
| HSV(B) | 348.68º | 0.97% | 0.86% | - |
| XYZ | 29.8 | 15.42 | 4.09 | - |
| YUV | 74.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 47 | 0 | 0.97 | 0.79 | 0.14 | 348.68 | 0.94 | 0.44 |
| Hex | DB | 7 | 2F | 0 | 61 | 4F | E | 15D | 5E | 2C |
| Octal | 333 | 7 | 57 | 0 | 141 | 117 | 16 | 535 | 136 | 54 |
| Binary | 11011011 | 111 | 101111 | 0 | 1100001 | 1001111 | 1110 | 101011101 | 1011110 | 101100 |
Color Harmonies of #DB072F
Complementary color
Monochromatic Colors of #DB072F
Black with #DB072F
Text Example
Text Example
White with #DB072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB072F; }
p { color: rgb(219,7,47); }
H1.HeaderClassName
{
color: #DB072F;
}
.AnyTagClassName
{
color: #DB072F;
}
</style>
background-color css
<style>
a { background-color: #DB072F; }
a { background-color: rgb(219,7,47); }
div.DivClassName
{
background-color: #DB072F;
}
.BgClassName
{
background-color: #DB072F;
}
</style>
border-color css
<style>
span { border-color: #DB072F; }
span { border-color: rgb(219,7,47); }
td.TdClassName
{
border-color: #DB072F;
}
.TagClassName
{
border-color: #DB072F;
}
</style>