Shades of Crimson #DB092A
Tints of Crimson #DB092A
RGB
CMYK
RGB Variations
Color information
#DB092A (or 0xDB092A) is known color: Crimson. HEX triplet: DB, 09 and 2A. RGB value is (219,9,42). Sum of RGB (Red+Green+Blue) = 219+9+42=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB092A is #24F6D5. Grayscale: #4B4B4B. Windows color (decimal): -2422486 or 2755035. OLE color: 2755035.
HSL color Cylindrical-coordinate representation of color #DB092A: hue angle of 350.57º 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 #DB092A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.14 |
| HSL | 350.57º | 0.92% | 0.45% | - |
| HSV(B) | 350.57º | 0.96% | 0.86% | - |
| XYZ | 29.73 | 15.42 | 3.6 | - |
| YUV | 75.55 | 109.07 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 42 | 0 | 0.96 | 0.81 | 0.14 | 350.57 | 0.92 | 0.45 |
| Hex | DB | 9 | 2A | 0 | 60 | 51 | E | 15F | 5C | 2D |
| Octal | 333 | 11 | 52 | 0 | 140 | 121 | 16 | 537 | 134 | 55 |
| Binary | 11011011 | 1001 | 101010 | 0 | 1100000 | 1010001 | 1110 | 101011111 | 1011100 | 101101 |
Color Harmonies of #DB092A
Complementary color
Monochromatic Colors of #DB092A
Black with #DB092A
Text Example
Text Example
White with #DB092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB092A; }
p { color: rgb(219,9,42); }
H1.HeaderClassName
{
color: #DB092A;
}
.AnyTagClassName
{
color: #DB092A;
}
</style>
background-color css
<style>
a { background-color: #DB092A; }
a { background-color: rgb(219,9,42); }
div.DivClassName
{
background-color: #DB092A;
}
.BgClassName
{
background-color: #DB092A;
}
</style>
border-color css
<style>
span { border-color: #DB092A; }
span { border-color: rgb(219,9,42); }
td.TdClassName
{
border-color: #DB092A;
}
.TagClassName
{
border-color: #DB092A;
}
</style>