Shades of Crimson #DB104B
Tints of Crimson #DB104B
RGB
CMYK
RGB Variations
Color information
#DB104B (or 0xDB104B) is known color: Crimson. HEX triplet: DB, 10 and 4B. RGB value is (219,16,75). Sum of RGB (Red+Green+Blue) = 219+16+75=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB104B is #24EFB4. Grayscale: #535353. Windows color (decimal): -2420661 or 4919515. OLE color: 4919515.
HSL color Cylindrical-coordinate representation of color #DB104B: hue angle of 342.56º 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 #DB104B is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 75 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.14 |
| HSL | 342.56º | 0.86% | 0.46% | - |
| HSV(B) | 342.56º | 0.93% | 0.86% | - |
| XYZ | 30.67 | 15.94 | 8.12 | - |
| YUV | 83.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 75 | 0 | 0.93 | 0.66 | 0.14 | 342.56 | 0.86 | 0.46 |
| Hex | DB | 10 | 4B | 0 | 5D | 42 | E | 157 | 56 | 2E |
| Octal | 333 | 20 | 113 | 0 | 135 | 102 | 16 | 527 | 126 | 56 |
| Binary | 11011011 | 10000 | 1001011 | 0 | 1011101 | 1000010 | 1110 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DB104B
Complementary color
Monochromatic Colors of #DB104B
Black with #DB104B
Text Example
Text Example
White with #DB104B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB104B; }
p { color: rgb(219,16,75); }
H1.HeaderClassName
{
color: #DB104B;
}
.AnyTagClassName
{
color: #DB104B;
}
</style>
background-color css
<style>
a { background-color: #DB104B; }
a { background-color: rgb(219,16,75); }
div.DivClassName
{
background-color: #DB104B;
}
.BgClassName
{
background-color: #DB104B;
}
</style>
border-color css
<style>
span { border-color: #DB104B; }
span { border-color: rgb(219,16,75); }
td.TdClassName
{
border-color: #DB104B;
}
.TagClassName
{
border-color: #DB104B;
}
</style>