Shades of Cinnabar #DB442D
Tints of Cinnabar #DB442D
RGB
CMYK
RGB Variations
Color information
#DB442D (or 0xDB442D) is known color: Cinnabar. HEX triplet: DB, 44 and 2D. RGB value is (219,68,45). Sum of RGB (Red+Green+Blue) = 219+68+45=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB442D is #24BBD2. Grayscale: #6E6E6E. Windows color (decimal): -2407379 or 2966747. OLE color: 2966747.
HSL color Cylindrical-coordinate representation of color #DB442D: hue angle of 7.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB442D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 45 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.14 |
| HSL | 7.93º | 0.71% | 0.52% | - |
| HSV(B) | 7.93º | 0.79% | 0.86% | - |
| XYZ | 31.75 | 19.38 | 4.55 | - |
| YUV | 110.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 45 | 0 | 0.69 | 0.79 | 0.14 | 7.93 | 0.71 | 0.52 |
| Hex | DB | 44 | 2D | 0 | 45 | 4F | E | 8 | 47 | 34 |
| Octal | 333 | 104 | 55 | 0 | 105 | 117 | 16 | 10 | 107 | 64 |
| Binary | 11011011 | 1000100 | 101101 | 0 | 1000101 | 1001111 | 1110 | 1000 | 1000111 | 110100 |
Color Harmonies of #DB442D
Complementary color
Monochromatic Colors of #DB442D
Black with #DB442D
Text Example
Text Example
White with #DB442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB442D; }
p { color: rgb(219,68,45); }
H1.HeaderClassName
{
color: #DB442D;
}
.AnyTagClassName
{
color: #DB442D;
}
</style>
background-color css
<style>
a { background-color: #DB442D; }
a { background-color: rgb(219,68,45); }
div.DivClassName
{
background-color: #DB442D;
}
.BgClassName
{
background-color: #DB442D;
}
</style>
border-color css
<style>
span { border-color: #DB442D; }
span { border-color: rgb(219,68,45); }
td.TdClassName
{
border-color: #DB442D;
}
.TagClassName
{
border-color: #DB442D;
}
</style>