Shades of Crimson #DB062D
Tints of Crimson #DB062D
RGB
CMYK
RGB Variations
Color information
#DB062D (or 0xDB062D) is known color: Crimson. HEX triplet: DB, 06 and 2D. RGB value is (219,6,45). Sum of RGB (Red+Green+Blue) = 219+6+45=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB062D is #24F9D2. Grayscale: #4A4A4A. Windows color (decimal): -2423251 or 2950875. OLE color: 2950875.
HSL color Cylindrical-coordinate representation of color #DB062D: hue angle of 349.01º degrees, saturation: 0.95, 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 #DB062D is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.14 |
| HSL | 349.01º | 0.95% | 0.44% | - |
| HSV(B) | 349.01º | 0.97% | 0.86% | - |
| XYZ | 29.75 | 15.38 | 3.88 | - |
| YUV | 74.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 45 | 0 | 0.97 | 0.79 | 0.14 | 349.01 | 0.95 | 0.44 |
| Hex | DB | 6 | 2D | 0 | 61 | 4F | E | 15D | 5F | 2C |
| Octal | 333 | 6 | 55 | 0 | 141 | 117 | 16 | 535 | 137 | 54 |
| Binary | 11011011 | 110 | 101101 | 0 | 1100001 | 1001111 | 1110 | 101011101 | 1011111 | 101100 |
Color Harmonies of #DB062D
Complementary color
Monochromatic Colors of #DB062D
Black with #DB062D
Text Example
Text Example
White with #DB062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB062D; }
p { color: rgb(219,6,45); }
H1.HeaderClassName
{
color: #DB062D;
}
.AnyTagClassName
{
color: #DB062D;
}
</style>
background-color css
<style>
a { background-color: #DB062D; }
a { background-color: rgb(219,6,45); }
div.DivClassName
{
background-color: #DB062D;
}
.BgClassName
{
background-color: #DB062D;
}
</style>
border-color css
<style>
span { border-color: #DB062D; }
span { border-color: rgb(219,6,45); }
td.TdClassName
{
border-color: #DB062D;
}
.TagClassName
{
border-color: #DB062D;
}
</style>