Shades of Crimson #DB122F
Tints of Crimson #DB122F
RGB
CMYK
RGB Variations
Color information
#DB122F (or 0xDB122F) is known color: Crimson. HEX triplet: DB, 12 and 2F. RGB value is (219,18,47). Sum of RGB (Red+Green+Blue) = 219+18+47=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB122F is #24EDD0. Grayscale: #515151. Windows color (decimal): -2420177 or 3085019. OLE color: 3085019.
HSL color Cylindrical-coordinate representation of color #DB122F: hue angle of 351.34º 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 #DB122F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 47 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.14 |
| HSL | 351.34º | 0.85% | 0.46% | - |
| HSV(B) | 351.34º | 0.92% | 0.86% | - |
| XYZ | 29.94 | 15.7 | 4.14 | - |
| YUV | 81.41 | 108.59 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 47 | 0 | 0.92 | 0.79 | 0.14 | 351.34 | 0.85 | 0.46 |
| Hex | DB | 12 | 2F | 0 | 5C | 4F | E | 15F | 55 | 2E |
| Octal | 333 | 22 | 57 | 0 | 134 | 117 | 16 | 537 | 125 | 56 |
| Binary | 11011011 | 10010 | 101111 | 0 | 1011100 | 1001111 | 1110 | 101011111 | 1010101 | 101110 |
Color Harmonies of #DB122F
Complementary color
Monochromatic Colors of #DB122F
Black with #DB122F
Text Example
Text Example
White with #DB122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB122F; }
p { color: rgb(219,18,47); }
H1.HeaderClassName
{
color: #DB122F;
}
.AnyTagClassName
{
color: #DB122F;
}
</style>
background-color css
<style>
a { background-color: #DB122F; }
a { background-color: rgb(219,18,47); }
div.DivClassName
{
background-color: #DB122F;
}
.BgClassName
{
background-color: #DB122F;
}
</style>
border-color css
<style>
span { border-color: #DB122F; }
span { border-color: rgb(219,18,47); }
td.TdClassName
{
border-color: #DB122F;
}
.TagClassName
{
border-color: #DB122F;
}
</style>