Shades of Crimson #DB0431
Tints of Crimson #DB0431
RGB
CMYK
RGB Variations
Color information
#DB0431 (or 0xDB0431) is known color: Crimson. HEX triplet: DB, 04 and 31. RGB value is (219,4,49). Sum of RGB (Red+Green+Blue) = 219+4+49=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0431 is #24FBCE. Grayscale: #494949. Windows color (decimal): -2423759 or 3212507. OLE color: 3212507.
HSL color Cylindrical-coordinate representation of color #DB0431: hue angle of 347.44º 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 #DB0431 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.14 |
| HSL | 347.44º | 0.96% | 0.44% | - |
| HSV(B) | 347.44º | 0.98% | 0.86% | - |
| XYZ | 29.81 | 15.37 | 4.3 | - |
| YUV | 73.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 49 | 0 | 0.98 | 0.78 | 0.14 | 347.44 | 0.96 | 0.44 |
| Hex | DB | 4 | 31 | 0 | 62 | 4E | E | 15B | 60 | 2C |
| Octal | 333 | 4 | 61 | 0 | 142 | 116 | 16 | 533 | 140 | 54 |
| Binary | 11011011 | 100 | 110001 | 0 | 1100010 | 1001110 | 1110 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DB0431
Complementary color
Monochromatic Colors of #DB0431
Black with #DB0431
Text Example
Text Example
White with #DB0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0431; }
p { color: rgb(219,4,49); }
H1.HeaderClassName
{
color: #DB0431;
}
.AnyTagClassName
{
color: #DB0431;
}
</style>
background-color css
<style>
a { background-color: #DB0431; }
a { background-color: rgb(219,4,49); }
div.DivClassName
{
background-color: #DB0431;
}
.BgClassName
{
background-color: #DB0431;
}
</style>
border-color css
<style>
span { border-color: #DB0431; }
span { border-color: rgb(219,4,49); }
td.TdClassName
{
border-color: #DB0431;
}
.TagClassName
{
border-color: #DB0431;
}
</style>