Shades of Crimson #DB092F
Tints of Crimson #DB092F
RGB
CMYK
RGB Variations
Color information
#DB092F (or 0xDB092F) is known color: Crimson. HEX triplet: DB, 09 and 2F. RGB value is (219,9,47). Sum of RGB (Red+Green+Blue) = 219+9+47=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB092F is #24F6D0. Grayscale: #4C4C4C. Windows color (decimal): -2422481 or 3082715. OLE color: 3082715.
HSL color Cylindrical-coordinate representation of color #DB092F: hue angle of 349.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB092F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.14 |
| HSL | 349.14º | 0.92% | 0.45% | - |
| HSV(B) | 349.14º | 0.96% | 0.86% | - |
| XYZ | 29.82 | 15.46 | 4.1 | - |
| YUV | 76.12 | 111.57 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 47 | 0 | 0.96 | 0.79 | 0.14 | 349.14 | 0.92 | 0.45 |
| Hex | DB | 9 | 2F | 0 | 60 | 4F | E | 15D | 5C | 2D |
| Octal | 333 | 11 | 57 | 0 | 140 | 117 | 16 | 535 | 134 | 55 |
| Binary | 11011011 | 1001 | 101111 | 0 | 1100000 | 1001111 | 1110 | 101011101 | 1011100 | 101101 |
Color Harmonies of #DB092F
Complementary color
Monochromatic Colors of #DB092F
Black with #DB092F
Text Example
Text Example
White with #DB092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB092F; }
p { color: rgb(219,9,47); }
H1.HeaderClassName
{
color: #DB092F;
}
.AnyTagClassName
{
color: #DB092F;
}
</style>
background-color css
<style>
a { background-color: #DB092F; }
a { background-color: rgb(219,9,47); }
div.DivClassName
{
background-color: #DB092F;
}
.BgClassName
{
background-color: #DB092F;
}
</style>
border-color css
<style>
span { border-color: #DB092F; }
span { border-color: rgb(219,9,47); }
td.TdClassName
{
border-color: #DB092F;
}
.TagClassName
{
border-color: #DB092F;
}
</style>