Shades of Cinnabar #DB4426
Tints of Cinnabar #DB4426
RGB
CMYK
RGB Variations
Color information
#DB4426 (or 0xDB4426) is known color: Cinnabar. HEX triplet: DB, 44 and 26. RGB value is (219,68,38). Sum of RGB (Red+Green+Blue) = 219+68+38=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4426 is #24BBD9. Grayscale: #6E6E6E. Windows color (decimal): -2407386 or 2507995. OLE color: 2507995.
HSL color Cylindrical-coordinate representation of color #DB4426: hue angle of 9.94º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB4426 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 38 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.14 |
| HSL | 9.94º | 0.72% | 0.5% | - |
| HSV(B) | 9.94º | 0.83% | 0.86% | - |
| XYZ | 31.63 | 19.33 | 3.9 | - |
| YUV | 109.73 | 87.53 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 38 | 0 | 0.69 | 0.83 | 0.14 | 9.94 | 0.72 | 0.5 |
| Hex | DB | 44 | 26 | 0 | 45 | 53 | E | A | 48 | 32 |
| Octal | 333 | 104 | 46 | 0 | 105 | 123 | 16 | 12 | 110 | 62 |
| Binary | 11011011 | 1000100 | 100110 | 0 | 1000101 | 1010011 | 1110 | 1010 | 1001000 | 110010 |
Color Harmonies of #DB4426
Complementary color
Monochromatic Colors of #DB4426
Black with #DB4426
Text Example
Text Example
White with #DB4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4426; }
p { color: rgb(219,68,38); }
H1.HeaderClassName
{
color: #DB4426;
}
.AnyTagClassName
{
color: #DB4426;
}
</style>
background-color css
<style>
a { background-color: #DB4426; }
a { background-color: rgb(219,68,38); }
div.DivClassName
{
background-color: #DB4426;
}
.BgClassName
{
background-color: #DB4426;
}
</style>
border-color css
<style>
span { border-color: #DB4426; }
span { border-color: rgb(219,68,38); }
td.TdClassName
{
border-color: #DB4426;
}
.TagClassName
{
border-color: #DB4426;
}
</style>