Shades of Crimson #DB043A
Tints of Crimson #DB043A
RGB
CMYK
RGB Variations
Color information
#DB043A (or 0xDB043A) is known color: Crimson. HEX triplet: DB, 04 and 3A. RGB value is (219,4,58). Sum of RGB (Red+Green+Blue) = 219+4+58=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB043A is #24FBC5. Grayscale: #4A4A4A. Windows color (decimal): -2423750 or 3802331. OLE color: 3802331.
HSL color Cylindrical-coordinate representation of color #DB043A: hue angle of 344.93º 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 #DB043A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.14 |
| HSL | 344.93º | 0.96% | 0.44% | - |
| HSV(B) | 344.93º | 0.98% | 0.86% | - |
| XYZ | 30.02 | 15.45 | 5.4 | - |
| YUV | 74.44 | 118.73 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 58 | 0 | 0.98 | 0.74 | 0.14 | 344.93 | 0.96 | 0.44 |
| Hex | DB | 4 | 3A | 0 | 62 | 4A | E | 159 | 60 | 2C |
| Octal | 333 | 4 | 72 | 0 | 142 | 112 | 16 | 531 | 140 | 54 |
| Binary | 11011011 | 100 | 111010 | 0 | 1100010 | 1001010 | 1110 | 101011001 | 1100000 | 101100 |
Color Harmonies of #DB043A
Complementary color
Monochromatic Colors of #DB043A
Black with #DB043A
Text Example
Text Example
White with #DB043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB043A; }
p { color: rgb(219,4,58); }
H1.HeaderClassName
{
color: #DB043A;
}
.AnyTagClassName
{
color: #DB043A;
}
</style>
background-color css
<style>
a { background-color: #DB043A; }
a { background-color: rgb(219,4,58); }
div.DivClassName
{
background-color: #DB043A;
}
.BgClassName
{
background-color: #DB043A;
}
</style>
border-color css
<style>
span { border-color: #DB043A; }
span { border-color: rgb(219,4,58); }
td.TdClassName
{
border-color: #DB043A;
}
.TagClassName
{
border-color: #DB043A;
}
</style>