Shades of Crimson #DB2241
Tints of Crimson #DB2241
RGB
CMYK
RGB Variations
Color information
#DB2241 (or 0xDB2241) is known color: Crimson. HEX triplet: DB, 22 and 41. RGB value is (219,34,65). Sum of RGB (Red+Green+Blue) = 219+34+65=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2241 is #24DDBE. Grayscale: #5C5C5C. Windows color (decimal): -2416063 or 4268763. OLE color: 4268763.
HSL color Cylindrical-coordinate representation of color #DB2241: hue angle of 349.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2241 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 65 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.14 |
| HSL | 349.95º | 0.73% | 0.5% | - |
| HSV(B) | 349.95º | 0.84% | 0.86% | - |
| XYZ | 30.74 | 16.59 | 6.58 | - |
| YUV | 92.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 65 | 0 | 0.84 | 0.70 | 0.14 | 349.95 | 0.73 | 0.5 |
| Hex | DB | 22 | 41 | 0 | 54 | 46 | E | 15E | 49 | 32 |
| Octal | 333 | 42 | 101 | 0 | 124 | 106 | 16 | 536 | 111 | 62 |
| Binary | 11011011 | 100010 | 1000001 | 0 | 1010100 | 1000110 | 1110 | 101011110 | 1001001 | 110010 |
Color Harmonies of #DB2241
Complementary color
Monochromatic Colors of #DB2241
Black with #DB2241
Text Example
Text Example
White with #DB2241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2241; }
p { color: rgb(219,34,65); }
H1.HeaderClassName
{
color: #DB2241;
}
.AnyTagClassName
{
color: #DB2241;
}
</style>
background-color css
<style>
a { background-color: #DB2241; }
a { background-color: rgb(219,34,65); }
div.DivClassName
{
background-color: #DB2241;
}
.BgClassName
{
background-color: #DB2241;
}
</style>
border-color css
<style>
span { border-color: #DB2241; }
span { border-color: rgb(219,34,65); }
td.TdClassName
{
border-color: #DB2241;
}
.TagClassName
{
border-color: #DB2241;
}
</style>