Shades of Crimson #DB102D
Tints of Crimson #DB102D
RGB
CMYK
RGB Variations
Color information
#DB102D (or 0xDB102D) is known color: Crimson. HEX triplet: DB, 10 and 2D. RGB value is (219,16,45). Sum of RGB (Red+Green+Blue) = 219+16+45=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB102D is #24EFD2. Grayscale: #505050. Windows color (decimal): -2420691 or 2953435. OLE color: 2953435.
HSL color Cylindrical-coordinate representation of color #DB102D: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB102D is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 45 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.14 |
| HSL | 351.43º | 0.86% | 0.46% | - |
| HSV(B) | 351.43º | 0.93% | 0.86% | - |
| XYZ | 29.87 | 15.62 | 3.92 | - |
| YUV | 80 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 45 | 0 | 0.93 | 0.79 | 0.14 | 351.43 | 0.86 | 0.46 |
| Hex | DB | 10 | 2D | 0 | 5D | 4F | E | 15F | 56 | 2E |
| Octal | 333 | 20 | 55 | 0 | 135 | 117 | 16 | 537 | 126 | 56 |
| Binary | 11011011 | 10000 | 101101 | 0 | 1011101 | 1001111 | 1110 | 101011111 | 1010110 | 101110 |
Color Harmonies of #DB102D
Complementary color
Monochromatic Colors of #DB102D
Black with #DB102D
Text Example
Text Example
White with #DB102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB102D; }
p { color: rgb(219,16,45); }
H1.HeaderClassName
{
color: #DB102D;
}
.AnyTagClassName
{
color: #DB102D;
}
</style>
background-color css
<style>
a { background-color: #DB102D; }
a { background-color: rgb(219,16,45); }
div.DivClassName
{
background-color: #DB102D;
}
.BgClassName
{
background-color: #DB102D;
}
</style>
border-color css
<style>
span { border-color: #DB102D; }
span { border-color: rgb(219,16,45); }
td.TdClassName
{
border-color: #DB102D;
}
.TagClassName
{
border-color: #DB102D;
}
</style>