Shades of Crimson #DB1C42
Tints of Crimson #DB1C42
RGB
CMYK
RGB Variations
Color information
#DB1C42 (or 0xDB1C42) is known color: Crimson. HEX triplet: DB, 1C and 42. RGB value is (219,28,66). Sum of RGB (Red+Green+Blue) = 219+28+66=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C42 is #24E3BD. Grayscale: #595959. Windows color (decimal): -2417598 or 4332763. OLE color: 4332763.
HSL color Cylindrical-coordinate representation of color #DB1C42: hue angle of 348.06º 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 #DB1C42 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 66 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.14 |
| HSL | 348.06º | 0.77% | 0.48% | - |
| HSV(B) | 348.06º | 0.87% | 0.86% | - |
| XYZ | 30.61 | 16.28 | 6.68 | - |
| YUV | 89.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 66 | 0 | 0.87 | 0.70 | 0.14 | 348.06 | 0.77 | 0.48 |
| Hex | DB | 1C | 42 | 0 | 57 | 46 | E | 15C | 4D | 30 |
| Octal | 333 | 34 | 102 | 0 | 127 | 106 | 16 | 534 | 115 | 60 |
| Binary | 11011011 | 11100 | 1000010 | 0 | 1010111 | 1000110 | 1110 | 101011100 | 1001101 | 110000 |
Color Harmonies of #DB1C42
Complementary color
Monochromatic Colors of #DB1C42
Black with #DB1C42
Text Example
Text Example
White with #DB1C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C42; }
p { color: rgb(219,28,66); }
H1.HeaderClassName
{
color: #DB1C42;
}
.AnyTagClassName
{
color: #DB1C42;
}
</style>
background-color css
<style>
a { background-color: #DB1C42; }
a { background-color: rgb(219,28,66); }
div.DivClassName
{
background-color: #DB1C42;
}
.BgClassName
{
background-color: #DB1C42;
}
</style>
border-color css
<style>
span { border-color: #DB1C42; }
span { border-color: rgb(219,28,66); }
td.TdClassName
{
border-color: #DB1C42;
}
.TagClassName
{
border-color: #DB1C42;
}
</style>