Shades of Crimson #DB1D41
Tints of Crimson #DB1D41
RGB
CMYK
RGB Variations
Color information
#DB1D41 (or 0xDB1D41) is known color: Crimson. HEX triplet: DB, 1D and 41. RGB value is (219,29,65). Sum of RGB (Red+Green+Blue) = 219+29+65=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1D41 is #24E2BE. Grayscale: #595959. Windows color (decimal): -2417343 or 4267483. OLE color: 4267483.
HSL color Cylindrical-coordinate representation of color #DB1D41: hue angle of 348.63º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D41 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 65 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.14 |
| HSL | 348.63º | 0.77% | 0.49% | - |
| HSV(B) | 348.63º | 0.87% | 0.86% | - |
| XYZ | 30.61 | 16.32 | 6.54 | - |
| YUV | 89.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 65 | 0 | 0.87 | 0.70 | 0.14 | 348.63 | 0.77 | 0.49 |
| Hex | DB | 1D | 41 | 0 | 57 | 46 | E | 15D | 4D | 31 |
| Octal | 333 | 35 | 101 | 0 | 127 | 106 | 16 | 535 | 115 | 61 |
| Binary | 11011011 | 11101 | 1000001 | 0 | 1010111 | 1000110 | 1110 | 101011101 | 1001101 | 110001 |
Color Harmonies of #DB1D41
Complementary color
Monochromatic Colors of #DB1D41
Black with #DB1D41
Text Example
Text Example
White with #DB1D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D41; }
p { color: rgb(219,29,65); }
H1.HeaderClassName
{
color: #DB1D41;
}
.AnyTagClassName
{
color: #DB1D41;
}
</style>
background-color css
<style>
a { background-color: #DB1D41; }
a { background-color: rgb(219,29,65); }
div.DivClassName
{
background-color: #DB1D41;
}
.BgClassName
{
background-color: #DB1D41;
}
</style>
border-color css
<style>
span { border-color: #DB1D41; }
span { border-color: rgb(219,29,65); }
td.TdClassName
{
border-color: #DB1D41;
}
.TagClassName
{
border-color: #DB1D41;
}
</style>