Shades of Crimson #DB1233
Tints of Crimson #DB1233
RGB
CMYK
RGB Variations
Color information
#DB1233 (or 0xDB1233) is known color: Crimson. HEX triplet: DB, 12 and 33. RGB value is (219,18,51). Sum of RGB (Red+Green+Blue) = 219+18+51=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1233 is #24EDCC. Grayscale: #515151. Windows color (decimal): -2420173 or 3347163. OLE color: 3347163.
HSL color Cylindrical-coordinate representation of color #DB1233: hue angle of 350.15º 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 #DB1233 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 51 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.14 |
| HSL | 350.15º | 0.85% | 0.46% | - |
| HSV(B) | 350.15º | 0.92% | 0.86% | - |
| XYZ | 30.03 | 15.73 | 4.59 | - |
| YUV | 81.86 | 110.59 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 51 | 0 | 0.92 | 0.77 | 0.14 | 350.15 | 0.85 | 0.46 |
| Hex | DB | 12 | 33 | 0 | 5C | 4D | E | 15E | 55 | 2E |
| Octal | 333 | 22 | 63 | 0 | 134 | 115 | 16 | 536 | 125 | 56 |
| Binary | 11011011 | 10010 | 110011 | 0 | 1011100 | 1001101 | 1110 | 101011110 | 1010101 | 101110 |
Color Harmonies of #DB1233
Complementary color
Monochromatic Colors of #DB1233
Black with #DB1233
Text Example
Text Example
White with #DB1233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1233; }
p { color: rgb(219,18,51); }
H1.HeaderClassName
{
color: #DB1233;
}
.AnyTagClassName
{
color: #DB1233;
}
</style>
background-color css
<style>
a { background-color: #DB1233; }
a { background-color: rgb(219,18,51); }
div.DivClassName
{
background-color: #DB1233;
}
.BgClassName
{
background-color: #DB1233;
}
</style>
border-color css
<style>
span { border-color: #DB1233; }
span { border-color: rgb(219,18,51); }
td.TdClassName
{
border-color: #DB1233;
}
.TagClassName
{
border-color: #DB1233;
}
</style>