Shades of Cinnabar #DB4D3F
Tints of Cinnabar #DB4D3F
RGB
CMYK
RGB Variations
Color information
#DB4D3F (or 0xDB4D3F) is known color: Cinnabar. HEX triplet: DB, 4D and 3F. RGB value is (219,77,63). Sum of RGB (Red+Green+Blue) = 219+77+63=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D3F is #24B2C0. Grayscale: #767676. Windows color (decimal): -2405057 or 4148699. OLE color: 4148699.
HSL color Cylindrical-coordinate representation of color #DB4D3F: hue angle of 5.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4D3F is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 63 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.14 |
| HSL | 5.38º | 0.68% | 0.55% | - |
| HSV(B) | 5.38º | 0.71% | 0.86% | - |
| XYZ | 32.76 | 20.73 | 6.98 | - |
| YUV | 117.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 63 | 0 | 0.65 | 0.71 | 0.14 | 5.38 | 0.68 | 0.55 |
| Hex | DB | 4D | 3F | 0 | 41 | 47 | E | 5 | 44 | 37 |
| Octal | 333 | 115 | 77 | 0 | 101 | 107 | 16 | 5 | 104 | 67 |
| Binary | 11011011 | 1001101 | 111111 | 0 | 1000001 | 1000111 | 1110 | 101 | 1000100 | 110111 |
Color Harmonies of #DB4D3F
Complementary color
Monochromatic Colors of #DB4D3F
Black with #DB4D3F
Text Example
Text Example
White with #DB4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D3F; }
p { color: rgb(219,77,63); }
H1.HeaderClassName
{
color: #DB4D3F;
}
.AnyTagClassName
{
color: #DB4D3F;
}
</style>
background-color css
<style>
a { background-color: #DB4D3F; }
a { background-color: rgb(219,77,63); }
div.DivClassName
{
background-color: #DB4D3F;
}
.BgClassName
{
background-color: #DB4D3F;
}
</style>
border-color css
<style>
span { border-color: #DB4D3F; }
span { border-color: rgb(219,77,63); }
td.TdClassName
{
border-color: #DB4D3F;
}
.TagClassName
{
border-color: #DB4D3F;
}
</style>