Shades of Crimson #DB0F3B
Tints of Crimson #DB0F3B
RGB
CMYK
RGB Variations
Color information
#DB0F3B (or 0xDB0F3B) is known color: Crimson. HEX triplet: DB, 0F and 3B. RGB value is (219,15,59). Sum of RGB (Red+Green+Blue) = 219+15+59=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F3B is #24F0C4. Grayscale: #515151. Windows color (decimal): -2420933 or 3870683. OLE color: 3870683.
HSL color Cylindrical-coordinate representation of color #DB0F3B: hue angle of 347.06º 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 #DB0F3B is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 59 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.14 |
| HSL | 347.06º | 0.87% | 0.46% | - |
| HSV(B) | 347.06º | 0.93% | 0.86% | - |
| XYZ | 30.17 | 15.72 | 5.58 | - |
| YUV | 81.01 | 115.59 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 59 | 0 | 0.93 | 0.73 | 0.14 | 347.06 | 0.87 | 0.46 |
| Hex | DB | F | 3B | 0 | 5D | 49 | E | 15B | 57 | 2E |
| Octal | 333 | 17 | 73 | 0 | 135 | 111 | 16 | 533 | 127 | 56 |
| Binary | 11011011 | 1111 | 111011 | 0 | 1011101 | 1001001 | 1110 | 101011011 | 1010111 | 101110 |
Color Harmonies of #DB0F3B
Complementary color
Monochromatic Colors of #DB0F3B
Black with #DB0F3B
Text Example
Text Example
White with #DB0F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F3B; }
p { color: rgb(219,15,59); }
H1.HeaderClassName
{
color: #DB0F3B;
}
.AnyTagClassName
{
color: #DB0F3B;
}
</style>
background-color css
<style>
a { background-color: #DB0F3B; }
a { background-color: rgb(219,15,59); }
div.DivClassName
{
background-color: #DB0F3B;
}
.BgClassName
{
background-color: #DB0F3B;
}
</style>
border-color css
<style>
span { border-color: #DB0F3B; }
span { border-color: rgb(219,15,59); }
td.TdClassName
{
border-color: #DB0F3B;
}
.TagClassName
{
border-color: #DB0F3B;
}
</style>