Shades of Cinnabar #DB4430
Tints of Cinnabar #DB4430
RGB
CMYK
RGB Variations
Color information
#DB4430 (or 0xDB4430) is known color: Cinnabar. HEX triplet: DB, 44 and 30. RGB value is (219,68,48). Sum of RGB (Red+Green+Blue) = 219+68+48=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4430 is #24BBCF. Grayscale: #6F6F6F. Windows color (decimal): -2407376 or 3163355. OLE color: 3163355.
HSL color Cylindrical-coordinate representation of color #DB4430: hue angle of 7.02º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB4430 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 48 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.14 |
| HSL | 7.02º | 0.7% | 0.52% | - |
| HSV(B) | 7.02º | 0.78% | 0.86% | - |
| XYZ | 31.81 | 19.41 | 4.87 | - |
| YUV | 110.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 48 | 0 | 0.69 | 0.78 | 0.14 | 7.02 | 0.7 | 0.52 |
| Hex | DB | 44 | 30 | 0 | 45 | 4E | E | 7 | 46 | 34 |
| Octal | 333 | 104 | 60 | 0 | 105 | 116 | 16 | 7 | 106 | 64 |
| Binary | 11011011 | 1000100 | 110000 | 0 | 1000101 | 1001110 | 1110 | 111 | 1000110 | 110100 |
Color Harmonies of #DB4430
Complementary color
Monochromatic Colors of #DB4430
Black with #DB4430
Text Example
Text Example
White with #DB4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4430; }
p { color: rgb(219,68,48); }
H1.HeaderClassName
{
color: #DB4430;
}
.AnyTagClassName
{
color: #DB4430;
}
</style>
background-color css
<style>
a { background-color: #DB4430; }
a { background-color: rgb(219,68,48); }
div.DivClassName
{
background-color: #DB4430;
}
.BgClassName
{
background-color: #DB4430;
}
</style>
border-color css
<style>
span { border-color: #DB4430; }
span { border-color: rgb(219,68,48); }
td.TdClassName
{
border-color: #DB4430;
}
.TagClassName
{
border-color: #DB4430;
}
</style>