Shades of Crimson #DB022E
Tints of Crimson #DB022E
RGB
CMYK
RGB Variations
Color information
#DB022E (or 0xDB022E) is known color: Crimson. HEX triplet: DB, 02 and 2E. RGB value is (219,2,46). Sum of RGB (Red+Green+Blue) = 219+2+46=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB022E is #24FDD1. Grayscale: #474747. Windows color (decimal): -2424274 or 3015387. OLE color: 3015387.
HSL color Cylindrical-coordinate representation of color #DB022E: hue angle of 347.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB022E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.14 |
| HSL | 347.83º | 0.98% | 0.43% | - |
| HSV(B) | 347.83º | 0.99% | 0.86% | - |
| XYZ | 29.73 | 15.3 | 3.97 | - |
| YUV | 71.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 46 | 0 | 0.99 | 0.79 | 0.14 | 347.83 | 0.98 | 0.43 |
| Hex | DB | 2 | 2E | 0 | 63 | 4F | E | 15C | 62 | 2B |
| Octal | 333 | 2 | 56 | 0 | 143 | 117 | 16 | 534 | 142 | 53 |
| Binary | 11011011 | 10 | 101110 | 0 | 1100011 | 1001111 | 1110 | 101011100 | 1100010 | 101011 |
Color Harmonies of #DB022E
Complementary color
Monochromatic Colors of #DB022E
Black with #DB022E
Text Example
Text Example
White with #DB022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB022E; }
p { color: rgb(219,2,46); }
H1.HeaderClassName
{
color: #DB022E;
}
.AnyTagClassName
{
color: #DB022E;
}
</style>
background-color css
<style>
a { background-color: #DB022E; }
a { background-color: rgb(219,2,46); }
div.DivClassName
{
background-color: #DB022E;
}
.BgClassName
{
background-color: #DB022E;
}
</style>
border-color css
<style>
span { border-color: #DB022E; }
span { border-color: rgb(219,2,46); }
td.TdClassName
{
border-color: #DB022E;
}
.TagClassName
{
border-color: #DB022E;
}
</style>