Shades of Cinnabar #DB382D
Tints of Cinnabar #DB382D
RGB
CMYK
RGB Variations
Color information
#DB382D (or 0xDB382D) is known color: Cinnabar. HEX triplet: DB, 38 and 2D. RGB value is (219,56,45). Sum of RGB (Red+Green+Blue) = 219+56+45=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB382D is #24C7D2. Grayscale: #676767. Windows color (decimal): -2410451 or 2963675. OLE color: 2963675.
HSL color Cylindrical-coordinate representation of color #DB382D: hue angle of 3.79º 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 #DB382D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 45 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.14 |
| HSL | 3.79º | 0.71% | 0.52% | - |
| HSV(B) | 3.79º | 0.79% | 0.86% | - |
| XYZ | 31.1 | 18.08 | 4.33 | - |
| YUV | 103.48 | 95 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 45 | 0 | 0.74 | 0.79 | 0.14 | 3.79 | 0.71 | 0.52 |
| Hex | DB | 38 | 2D | 0 | 4A | 4F | E | 4 | 47 | 34 |
| Octal | 333 | 70 | 55 | 0 | 112 | 117 | 16 | 4 | 107 | 64 |
| Binary | 11011011 | 111000 | 101101 | 0 | 1001010 | 1001111 | 1110 | 100 | 1000111 | 110100 |
Color Harmonies of #DB382D
Complementary color
Monochromatic Colors of #DB382D
Black with #DB382D
Text Example
Text Example
White with #DB382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB382D; }
p { color: rgb(219,56,45); }
H1.HeaderClassName
{
color: #DB382D;
}
.AnyTagClassName
{
color: #DB382D;
}
</style>
background-color css
<style>
a { background-color: #DB382D; }
a { background-color: rgb(219,56,45); }
div.DivClassName
{
background-color: #DB382D;
}
.BgClassName
{
background-color: #DB382D;
}
</style>
border-color css
<style>
span { border-color: #DB382D; }
span { border-color: rgb(219,56,45); }
td.TdClassName
{
border-color: #DB382D;
}
.TagClassName
{
border-color: #DB382D;
}
</style>