Shades of Crimson #DB123B
Tints of Crimson #DB123B
RGB
CMYK
RGB Variations
Color information
#DB123B (or 0xDB123B) is known color: Crimson. HEX triplet: DB, 12 and 3B. RGB value is (219,18,59). Sum of RGB (Red+Green+Blue) = 219+18+59=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB123B is #24EDC4. Grayscale: #525252. Windows color (decimal): -2420165 or 3871451. OLE color: 3871451.
HSL color Cylindrical-coordinate representation of color #DB123B: hue angle of 347.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB123B is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 59 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.14 |
| HSL | 347.76º | 0.85% | 0.46% | - |
| HSV(B) | 347.76º | 0.92% | 0.86% | - |
| XYZ | 30.22 | 15.81 | 5.6 | - |
| YUV | 82.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 59 | 0 | 0.92 | 0.73 | 0.14 | 347.76 | 0.85 | 0.46 |
| Hex | DB | 12 | 3B | 0 | 5C | 49 | E | 15C | 55 | 2E |
| Octal | 333 | 22 | 73 | 0 | 134 | 111 | 16 | 534 | 125 | 56 |
| Binary | 11011011 | 10010 | 111011 | 0 | 1011100 | 1001001 | 1110 | 101011100 | 1010101 | 101110 |
Color Harmonies of #DB123B
Complementary color
Monochromatic Colors of #DB123B
Black with #DB123B
Text Example
Text Example
White with #DB123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB123B; }
p { color: rgb(219,18,59); }
H1.HeaderClassName
{
color: #DB123B;
}
.AnyTagClassName
{
color: #DB123B;
}
</style>
background-color css
<style>
a { background-color: #DB123B; }
a { background-color: rgb(219,18,59); }
div.DivClassName
{
background-color: #DB123B;
}
.BgClassName
{
background-color: #DB123B;
}
</style>
border-color css
<style>
span { border-color: #DB123B; }
span { border-color: rgb(219,18,59); }
td.TdClassName
{
border-color: #DB123B;
}
.TagClassName
{
border-color: #DB123B;
}
</style>