Shades of Crimson #DB052F
Tints of Crimson #DB052F
RGB
CMYK
RGB Variations
Color information
#DB052F (or 0xDB052F) is known color: Crimson. HEX triplet: DB, 05 and 2F. RGB value is (219,5,47). Sum of RGB (Red+Green+Blue) = 219+5+47=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB052F is #24FAD0. Grayscale: #494949. Windows color (decimal): -2423505 or 3081691. OLE color: 3081691.
HSL color Cylindrical-coordinate representation of color #DB052F: hue angle of 348.22º 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 #DB052F is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.14 |
| HSL | 348.22º | 0.96% | 0.44% | - |
| HSV(B) | 348.22º | 0.98% | 0.86% | - |
| XYZ | 29.78 | 15.37 | 4.09 | - |
| YUV | 73.77 | 112.9 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 47 | 0 | 0.98 | 0.79 | 0.14 | 348.22 | 0.96 | 0.44 |
| Hex | DB | 5 | 2F | 0 | 62 | 4F | E | 15C | 60 | 2C |
| Octal | 333 | 5 | 57 | 0 | 142 | 117 | 16 | 534 | 140 | 54 |
| Binary | 11011011 | 101 | 101111 | 0 | 1100010 | 1001111 | 1110 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DB052F
Complementary color
Monochromatic Colors of #DB052F
Black with #DB052F
Text Example
Text Example
White with #DB052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB052F; }
p { color: rgb(219,5,47); }
H1.HeaderClassName
{
color: #DB052F;
}
.AnyTagClassName
{
color: #DB052F;
}
</style>
background-color css
<style>
a { background-color: #DB052F; }
a { background-color: rgb(219,5,47); }
div.DivClassName
{
background-color: #DB052F;
}
.BgClassName
{
background-color: #DB052F;
}
</style>
border-color css
<style>
span { border-color: #DB052F; }
span { border-color: rgb(219,5,47); }
td.TdClassName
{
border-color: #DB052F;
}
.TagClassName
{
border-color: #DB052F;
}
</style>