Shades of Crimson #DB1238
Tints of Crimson #DB1238
RGB
CMYK
RGB Variations
Color information
#DB1238 (or 0xDB1238) is known color: Crimson. HEX triplet: DB, 12 and 38. RGB value is (219,18,56). Sum of RGB (Red+Green+Blue) = 219+18+56=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1238 is #24EDC7. Grayscale: #525252. Windows color (decimal): -2420168 or 3674843. OLE color: 3674843.
HSL color Cylindrical-coordinate representation of color #DB1238: hue angle of 348.66º 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 #DB1238 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 56 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.14 |
| HSL | 348.66º | 0.85% | 0.46% | - |
| HSV(B) | 348.66º | 0.92% | 0.86% | - |
| XYZ | 30.14 | 15.78 | 5.2 | - |
| YUV | 82.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 56 | 0 | 0.92 | 0.74 | 0.14 | 348.66 | 0.85 | 0.46 |
| Hex | DB | 12 | 38 | 0 | 5C | 4A | E | 15D | 55 | 2E |
| Octal | 333 | 22 | 70 | 0 | 134 | 112 | 16 | 535 | 125 | 56 |
| Binary | 11011011 | 10010 | 111000 | 0 | 1011100 | 1001010 | 1110 | 101011101 | 1010101 | 101110 |
Color Harmonies of #DB1238
Complementary color
Monochromatic Colors of #DB1238
Black with #DB1238
Text Example
Text Example
White with #DB1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1238; }
p { color: rgb(219,18,56); }
H1.HeaderClassName
{
color: #DB1238;
}
.AnyTagClassName
{
color: #DB1238;
}
</style>
background-color css
<style>
a { background-color: #DB1238; }
a { background-color: rgb(219,18,56); }
div.DivClassName
{
background-color: #DB1238;
}
.BgClassName
{
background-color: #DB1238;
}
</style>
border-color css
<style>
span { border-color: #DB1238; }
span { border-color: rgb(219,18,56); }
td.TdClassName
{
border-color: #DB1238;
}
.TagClassName
{
border-color: #DB1238;
}
</style>