Shades of Crimson #DB042D
Tints of Crimson #DB042D
RGB
CMYK
RGB Variations
Color information
#DB042D (or 0xDB042D) is known color: Crimson. HEX triplet: DB, 04 and 2D. RGB value is (219,4,45). Sum of RGB (Red+Green+Blue) = 219+4+45=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB042D is #24FBD2. Grayscale: #494949. Windows color (decimal): -2423763 or 2950363. OLE color: 2950363.
HSL color Cylindrical-coordinate representation of color #DB042D: hue angle of 348.56º 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 #DB042D is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.14 |
| HSL | 348.56º | 0.96% | 0.44% | - |
| HSV(B) | 348.56º | 0.98% | 0.86% | - |
| XYZ | 29.73 | 15.34 | 3.88 | - |
| YUV | 72.96 | 112.23 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 45 | 0 | 0.98 | 0.79 | 0.14 | 348.56 | 0.96 | 0.44 |
| Hex | DB | 4 | 2D | 0 | 62 | 4F | E | 15D | 60 | 2C |
| Octal | 333 | 4 | 55 | 0 | 142 | 117 | 16 | 535 | 140 | 54 |
| Binary | 11011011 | 100 | 101101 | 0 | 1100010 | 1001111 | 1110 | 101011101 | 1100000 | 101100 |
Color Harmonies of #DB042D
Complementary color
Monochromatic Colors of #DB042D
Black with #DB042D
Text Example
Text Example
White with #DB042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB042D; }
p { color: rgb(219,4,45); }
H1.HeaderClassName
{
color: #DB042D;
}
.AnyTagClassName
{
color: #DB042D;
}
</style>
background-color css
<style>
a { background-color: #DB042D; }
a { background-color: rgb(219,4,45); }
div.DivClassName
{
background-color: #DB042D;
}
.BgClassName
{
background-color: #DB042D;
}
</style>
border-color css
<style>
span { border-color: #DB042D; }
span { border-color: rgb(219,4,45); }
td.TdClassName
{
border-color: #DB042D;
}
.TagClassName
{
border-color: #DB042D;
}
</style>