Shades of Cinnabar #DB4C3C
Tints of Cinnabar #DB4C3C
RGB
CMYK
RGB Variations
Color information
#DB4C3C (or 0xDB4C3C) is known color: Cinnabar. HEX triplet: DB, 4C and 3C. RGB value is (219,76,60). Sum of RGB (Red+Green+Blue) = 219+76+60=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C3C is #24B3C3. Grayscale: #757575. Windows color (decimal): -2405316 or 3951835. OLE color: 3951835.
HSL color Cylindrical-coordinate representation of color #DB4C3C: hue angle of 6.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB4C3C is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 60 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.14 |
| HSL | 6.04º | 0.69% | 0.55% | - |
| HSV(B) | 6.04º | 0.73% | 0.86% | - |
| XYZ | 32.61 | 20.56 | 6.52 | - |
| YUV | 116.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 60 | 0 | 0.65 | 0.73 | 0.14 | 6.04 | 0.69 | 0.55 |
| Hex | DB | 4C | 3C | 0 | 41 | 49 | E | 6 | 45 | 37 |
| Octal | 333 | 114 | 74 | 0 | 101 | 111 | 16 | 6 | 105 | 67 |
| Binary | 11011011 | 1001100 | 111100 | 0 | 1000001 | 1001001 | 1110 | 110 | 1000101 | 110111 |
Color Harmonies of #DB4C3C
Complementary color
Monochromatic Colors of #DB4C3C
Black with #DB4C3C
Text Example
Text Example
White with #DB4C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C3C; }
p { color: rgb(219,76,60); }
H1.HeaderClassName
{
color: #DB4C3C;
}
.AnyTagClassName
{
color: #DB4C3C;
}
</style>
background-color css
<style>
a { background-color: #DB4C3C; }
a { background-color: rgb(219,76,60); }
div.DivClassName
{
background-color: #DB4C3C;
}
.BgClassName
{
background-color: #DB4C3C;
}
</style>
border-color css
<style>
span { border-color: #DB4C3C; }
span { border-color: rgb(219,76,60); }
td.TdClassName
{
border-color: #DB4C3C;
}
.TagClassName
{
border-color: #DB4C3C;
}
</style>