Shades of Crimson #DB1230
Tints of Crimson #DB1230
RGB
CMYK
RGB Variations
Color information
#DB1230 (or 0xDB1230) is known color: Crimson. HEX triplet: DB, 12 and 30. RGB value is (219,18,48). Sum of RGB (Red+Green+Blue) = 219+18+48=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1230 is #24EDCF. Grayscale: #515151. Windows color (decimal): -2420176 or 3150555. OLE color: 3150555.
HSL color Cylindrical-coordinate representation of color #DB1230: hue angle of 351.04º 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 #DB1230 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 48 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.14 |
| HSL | 351.04º | 0.85% | 0.46% | - |
| HSV(B) | 351.04º | 0.92% | 0.86% | - |
| XYZ | 29.96 | 15.71 | 4.25 | - |
| YUV | 81.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 48 | 0 | 0.92 | 0.78 | 0.14 | 351.04 | 0.85 | 0.46 |
| Hex | DB | 12 | 30 | 0 | 5C | 4E | E | 15F | 55 | 2E |
| Octal | 333 | 22 | 60 | 0 | 134 | 116 | 16 | 537 | 125 | 56 |
| Binary | 11011011 | 10010 | 110000 | 0 | 1011100 | 1001110 | 1110 | 101011111 | 1010101 | 101110 |
Color Harmonies of #DB1230
Complementary color
Monochromatic Colors of #DB1230
Black with #DB1230
Text Example
Text Example
White with #DB1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1230; }
p { color: rgb(219,18,48); }
H1.HeaderClassName
{
color: #DB1230;
}
.AnyTagClassName
{
color: #DB1230;
}
</style>
background-color css
<style>
a { background-color: #DB1230; }
a { background-color: rgb(219,18,48); }
div.DivClassName
{
background-color: #DB1230;
}
.BgClassName
{
background-color: #DB1230;
}
</style>
border-color css
<style>
span { border-color: #DB1230; }
span { border-color: rgb(219,18,48); }
td.TdClassName
{
border-color: #DB1230;
}
.TagClassName
{
border-color: #DB1230;
}
</style>