Shades of Crimson #DB063F
Tints of Crimson #DB063F
RGB
CMYK
RGB Variations
Color information
#DB063F (or 0xDB063F) is known color: Crimson. HEX triplet: DB, 06 and 3F. RGB value is (219,6,63). Sum of RGB (Red+Green+Blue) = 219+6+63=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB063F is #24F9C0. Grayscale: #4C4C4C. Windows color (decimal): -2423233 or 4130523. OLE color: 4130523.
HSL color Cylindrical-coordinate representation of color #DB063F: hue angle of 343.94º 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 #DB063F is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.14 |
| HSL | 343.94º | 0.95% | 0.44% | - |
| HSV(B) | 343.94º | 0.97% | 0.86% | - |
| XYZ | 30.18 | 15.55 | 6.11 | - |
| YUV | 76.19 | 120.57 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 63 | 0 | 0.97 | 0.71 | 0.14 | 343.94 | 0.95 | 0.44 |
| Hex | DB | 6 | 3F | 0 | 61 | 47 | E | 158 | 5F | 2C |
| Octal | 333 | 6 | 77 | 0 | 141 | 107 | 16 | 530 | 137 | 54 |
| Binary | 11011011 | 110 | 111111 | 0 | 1100001 | 1000111 | 1110 | 101011000 | 1011111 | 101100 |
Color Harmonies of #DB063F
Complementary color
Monochromatic Colors of #DB063F
Black with #DB063F
Text Example
Text Example
White with #DB063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB063F; }
p { color: rgb(219,6,63); }
H1.HeaderClassName
{
color: #DB063F;
}
.AnyTagClassName
{
color: #DB063F;
}
</style>
background-color css
<style>
a { background-color: #DB063F; }
a { background-color: rgb(219,6,63); }
div.DivClassName
{
background-color: #DB063F;
}
.BgClassName
{
background-color: #DB063F;
}
</style>
border-color css
<style>
span { border-color: #DB063F; }
span { border-color: rgb(219,6,63); }
td.TdClassName
{
border-color: #DB063F;
}
.TagClassName
{
border-color: #DB063F;
}
</style>