Shades of Crimson #DB022F
Tints of Crimson #DB022F
RGB
CMYK
RGB Variations
Color information
#DB022F (or 0xDB022F) is known color: Crimson. HEX triplet: DB, 02 and 2F. RGB value is (219,2,47). Sum of RGB (Red+Green+Blue) = 219+2+47=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB022F is #24FDD0. Grayscale: #484848. Windows color (decimal): -2424273 or 3080923. OLE color: 3080923.
HSL color Cylindrical-coordinate representation of color #DB022F: hue angle of 347.56º 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 #DB022F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.14 |
| HSL | 347.56º | 0.98% | 0.43% | - |
| HSV(B) | 347.56º | 0.99% | 0.86% | - |
| XYZ | 29.75 | 15.31 | 4.08 | - |
| YUV | 72.01 | 113.89 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 47 | 0 | 0.99 | 0.79 | 0.14 | 347.56 | 0.98 | 0.43 |
| Hex | DB | 2 | 2F | 0 | 63 | 4F | E | 15C | 62 | 2B |
| Octal | 333 | 2 | 57 | 0 | 143 | 117 | 16 | 534 | 142 | 53 |
| Binary | 11011011 | 10 | 101111 | 0 | 1100011 | 1001111 | 1110 | 101011100 | 1100010 | 101011 |
Color Harmonies of #DB022F
Complementary color
Monochromatic Colors of #DB022F
Black with #DB022F
Text Example
Text Example
White with #DB022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB022F; }
p { color: rgb(219,2,47); }
H1.HeaderClassName
{
color: #DB022F;
}
.AnyTagClassName
{
color: #DB022F;
}
</style>
background-color css
<style>
a { background-color: #DB022F; }
a { background-color: rgb(219,2,47); }
div.DivClassName
{
background-color: #DB022F;
}
.BgClassName
{
background-color: #DB022F;
}
</style>
border-color css
<style>
span { border-color: #DB022F; }
span { border-color: rgb(219,2,47); }
td.TdClassName
{
border-color: #DB022F;
}
.TagClassName
{
border-color: #DB022F;
}
</style>