Shades of Crimson #DB1C3F
Tints of Crimson #DB1C3F
RGB
CMYK
RGB Variations
Color information
#DB1C3F (or 0xDB1C3F) is known color: Crimson. HEX triplet: DB, 1C and 3F. RGB value is (219,28,63). Sum of RGB (Red+Green+Blue) = 219+28+63=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C3F is #24E3C0. Grayscale: #595959. Windows color (decimal): -2417601 or 4136155. OLE color: 4136155.
HSL color Cylindrical-coordinate representation of color #DB1C3F: hue angle of 349.01º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C3F is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 63 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.14 |
| HSL | 349.01º | 0.77% | 0.48% | - |
| HSV(B) | 349.01º | 0.87% | 0.86% | - |
| XYZ | 30.53 | 16.25 | 6.23 | - |
| YUV | 89.1 | 113.28 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 63 | 0 | 0.87 | 0.71 | 0.14 | 349.01 | 0.77 | 0.48 |
| Hex | DB | 1C | 3F | 0 | 57 | 47 | E | 15D | 4D | 30 |
| Octal | 333 | 34 | 77 | 0 | 127 | 107 | 16 | 535 | 115 | 60 |
| Binary | 11011011 | 11100 | 111111 | 0 | 1010111 | 1000111 | 1110 | 101011101 | 1001101 | 110000 |
Color Harmonies of #DB1C3F
Complementary color
Monochromatic Colors of #DB1C3F
Black with #DB1C3F
Text Example
Text Example
White with #DB1C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C3F; }
p { color: rgb(219,28,63); }
H1.HeaderClassName
{
color: #DB1C3F;
}
.AnyTagClassName
{
color: #DB1C3F;
}
</style>
background-color css
<style>
a { background-color: #DB1C3F; }
a { background-color: rgb(219,28,63); }
div.DivClassName
{
background-color: #DB1C3F;
}
.BgClassName
{
background-color: #DB1C3F;
}
</style>
border-color css
<style>
span { border-color: #DB1C3F; }
span { border-color: rgb(219,28,63); }
td.TdClassName
{
border-color: #DB1C3F;
}
.TagClassName
{
border-color: #DB1C3F;
}
</style>