Shades of Crimson #DB063C
Tints of Crimson #DB063C
RGB
CMYK
RGB Variations
Color information
#DB063C (or 0xDB063C) is known color: Crimson. HEX triplet: DB, 06 and 3C. RGB value is (219,6,60). Sum of RGB (Red+Green+Blue) = 219+6+60=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB063C is #24F9C3. Grayscale: #4B4B4B. Windows color (decimal): -2423236 or 3933915. OLE color: 3933915.
HSL color Cylindrical-coordinate representation of color #DB063C: hue angle of 344.79º 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 #DB063C is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.14 |
| HSL | 344.79º | 0.95% | 0.44% | - |
| HSV(B) | 344.79º | 0.97% | 0.86% | - |
| XYZ | 30.09 | 15.52 | 5.68 | - |
| YUV | 75.84 | 119.07 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 60 | 0 | 0.97 | 0.73 | 0.14 | 344.79 | 0.95 | 0.44 |
| Hex | DB | 6 | 3C | 0 | 61 | 49 | E | 159 | 5F | 2C |
| Octal | 333 | 6 | 74 | 0 | 141 | 111 | 16 | 531 | 137 | 54 |
| Binary | 11011011 | 110 | 111100 | 0 | 1100001 | 1001001 | 1110 | 101011001 | 1011111 | 101100 |
Color Harmonies of #DB063C
Complementary color
Monochromatic Colors of #DB063C
Black with #DB063C
Text Example
Text Example
White with #DB063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB063C; }
p { color: rgb(219,6,60); }
H1.HeaderClassName
{
color: #DB063C;
}
.AnyTagClassName
{
color: #DB063C;
}
</style>
background-color css
<style>
a { background-color: #DB063C; }
a { background-color: rgb(219,6,60); }
div.DivClassName
{
background-color: #DB063C;
}
.BgClassName
{
background-color: #DB063C;
}
</style>
border-color css
<style>
span { border-color: #DB063C; }
span { border-color: rgb(219,6,60); }
td.TdClassName
{
border-color: #DB063C;
}
.TagClassName
{
border-color: #DB063C;
}
</style>