Shades of Cinnabar #DB4843
Tints of Cinnabar #DB4843
RGB
CMYK
RGB Variations
Color information
#DB4843 (or 0xDB4843) is known color: Cinnabar. HEX triplet: DB, 48 and 43. RGB value is (219,72,67). Sum of RGB (Red+Green+Blue) = 219+72+67=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4843 is #24B7BC. Grayscale: #737373. Windows color (decimal): -2406333 or 4409563. OLE color: 4409563.
HSL color Cylindrical-coordinate representation of color #DB4843: hue angle of 1.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4843 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 67 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.14 |
| HSL | 1.97º | 0.68% | 0.56% | - |
| HSV(B) | 1.97º | 0.69% | 0.86% | - |
| XYZ | 32.54 | 20.1 | 7.47 | - |
| YUV | 115.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 67 | 0 | 0.67 | 0.69 | 0.14 | 1.97 | 0.68 | 0.56 |
| Hex | DB | 48 | 43 | 0 | 43 | 45 | E | 2 | 44 | 38 |
| Octal | 333 | 110 | 103 | 0 | 103 | 105 | 16 | 2 | 104 | 70 |
| Binary | 11011011 | 1001000 | 1000011 | 0 | 1000011 | 1000101 | 1110 | 10 | 1000100 | 111000 |
Color Harmonies of #DB4843
Complementary color
Monochromatic Colors of #DB4843
Black with #DB4843
Text Example
Text Example
White with #DB4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4843; }
p { color: rgb(219,72,67); }
H1.HeaderClassName
{
color: #DB4843;
}
.AnyTagClassName
{
color: #DB4843;
}
</style>
background-color css
<style>
a { background-color: #DB4843; }
a { background-color: rgb(219,72,67); }
div.DivClassName
{
background-color: #DB4843;
}
.BgClassName
{
background-color: #DB4843;
}
</style>
border-color css
<style>
span { border-color: #DB4843; }
span { border-color: rgb(219,72,67); }
td.TdClassName
{
border-color: #DB4843;
}
.TagClassName
{
border-color: #DB4843;
}
</style>