Shades of Crimson #DB1C41
Tints of Crimson #DB1C41
RGB
CMYK
RGB Variations
Color information
#DB1C41 (or 0xDB1C41) is known color: Crimson. HEX triplet: DB, 1C and 41. RGB value is (219,28,65). Sum of RGB (Red+Green+Blue) = 219+28+65=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C41 is #24E3BE. Grayscale: #595959. Windows color (decimal): -2417599 or 4267227. OLE color: 4267227.
HSL color Cylindrical-coordinate representation of color #DB1C41: hue angle of 348.38º 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 #DB1C41 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 65 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.14 |
| HSL | 348.38º | 0.77% | 0.48% | - |
| HSV(B) | 348.38º | 0.87% | 0.86% | - |
| XYZ | 30.58 | 16.27 | 6.53 | - |
| YUV | 89.33 | 114.28 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 65 | 0 | 0.87 | 0.70 | 0.14 | 348.38 | 0.77 | 0.48 |
| Hex | DB | 1C | 41 | 0 | 57 | 46 | E | 15C | 4D | 30 |
| Octal | 333 | 34 | 101 | 0 | 127 | 106 | 16 | 534 | 115 | 60 |
| Binary | 11011011 | 11100 | 1000001 | 0 | 1010111 | 1000110 | 1110 | 101011100 | 1001101 | 110000 |
Color Harmonies of #DB1C41
Complementary color
Monochromatic Colors of #DB1C41
Black with #DB1C41
Text Example
Text Example
White with #DB1C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C41; }
p { color: rgb(219,28,65); }
H1.HeaderClassName
{
color: #DB1C41;
}
.AnyTagClassName
{
color: #DB1C41;
}
</style>
background-color css
<style>
a { background-color: #DB1C41; }
a { background-color: rgb(219,28,65); }
div.DivClassName
{
background-color: #DB1C41;
}
.BgClassName
{
background-color: #DB1C41;
}
</style>
border-color css
<style>
span { border-color: #DB1C41; }
span { border-color: rgb(219,28,65); }
td.TdClassName
{
border-color: #DB1C41;
}
.TagClassName
{
border-color: #DB1C41;
}
</style>