Shades of Crimson #DB1E48
Tints of Crimson #DB1E48
RGB
CMYK
RGB Variations
Color information
#DB1E48 (or 0xDB1E48) is known color: Crimson. HEX triplet: DB, 1E and 48. RGB value is (219,30,72). Sum of RGB (Red+Green+Blue) = 219+30+72=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E48 is #24E1B7. Grayscale: #5B5B5B. Windows color (decimal): -2417080 or 4726491. OLE color: 4726491.
HSL color Cylindrical-coordinate representation of color #DB1E48: hue angle of 346.67º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E48 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 72 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.14 |
| HSL | 346.67º | 0.76% | 0.49% | - |
| HSV(B) | 346.67º | 0.86% | 0.86% | - |
| XYZ | 30.85 | 16.46 | 7.68 | - |
| YUV | 91.3 | 117.12 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 72 | 0 | 0.86 | 0.67 | 0.14 | 346.67 | 0.76 | 0.49 |
| Hex | DB | 1E | 48 | 0 | 56 | 43 | E | 15B | 4C | 31 |
| Octal | 333 | 36 | 110 | 0 | 126 | 103 | 16 | 533 | 114 | 61 |
| Binary | 11011011 | 11110 | 1001000 | 0 | 1010110 | 1000011 | 1110 | 101011011 | 1001100 | 110001 |
Color Harmonies of #DB1E48
Complementary color
Monochromatic Colors of #DB1E48
Black with #DB1E48
Text Example
Text Example
White with #DB1E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E48; }
p { color: rgb(219,30,72); }
H1.HeaderClassName
{
color: #DB1E48;
}
.AnyTagClassName
{
color: #DB1E48;
}
</style>
background-color css
<style>
a { background-color: #DB1E48; }
a { background-color: rgb(219,30,72); }
div.DivClassName
{
background-color: #DB1E48;
}
.BgClassName
{
background-color: #DB1E48;
}
</style>
border-color css
<style>
span { border-color: #DB1E48; }
span { border-color: rgb(219,30,72); }
td.TdClassName
{
border-color: #DB1E48;
}
.TagClassName
{
border-color: #DB1E48;
}
</style>