Shades of Crimson #DB042E
Tints of Crimson #DB042E
RGB
CMYK
RGB Variations
Color information
#DB042E (or 0xDB042E) is known color: Crimson. HEX triplet: DB, 04 and 2E. RGB value is (219,4,46). Sum of RGB (Red+Green+Blue) = 219+4+46=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB042E is #24FBD1. Grayscale: #494949. Windows color (decimal): -2423762 or 3015899. OLE color: 3015899.
HSL color Cylindrical-coordinate representation of color #DB042E: hue angle of 348.28º 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 #DB042E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.14 |
| HSL | 348.28º | 0.96% | 0.44% | - |
| HSV(B) | 348.28º | 0.98% | 0.86% | - |
| XYZ | 29.75 | 15.34 | 3.98 | - |
| YUV | 73.07 | 112.73 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 46 | 0 | 0.98 | 0.79 | 0.14 | 348.28 | 0.96 | 0.44 |
| Hex | DB | 4 | 2E | 0 | 62 | 4F | E | 15C | 60 | 2C |
| Octal | 333 | 4 | 56 | 0 | 142 | 117 | 16 | 534 | 140 | 54 |
| Binary | 11011011 | 100 | 101110 | 0 | 1100010 | 1001111 | 1110 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DB042E
Complementary color
Monochromatic Colors of #DB042E
Black with #DB042E
Text Example
Text Example
White with #DB042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB042E; }
p { color: rgb(219,4,46); }
H1.HeaderClassName
{
color: #DB042E;
}
.AnyTagClassName
{
color: #DB042E;
}
</style>
background-color css
<style>
a { background-color: #DB042E; }
a { background-color: rgb(219,4,46); }
div.DivClassName
{
background-color: #DB042E;
}
.BgClassName
{
background-color: #DB042E;
}
</style>
border-color css
<style>
span { border-color: #DB042E; }
span { border-color: rgb(219,4,46); }
td.TdClassName
{
border-color: #DB042E;
}
.TagClassName
{
border-color: #DB042E;
}
</style>