Shades of Crimson #DB043E
Tints of Crimson #DB043E
RGB
CMYK
RGB Variations
Color information
#DB043E (or 0xDB043E) is known color: Crimson. HEX triplet: DB, 04 and 3E. RGB value is (219,4,62). Sum of RGB (Red+Green+Blue) = 219+4+62=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB043E is #24FBC1. Grayscale: #4A4A4A. Windows color (decimal): -2423746 or 4064475. OLE color: 4064475.
HSL color Cylindrical-coordinate representation of color #DB043E: hue angle of 343.81º 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 #DB043E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.14 |
| HSL | 343.81º | 0.96% | 0.44% | - |
| HSV(B) | 343.81º | 0.98% | 0.86% | - |
| XYZ | 30.13 | 15.49 | 5.96 | - |
| YUV | 74.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 62 | 0 | 0.98 | 0.72 | 0.14 | 343.81 | 0.96 | 0.44 |
| Hex | DB | 4 | 3E | 0 | 62 | 48 | E | 158 | 60 | 2C |
| Octal | 333 | 4 | 76 | 0 | 142 | 110 | 16 | 530 | 140 | 54 |
| Binary | 11011011 | 100 | 111110 | 0 | 1100010 | 1001000 | 1110 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DB043E
Complementary color
Monochromatic Colors of #DB043E
Black with #DB043E
Text Example
Text Example
White with #DB043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB043E; }
p { color: rgb(219,4,62); }
H1.HeaderClassName
{
color: #DB043E;
}
.AnyTagClassName
{
color: #DB043E;
}
</style>
background-color css
<style>
a { background-color: #DB043E; }
a { background-color: rgb(219,4,62); }
div.DivClassName
{
background-color: #DB043E;
}
.BgClassName
{
background-color: #DB043E;
}
</style>
border-color css
<style>
span { border-color: #DB043E; }
span { border-color: rgb(219,4,62); }
td.TdClassName
{
border-color: #DB043E;
}
.TagClassName
{
border-color: #DB043E;
}
</style>