Shades of Crimson #DB042C
Tints of Crimson #DB042C
RGB
CMYK
RGB Variations
Color information
#DB042C (or 0xDB042C) is known color: Crimson. HEX triplet: DB, 04 and 2C. RGB value is (219,4,44). Sum of RGB (Red+Green+Blue) = 219+4+44=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB042C is #24FBD3. Grayscale: #484848. Windows color (decimal): -2423764 or 2884827. OLE color: 2884827.
HSL color Cylindrical-coordinate representation of color #DB042C: hue angle of 348.84º 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 #DB042C is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.14 |
| HSL | 348.84º | 0.96% | 0.44% | - |
| HSV(B) | 348.84º | 0.98% | 0.86% | - |
| XYZ | 29.71 | 15.33 | 3.78 | - |
| YUV | 72.85 | 111.73 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 44 | 0 | 0.98 | 0.80 | 0.14 | 348.84 | 0.96 | 0.44 |
| Hex | DB | 4 | 2C | 0 | 62 | 50 | E | 15D | 60 | 2C |
| Octal | 333 | 4 | 54 | 0 | 142 | 120 | 16 | 535 | 140 | 54 |
| Binary | 11011011 | 100 | 101100 | 0 | 1100010 | 1010000 | 1110 | 101011101 | 1100000 | 101100 |
Color Harmonies of #DB042C
Complementary color
Monochromatic Colors of #DB042C
Black with #DB042C
Text Example
Text Example
White with #DB042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB042C; }
p { color: rgb(219,4,44); }
H1.HeaderClassName
{
color: #DB042C;
}
.AnyTagClassName
{
color: #DB042C;
}
</style>
background-color css
<style>
a { background-color: #DB042C; }
a { background-color: rgb(219,4,44); }
div.DivClassName
{
background-color: #DB042C;
}
.BgClassName
{
background-color: #DB042C;
}
</style>
border-color css
<style>
span { border-color: #DB042C; }
span { border-color: rgb(219,4,44); }
td.TdClassName
{
border-color: #DB042C;
}
.TagClassName
{
border-color: #DB042C;
}
</style>