Shades of Cinnabar #DB4328
Tints of Cinnabar #DB4328
RGB
CMYK
RGB Variations
Color information
#DB4328 (or 0xDB4328) is known color: Cinnabar. HEX triplet: DB, 43 and 28. RGB value is (219,67,40). Sum of RGB (Red+Green+Blue) = 219+67+40=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4328 is #24BCD7. Grayscale: #6D6D6D. Windows color (decimal): -2407640 or 2638811. OLE color: 2638811.
HSL color Cylindrical-coordinate representation of color #DB4328: hue angle of 9.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB4328 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 40 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.14 |
| HSL | 9.05º | 0.71% | 0.51% | - |
| HSV(B) | 9.05º | 0.82% | 0.86% | - |
| XYZ | 31.6 | 19.23 | 4.05 | - |
| YUV | 109.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 40 | 0 | 0.69 | 0.82 | 0.14 | 9.05 | 0.71 | 0.51 |
| Hex | DB | 43 | 28 | 0 | 45 | 52 | E | 9 | 47 | 33 |
| Octal | 333 | 103 | 50 | 0 | 105 | 122 | 16 | 11 | 107 | 63 |
| Binary | 11011011 | 1000011 | 101000 | 0 | 1000101 | 1010010 | 1110 | 1001 | 1000111 | 110011 |
Color Harmonies of #DB4328
Complementary color
Monochromatic Colors of #DB4328
Black with #DB4328
Text Example
Text Example
White with #DB4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4328; }
p { color: rgb(219,67,40); }
H1.HeaderClassName
{
color: #DB4328;
}
.AnyTagClassName
{
color: #DB4328;
}
</style>
background-color css
<style>
a { background-color: #DB4328; }
a { background-color: rgb(219,67,40); }
div.DivClassName
{
background-color: #DB4328;
}
.BgClassName
{
background-color: #DB4328;
}
</style>
border-color css
<style>
span { border-color: #DB4328; }
span { border-color: rgb(219,67,40); }
td.TdClassName
{
border-color: #DB4328;
}
.TagClassName
{
border-color: #DB4328;
}
</style>