Shades of Crimson #DB063A
Tints of Crimson #DB063A
RGB
CMYK
RGB Variations
Color information
#DB063A (or 0xDB063A) is known color: Crimson. HEX triplet: DB, 06 and 3A. RGB value is (219,6,58). Sum of RGB (Red+Green+Blue) = 219+6+58=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB063A is #24F9C5. Grayscale: #4B4B4B. Windows color (decimal): -2423238 or 3802843. OLE color: 3802843.
HSL color Cylindrical-coordinate representation of color #DB063A: hue angle of 345.35º 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 #DB063A is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.14 |
| HSL | 345.35º | 0.95% | 0.44% | - |
| HSV(B) | 345.35º | 0.97% | 0.86% | - |
| XYZ | 30.04 | 15.5 | 5.41 | - |
| YUV | 75.62 | 118.07 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 58 | 0 | 0.97 | 0.74 | 0.14 | 345.35 | 0.95 | 0.44 |
| Hex | DB | 6 | 3A | 0 | 61 | 4A | E | 159 | 5F | 2C |
| Octal | 333 | 6 | 72 | 0 | 141 | 112 | 16 | 531 | 137 | 54 |
| Binary | 11011011 | 110 | 111010 | 0 | 1100001 | 1001010 | 1110 | 101011001 | 1011111 | 101100 |
Color Harmonies of #DB063A
Complementary color
Monochromatic Colors of #DB063A
Black with #DB063A
Text Example
Text Example
White with #DB063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB063A; }
p { color: rgb(219,6,58); }
H1.HeaderClassName
{
color: #DB063A;
}
.AnyTagClassName
{
color: #DB063A;
}
</style>
background-color css
<style>
a { background-color: #DB063A; }
a { background-color: rgb(219,6,58); }
div.DivClassName
{
background-color: #DB063A;
}
.BgClassName
{
background-color: #DB063A;
}
</style>
border-color css
<style>
span { border-color: #DB063A; }
span { border-color: rgb(219,6,58); }
td.TdClassName
{
border-color: #DB063A;
}
.TagClassName
{
border-color: #DB063A;
}
</style>