Shades of Cinnabar #DB4638
Tints of Cinnabar #DB4638
RGB
CMYK
RGB Variations
Color information
#DB4638 (or 0xDB4638) is known color: Cinnabar. HEX triplet: DB, 46 and 38. RGB value is (219,70,56). Sum of RGB (Red+Green+Blue) = 219+70+56=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4638 is #24B9C7. Grayscale: #717171. Windows color (decimal): -2406856 or 3688155. OLE color: 3688155.
HSL color Cylindrical-coordinate representation of color #DB4638: hue angle of 5.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB4638 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 56 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.14 |
| HSL | 5.15º | 0.69% | 0.54% | - |
| HSV(B) | 5.15º | 0.74% | 0.86% | - |
| XYZ | 32.12 | 19.73 | 5.86 | - |
| YUV | 112.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 56 | 0 | 0.68 | 0.74 | 0.14 | 5.15 | 0.69 | 0.54 |
| Hex | DB | 46 | 38 | 0 | 44 | 4A | E | 5 | 45 | 36 |
| Octal | 333 | 106 | 70 | 0 | 104 | 112 | 16 | 5 | 105 | 66 |
| Binary | 11011011 | 1000110 | 111000 | 0 | 1000100 | 1001010 | 1110 | 101 | 1000101 | 110110 |
Color Harmonies of #DB4638
Complementary color
Monochromatic Colors of #DB4638
Black with #DB4638
Text Example
Text Example
White with #DB4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4638; }
p { color: rgb(219,70,56); }
H1.HeaderClassName
{
color: #DB4638;
}
.AnyTagClassName
{
color: #DB4638;
}
</style>
background-color css
<style>
a { background-color: #DB4638; }
a { background-color: rgb(219,70,56); }
div.DivClassName
{
background-color: #DB4638;
}
.BgClassName
{
background-color: #DB4638;
}
</style>
border-color css
<style>
span { border-color: #DB4638; }
span { border-color: rgb(219,70,56); }
td.TdClassName
{
border-color: #DB4638;
}
.TagClassName
{
border-color: #DB4638;
}
</style>