Shades of Cinnabar #DB4743
Tints of Cinnabar #DB4743
RGB
CMYK
RGB Variations
Color information
#DB4743 (or 0xDB4743) is known color: Cinnabar. HEX triplet: DB, 47 and 43. RGB value is (219,71,67). Sum of RGB (Red+Green+Blue) = 219+71+67=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4743 is #24B8BC. Grayscale: #727272. Windows color (decimal): -2406589 or 4409307. OLE color: 4409307.
HSL color Cylindrical-coordinate representation of color #DB4743: hue angle of 1.58º 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 #DB4743 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 67 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.14 |
| HSL | 1.58º | 0.68% | 0.56% | - |
| HSV(B) | 1.58º | 0.69% | 0.86% | - |
| XYZ | 32.48 | 19.97 | 7.45 | - |
| YUV | 114.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 67 | 0 | 0.68 | 0.69 | 0.14 | 1.58 | 0.68 | 0.56 |
| Hex | DB | 47 | 43 | 0 | 44 | 45 | E | 2 | 44 | 38 |
| Octal | 333 | 107 | 103 | 0 | 104 | 105 | 16 | 2 | 104 | 70 |
| Binary | 11011011 | 1000111 | 1000011 | 0 | 1000100 | 1000101 | 1110 | 10 | 1000100 | 111000 |
Color Harmonies of #DB4743
Complementary color
Monochromatic Colors of #DB4743
Black with #DB4743
Text Example
Text Example
White with #DB4743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4743; }
p { color: rgb(219,71,67); }
H1.HeaderClassName
{
color: #DB4743;
}
.AnyTagClassName
{
color: #DB4743;
}
</style>
background-color css
<style>
a { background-color: #DB4743; }
a { background-color: rgb(219,71,67); }
div.DivClassName
{
background-color: #DB4743;
}
.BgClassName
{
background-color: #DB4743;
}
</style>
border-color css
<style>
span { border-color: #DB4743; }
span { border-color: rgb(219,71,67); }
td.TdClassName
{
border-color: #DB4743;
}
.TagClassName
{
border-color: #DB4743;
}
</style>