Shades of Crimson #DB0F4B
Tints of Crimson #DB0F4B
RGB
CMYK
RGB Variations
Color information
#DB0F4B (or 0xDB0F4B) is known color: Crimson. HEX triplet: DB, 0F and 4B. RGB value is (219,15,75). Sum of RGB (Red+Green+Blue) = 219+15+75=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F4B is #24F0B4. Grayscale: #525252. Windows color (decimal): -2420917 or 4919259. OLE color: 4919259.
HSL color Cylindrical-coordinate representation of color #DB0F4B: hue angle of 342.35º degrees, saturation: 0.87, 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 #DB0F4B is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 75 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.14 |
| HSL | 342.35º | 0.87% | 0.46% | - |
| HSV(B) | 342.35º | 0.93% | 0.86% | - |
| XYZ | 30.65 | 15.91 | 8.11 | - |
| YUV | 82.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 75 | 0 | 0.93 | 0.66 | 0.14 | 342.35 | 0.87 | 0.46 |
| Hex | DB | F | 4B | 0 | 5D | 42 | E | 156 | 57 | 2E |
| Octal | 333 | 17 | 113 | 0 | 135 | 102 | 16 | 526 | 127 | 56 |
| Binary | 11011011 | 1111 | 1001011 | 0 | 1011101 | 1000010 | 1110 | 101010110 | 1010111 | 101110 |
Color Harmonies of #DB0F4B
Complementary color
Monochromatic Colors of #DB0F4B
Black with #DB0F4B
Text Example
Text Example
White with #DB0F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F4B; }
p { color: rgb(219,15,75); }
H1.HeaderClassName
{
color: #DB0F4B;
}
.AnyTagClassName
{
color: #DB0F4B;
}
</style>
background-color css
<style>
a { background-color: #DB0F4B; }
a { background-color: rgb(219,15,75); }
div.DivClassName
{
background-color: #DB0F4B;
}
.BgClassName
{
background-color: #DB0F4B;
}
</style>
border-color css
<style>
span { border-color: #DB0F4B; }
span { border-color: rgb(219,15,75); }
td.TdClassName
{
border-color: #DB0F4B;
}
.TagClassName
{
border-color: #DB0F4B;
}
</style>