Shades of Crimson #DB123C
Tints of Crimson #DB123C
RGB
CMYK
RGB Variations
Color information
#DB123C (or 0xDB123C) is known color: Crimson. HEX triplet: DB, 12 and 3C. RGB value is (219,18,60). Sum of RGB (Red+Green+Blue) = 219+18+60=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB123C is #24EDC3. Grayscale: #525252. Windows color (decimal): -2420164 or 3936987. OLE color: 3936987.
HSL color Cylindrical-coordinate representation of color #DB123C: hue angle of 347.46º 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 #DB123C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.14 |
| HSL | 347.46º | 0.85% | 0.46% | - |
| HSV(B) | 347.46º | 0.92% | 0.86% | - |
| XYZ | 30.25 | 15.82 | 5.73 | - |
| YUV | 82.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 60 | 0 | 0.92 | 0.73 | 0.14 | 347.46 | 0.85 | 0.46 |
| Hex | DB | 12 | 3C | 0 | 5C | 49 | E | 15B | 55 | 2E |
| Octal | 333 | 22 | 74 | 0 | 134 | 111 | 16 | 533 | 125 | 56 |
| Binary | 11011011 | 10010 | 111100 | 0 | 1011100 | 1001001 | 1110 | 101011011 | 1010101 | 101110 |
Color Harmonies of #DB123C
Complementary color
Monochromatic Colors of #DB123C
Black with #DB123C
Text Example
Text Example
White with #DB123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB123C; }
p { color: rgb(219,18,60); }
H1.HeaderClassName
{
color: #DB123C;
}
.AnyTagClassName
{
color: #DB123C;
}
</style>
background-color css
<style>
a { background-color: #DB123C; }
a { background-color: rgb(219,18,60); }
div.DivClassName
{
background-color: #DB123C;
}
.BgClassName
{
background-color: #DB123C;
}
</style>
border-color css
<style>
span { border-color: #DB123C; }
span { border-color: rgb(219,18,60); }
td.TdClassName
{
border-color: #DB123C;
}
.TagClassName
{
border-color: #DB123C;
}
</style>