Shades of Crimson #DB043C
Tints of Crimson #DB043C
RGB
CMYK
RGB Variations
Color information
#DB043C (or 0xDB043C) is known color: Crimson. HEX triplet: DB, 04 and 3C. RGB value is (219,4,60). Sum of RGB (Red+Green+Blue) = 219+4+60=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB043C is #24FBC3. Grayscale: #4A4A4A. Windows color (decimal): -2423748 or 3933403. OLE color: 3933403.
HSL color Cylindrical-coordinate representation of color #DB043C: hue angle of 344.37º 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 #DB043C is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.14 |
| HSL | 344.37º | 0.96% | 0.44% | - |
| HSV(B) | 344.37º | 0.98% | 0.86% | - |
| XYZ | 30.07 | 15.47 | 5.68 | - |
| YUV | 74.67 | 119.73 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 60 | 0 | 0.98 | 0.73 | 0.14 | 344.37 | 0.96 | 0.44 |
| Hex | DB | 4 | 3C | 0 | 62 | 49 | E | 158 | 60 | 2C |
| Octal | 333 | 4 | 74 | 0 | 142 | 111 | 16 | 530 | 140 | 54 |
| Binary | 11011011 | 100 | 111100 | 0 | 1100010 | 1001001 | 1110 | 101011000 | 1100000 | 101100 |
Color Harmonies of #DB043C
Complementary color
Monochromatic Colors of #DB043C
Black with #DB043C
Text Example
Text Example
White with #DB043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB043C; }
p { color: rgb(219,4,60); }
H1.HeaderClassName
{
color: #DB043C;
}
.AnyTagClassName
{
color: #DB043C;
}
</style>
background-color css
<style>
a { background-color: #DB043C; }
a { background-color: rgb(219,4,60); }
div.DivClassName
{
background-color: #DB043C;
}
.BgClassName
{
background-color: #DB043C;
}
</style>
border-color css
<style>
span { border-color: #DB043C; }
span { border-color: rgb(219,4,60); }
td.TdClassName
{
border-color: #DB043C;
}
.TagClassName
{
border-color: #DB043C;
}
</style>