Shades of Crimson #DB1A3F
Tints of Crimson #DB1A3F
RGB
CMYK
RGB Variations
Color information
#DB1A3F (or 0xDB1A3F) is known color: Crimson. HEX triplet: DB, 1A and 3F. RGB value is (219,26,63). Sum of RGB (Red+Green+Blue) = 219+26+63=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A3F is #24E5C0. Grayscale: #575757. Windows color (decimal): -2418113 or 4135643. OLE color: 4135643.
HSL color Cylindrical-coordinate representation of color #DB1A3F: hue angle of 348.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A3F is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 63 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.14 |
| HSL | 348.5º | 0.79% | 0.48% | - |
| HSV(B) | 348.5º | 0.88% | 0.86% | - |
| XYZ | 30.48 | 16.16 | 6.21 | - |
| YUV | 87.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 63 | 0 | 0.88 | 0.71 | 0.14 | 348.5 | 0.79 | 0.48 |
| Hex | DB | 1A | 3F | 0 | 58 | 47 | E | 15C | 4F | 30 |
| Octal | 333 | 32 | 77 | 0 | 130 | 107 | 16 | 534 | 117 | 60 |
| Binary | 11011011 | 11010 | 111111 | 0 | 1011000 | 1000111 | 1110 | 101011100 | 1001111 | 110000 |
Color Harmonies of #DB1A3F
Complementary color
Monochromatic Colors of #DB1A3F
Black with #DB1A3F
Text Example
Text Example
White with #DB1A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A3F; }
p { color: rgb(219,26,63); }
H1.HeaderClassName
{
color: #DB1A3F;
}
.AnyTagClassName
{
color: #DB1A3F;
}
</style>
background-color css
<style>
a { background-color: #DB1A3F; }
a { background-color: rgb(219,26,63); }
div.DivClassName
{
background-color: #DB1A3F;
}
.BgClassName
{
background-color: #DB1A3F;
}
</style>
border-color css
<style>
span { border-color: #DB1A3F; }
span { border-color: rgb(219,26,63); }
td.TdClassName
{
border-color: #DB1A3F;
}
.TagClassName
{
border-color: #DB1A3F;
}
</style>