Shades of Crimson #DB123A
Tints of Crimson #DB123A
RGB
CMYK
RGB Variations
Color information
#DB123A (or 0xDB123A) is known color: Crimson. HEX triplet: DB, 12 and 3A. RGB value is (219,18,58). Sum of RGB (Red+Green+Blue) = 219+18+58=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB123A is #24EDC5. Grayscale: #525252. Windows color (decimal): -2420166 or 3805915. OLE color: 3805915.
HSL color Cylindrical-coordinate representation of color #DB123A: hue angle of 348.06º 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 #DB123A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.14 |
| HSL | 348.06º | 0.85% | 0.46% | - |
| HSV(B) | 348.06º | 0.92% | 0.86% | - |
| XYZ | 30.19 | 15.8 | 5.46 | - |
| YUV | 82.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 58 | 0 | 0.92 | 0.74 | 0.14 | 348.06 | 0.85 | 0.46 |
| Hex | DB | 12 | 3A | 0 | 5C | 4A | E | 15C | 55 | 2E |
| Octal | 333 | 22 | 72 | 0 | 134 | 112 | 16 | 534 | 125 | 56 |
| Binary | 11011011 | 10010 | 111010 | 0 | 1011100 | 1001010 | 1110 | 101011100 | 1010101 | 101110 |
Color Harmonies of #DB123A
Complementary color
Monochromatic Colors of #DB123A
Black with #DB123A
Text Example
Text Example
White with #DB123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB123A; }
p { color: rgb(219,18,58); }
H1.HeaderClassName
{
color: #DB123A;
}
.AnyTagClassName
{
color: #DB123A;
}
</style>
background-color css
<style>
a { background-color: #DB123A; }
a { background-color: rgb(219,18,58); }
div.DivClassName
{
background-color: #DB123A;
}
.BgClassName
{
background-color: #DB123A;
}
</style>
border-color css
<style>
span { border-color: #DB123A; }
span { border-color: rgb(219,18,58); }
td.TdClassName
{
border-color: #DB123A;
}
.TagClassName
{
border-color: #DB123A;
}
</style>