Shades of Crimson #DB1843
Tints of Crimson #DB1843
RGB
CMYK
RGB Variations
Color information
#DB1843 (or 0xDB1843) is known color: Crimson. HEX triplet: DB, 18 and 43. RGB value is (219,24,67). Sum of RGB (Red+Green+Blue) = 219+24+67=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1843 is #24E7BC. Grayscale: #575757. Windows color (decimal): -2418621 or 4397275. OLE color: 4397275.
HSL color Cylindrical-coordinate representation of color #DB1843: hue angle of 346.77º 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 #DB1843 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 67 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.14 |
| HSL | 346.77º | 0.8% | 0.48% | - |
| HSV(B) | 346.77º | 0.89% | 0.86% | - |
| XYZ | 30.55 | 16.12 | 6.81 | - |
| YUV | 87.21 | 116.6 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 67 | 0 | 0.89 | 0.69 | 0.14 | 346.77 | 0.8 | 0.48 |
| Hex | DB | 18 | 43 | 0 | 59 | 45 | E | 15B | 50 | 30 |
| Octal | 333 | 30 | 103 | 0 | 131 | 105 | 16 | 533 | 120 | 60 |
| Binary | 11011011 | 11000 | 1000011 | 0 | 1011001 | 1000101 | 1110 | 101011011 | 1010000 | 110000 |
Color Harmonies of #DB1843
Complementary color
Monochromatic Colors of #DB1843
Black with #DB1843
Text Example
Text Example
White with #DB1843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1843; }
p { color: rgb(219,24,67); }
H1.HeaderClassName
{
color: #DB1843;
}
.AnyTagClassName
{
color: #DB1843;
}
</style>
background-color css
<style>
a { background-color: #DB1843; }
a { background-color: rgb(219,24,67); }
div.DivClassName
{
background-color: #DB1843;
}
.BgClassName
{
background-color: #DB1843;
}
</style>
border-color css
<style>
span { border-color: #DB1843; }
span { border-color: rgb(219,24,67); }
td.TdClassName
{
border-color: #DB1843;
}
.TagClassName
{
border-color: #DB1843;
}
</style>