Shades of Crimson #DB0542
Tints of Crimson #DB0542
RGB
CMYK
RGB Variations
Color information
#DB0542 (or 0xDB0542) is known color: Crimson. HEX triplet: DB, 05 and 42. RGB value is (219,5,66). Sum of RGB (Red+Green+Blue) = 219+5+66=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0542 is #24FABD. Grayscale: #4B4B4B. Windows color (decimal): -2423486 or 4326875. OLE color: 4326875.
HSL color Cylindrical-coordinate representation of color #DB0542: hue angle of 342.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0542 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 66 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.14 |
| HSL | 342.9º | 0.96% | 0.44% | - |
| HSV(B) | 342.9º | 0.98% | 0.86% | - |
| XYZ | 30.25 | 15.56 | 6.56 | - |
| YUV | 75.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 66 | 0 | 0.98 | 0.70 | 0.14 | 342.9 | 0.96 | 0.44 |
| Hex | DB | 5 | 42 | 0 | 62 | 46 | E | 157 | 60 | 2C |
| Octal | 333 | 5 | 102 | 0 | 142 | 106 | 16 | 527 | 140 | 54 |
| Binary | 11011011 | 101 | 1000010 | 0 | 1100010 | 1000110 | 1110 | 101010111 | 1100000 | 101100 |
Color Harmonies of #DB0542
Complementary color
Monochromatic Colors of #DB0542
Black with #DB0542
Text Example
Text Example
White with #DB0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0542; }
p { color: rgb(219,5,66); }
H1.HeaderClassName
{
color: #DB0542;
}
.AnyTagClassName
{
color: #DB0542;
}
</style>
background-color css
<style>
a { background-color: #DB0542; }
a { background-color: rgb(219,5,66); }
div.DivClassName
{
background-color: #DB0542;
}
.BgClassName
{
background-color: #DB0542;
}
</style>
border-color css
<style>
span { border-color: #DB0542; }
span { border-color: rgb(219,5,66); }
td.TdClassName
{
border-color: #DB0542;
}
.TagClassName
{
border-color: #DB0542;
}
</style>