Shades of Crimson #DB053D
Tints of Crimson #DB053D
RGB
CMYK
RGB Variations
Color information
#DB053D (or 0xDB053D) is known color: Crimson. HEX triplet: DB, 05 and 3D. RGB value is (219,5,61). Sum of RGB (Red+Green+Blue) = 219+5+61=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB053D is #24FAC2. Grayscale: #4B4B4B. Windows color (decimal): -2423491 or 3999195. OLE color: 3999195.
HSL color Cylindrical-coordinate representation of color #DB053D: hue angle of 344.3º 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 #DB053D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.14 |
| HSL | 344.3º | 0.96% | 0.44% | - |
| HSV(B) | 344.3º | 0.98% | 0.86% | - |
| XYZ | 30.11 | 15.51 | 5.82 | - |
| YUV | 75.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 61 | 0 | 0.98 | 0.72 | 0.14 | 344.3 | 0.96 | 0.44 |
| Hex | DB | 5 | 3D | 0 | 62 | 48 | E | 158 | 60 | 2C |
| Octal | 333 | 5 | 75 | 0 | 142 | 110 | 16 | 530 | 140 | 54 |
| Binary | 11011011 | 101 | 111101 | 0 | 1100010 | 1001000 | 1110 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DB053D
Complementary color
Monochromatic Colors of #DB053D
Black with #DB053D
Text Example
Text Example
White with #DB053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB053D; }
p { color: rgb(219,5,61); }
H1.HeaderClassName
{
color: #DB053D;
}
.AnyTagClassName
{
color: #DB053D;
}
</style>
background-color css
<style>
a { background-color: #DB053D; }
a { background-color: rgb(219,5,61); }
div.DivClassName
{
background-color: #DB053D;
}
.BgClassName
{
background-color: #DB053D;
}
</style>
border-color css
<style>
span { border-color: #DB053D; }
span { border-color: rgb(219,5,61); }
td.TdClassName
{
border-color: #DB053D;
}
.TagClassName
{
border-color: #DB053D;
}
</style>