Shades of Crimson #DB053C
Tints of Crimson #DB053C
RGB
CMYK
RGB Variations
Color information
#DB053C (or 0xDB053C) is known color: Crimson. HEX triplet: DB, 05 and 3C. RGB value is (219,5,60). Sum of RGB (Red+Green+Blue) = 219+5+60=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB053C is #24FAC3. Grayscale: #4B4B4B. Windows color (decimal): -2423492 or 3933659. OLE color: 3933659.
HSL color Cylindrical-coordinate representation of color #DB053C: hue angle of 344.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB053C is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.14 |
| HSL | 344.58º | 0.96% | 0.44% | - |
| HSV(B) | 344.58º | 0.98% | 0.86% | - |
| XYZ | 30.08 | 15.49 | 5.68 | - |
| YUV | 75.26 | 119.4 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 60 | 0 | 0.98 | 0.73 | 0.14 | 344.58 | 0.96 | 0.44 |
| Hex | DB | 5 | 3C | 0 | 62 | 49 | E | 159 | 60 | 2C |
| Octal | 333 | 5 | 74 | 0 | 142 | 111 | 16 | 531 | 140 | 54 |
| Binary | 11011011 | 101 | 111100 | 0 | 1100010 | 1001001 | 1110 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DB053C
Complementary color
Monochromatic Colors of #DB053C
Black with #DB053C
Text Example
Text Example
White with #DB053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB053C; }
p { color: rgb(219,5,60); }
H1.HeaderClassName
{
color: #DB053C;
}
.AnyTagClassName
{
color: #DB053C;
}
</style>
background-color css
<style>
a { background-color: #DB053C; }
a { background-color: rgb(219,5,60); }
div.DivClassName
{
background-color: #DB053C;
}
.BgClassName
{
background-color: #DB053C;
}
</style>
border-color css
<style>
span { border-color: #DB053C; }
span { border-color: rgb(219,5,60); }
td.TdClassName
{
border-color: #DB053C;
}
.TagClassName
{
border-color: #DB053C;
}
</style>