Shades of Crimson #DB1243
Tints of Crimson #DB1243
RGB
CMYK
RGB Variations
Color information
#DB1243 (or 0xDB1243) is known color: Crimson. HEX triplet: DB, 12 and 43. RGB value is (219,18,67). Sum of RGB (Red+Green+Blue) = 219+18+67=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1243 is #24EDBC. Grayscale: #535353. Windows color (decimal): -2420157 or 4395739. OLE color: 4395739.
HSL color Cylindrical-coordinate representation of color #DB1243: hue angle of 345.37º 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 #DB1243 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 67 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.14 |
| HSL | 345.37º | 0.85% | 0.46% | - |
| HSV(B) | 345.37º | 0.92% | 0.86% | - |
| XYZ | 30.44 | 15.9 | 6.77 | - |
| YUV | 83.69 | 118.59 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 67 | 0 | 0.92 | 0.69 | 0.14 | 345.37 | 0.85 | 0.46 |
| Hex | DB | 12 | 43 | 0 | 5C | 45 | E | 159 | 55 | 2E |
| Octal | 333 | 22 | 103 | 0 | 134 | 105 | 16 | 531 | 125 | 56 |
| Binary | 11011011 | 10010 | 1000011 | 0 | 1011100 | 1000101 | 1110 | 101011001 | 1010101 | 101110 |
Color Harmonies of #DB1243
Complementary color
Monochromatic Colors of #DB1243
Black with #DB1243
Text Example
Text Example
White with #DB1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1243; }
p { color: rgb(219,18,67); }
H1.HeaderClassName
{
color: #DB1243;
}
.AnyTagClassName
{
color: #DB1243;
}
</style>
background-color css
<style>
a { background-color: #DB1243; }
a { background-color: rgb(219,18,67); }
div.DivClassName
{
background-color: #DB1243;
}
.BgClassName
{
background-color: #DB1243;
}
</style>
border-color css
<style>
span { border-color: #DB1243; }
span { border-color: rgb(219,18,67); }
td.TdClassName
{
border-color: #DB1243;
}
.TagClassName
{
border-color: #DB1243;
}
</style>