Shades of Crimson #DB1834
Tints of Crimson #DB1834
RGB
CMYK
RGB Variations
Color information
#DB1834 (or 0xDB1834) is known color: Crimson. HEX triplet: DB, 18 and 34. RGB value is (219,24,52). Sum of RGB (Red+Green+Blue) = 219+24+52=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1834 is #24E7CB. Grayscale: #555555. Windows color (decimal): -2418636 or 3414235. OLE color: 3414235.
HSL color Cylindrical-coordinate representation of color #DB1834: hue angle of 351.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1834 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 52 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.14 |
| HSL | 351.38º | 0.8% | 0.48% | - |
| HSV(B) | 351.38º | 0.89% | 0.86% | - |
| XYZ | 30.16 | 15.96 | 4.74 | - |
| YUV | 85.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 52 | 0 | 0.89 | 0.76 | 0.14 | 351.38 | 0.8 | 0.48 |
| Hex | DB | 18 | 34 | 0 | 59 | 4C | E | 15F | 50 | 30 |
| Octal | 333 | 30 | 64 | 0 | 131 | 114 | 16 | 537 | 120 | 60 |
| Binary | 11011011 | 11000 | 110100 | 0 | 1011001 | 1001100 | 1110 | 101011111 | 1010000 | 110000 |
Color Harmonies of #DB1834
Complementary color
Monochromatic Colors of #DB1834
Black with #DB1834
Text Example
Text Example
White with #DB1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1834; }
p { color: rgb(219,24,52); }
H1.HeaderClassName
{
color: #DB1834;
}
.AnyTagClassName
{
color: #DB1834;
}
</style>
background-color css
<style>
a { background-color: #DB1834; }
a { background-color: rgb(219,24,52); }
div.DivClassName
{
background-color: #DB1834;
}
.BgClassName
{
background-color: #DB1834;
}
</style>
border-color css
<style>
span { border-color: #DB1834; }
span { border-color: rgb(219,24,52); }
td.TdClassName
{
border-color: #DB1834;
}
.TagClassName
{
border-color: #DB1834;
}
</style>