Shades of Crimson #DB1836
Tints of Crimson #DB1836
RGB
CMYK
RGB Variations
Color information
#DB1836 (or 0xDB1836) is known color: Crimson. HEX triplet: DB, 18 and 36. RGB value is (219,24,54). Sum of RGB (Red+Green+Blue) = 219+24+54=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1836 is #24E7C9. Grayscale: #555555. Windows color (decimal): -2418634 or 3545307. OLE color: 3545307.
HSL color Cylindrical-coordinate representation of color #DB1836: hue angle of 350.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 #DB1836 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 54 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.14 |
| HSL | 350.77º | 0.8% | 0.48% | - |
| HSV(B) | 350.77º | 0.89% | 0.86% | - |
| XYZ | 30.21 | 15.98 | 4.98 | - |
| YUV | 85.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 54 | 0 | 0.89 | 0.75 | 0.14 | 350.77 | 0.8 | 0.48 |
| Hex | DB | 18 | 36 | 0 | 59 | 4B | E | 15F | 50 | 30 |
| Octal | 333 | 30 | 66 | 0 | 131 | 113 | 16 | 537 | 120 | 60 |
| Binary | 11011011 | 11000 | 110110 | 0 | 1011001 | 1001011 | 1110 | 101011111 | 1010000 | 110000 |
Color Harmonies of #DB1836
Complementary color
Monochromatic Colors of #DB1836
Black with #DB1836
Text Example
Text Example
White with #DB1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1836; }
p { color: rgb(219,24,54); }
H1.HeaderClassName
{
color: #DB1836;
}
.AnyTagClassName
{
color: #DB1836;
}
</style>
background-color css
<style>
a { background-color: #DB1836; }
a { background-color: rgb(219,24,54); }
div.DivClassName
{
background-color: #DB1836;
}
.BgClassName
{
background-color: #DB1836;
}
</style>
border-color css
<style>
span { border-color: #DB1836; }
span { border-color: rgb(219,24,54); }
td.TdClassName
{
border-color: #DB1836;
}
.TagClassName
{
border-color: #DB1836;
}
</style>