Shades of Crimson #DB063D
Tints of Crimson #DB063D
RGB
CMYK
RGB Variations
Color information
#DB063D (or 0xDB063D) is known color: Crimson. HEX triplet: DB, 06 and 3D. RGB value is (219,6,61). Sum of RGB (Red+Green+Blue) = 219+6+61=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB063D is #24F9C2. Grayscale: #4B4B4B. Windows color (decimal): -2423235 or 3999451. OLE color: 3999451.
HSL color Cylindrical-coordinate representation of color #DB063D: hue angle of 344.51º 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 #DB063D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.14 |
| HSL | 344.51º | 0.95% | 0.44% | - |
| HSV(B) | 344.51º | 0.97% | 0.86% | - |
| XYZ | 30.12 | 15.53 | 5.82 | - |
| YUV | 75.96 | 119.57 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 61 | 0 | 0.97 | 0.72 | 0.14 | 344.51 | 0.95 | 0.44 |
| Hex | DB | 6 | 3D | 0 | 61 | 48 | E | 159 | 5F | 2C |
| Octal | 333 | 6 | 75 | 0 | 141 | 110 | 16 | 531 | 137 | 54 |
| Binary | 11011011 | 110 | 111101 | 0 | 1100001 | 1001000 | 1110 | 101011001 | 1011111 | 101100 |
Color Harmonies of #DB063D
Complementary color
Monochromatic Colors of #DB063D
Black with #DB063D
Text Example
Text Example
White with #DB063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB063D; }
p { color: rgb(219,6,61); }
H1.HeaderClassName
{
color: #DB063D;
}
.AnyTagClassName
{
color: #DB063D;
}
</style>
background-color css
<style>
a { background-color: #DB063D; }
a { background-color: rgb(219,6,61); }
div.DivClassName
{
background-color: #DB063D;
}
.BgClassName
{
background-color: #DB063D;
}
</style>
border-color css
<style>
span { border-color: #DB063D; }
span { border-color: rgb(219,6,61); }
td.TdClassName
{
border-color: #DB063D;
}
.TagClassName
{
border-color: #DB063D;
}
</style>