Shades of Cinnabar #DB3628
Tints of Cinnabar #DB3628
RGB
CMYK
RGB Variations
Color information
#DB3628 (or 0xDB3628) is known color: Cinnabar. HEX triplet: DB, 36 and 28. RGB value is (219,54,40). Sum of RGB (Red+Green+Blue) = 219+54+40=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3628 is #24C9D7. Grayscale: #656565. Windows color (decimal): -2410968 or 2635483. OLE color: 2635483.
HSL color Cylindrical-coordinate representation of color #DB3628: hue angle of 4.69º 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 #DB3628 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 40 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.14 |
| HSL | 4.69º | 0.71% | 0.51% | - |
| HSV(B) | 4.69º | 0.82% | 0.86% | - |
| XYZ | 30.92 | 17.85 | 3.82 | - |
| YUV | 101.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 40 | 0 | 0.75 | 0.82 | 0.14 | 4.69 | 0.71 | 0.51 |
| Hex | DB | 36 | 28 | 0 | 4B | 52 | E | 5 | 47 | 33 |
| Octal | 333 | 66 | 50 | 0 | 113 | 122 | 16 | 5 | 107 | 63 |
| Binary | 11011011 | 110110 | 101000 | 0 | 1001011 | 1010010 | 1110 | 101 | 1000111 | 110011 |
Color Harmonies of #DB3628
Complementary color
Monochromatic Colors of #DB3628
Black with #DB3628
Text Example
Text Example
White with #DB3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3628; }
p { color: rgb(219,54,40); }
H1.HeaderClassName
{
color: #DB3628;
}
.AnyTagClassName
{
color: #DB3628;
}
</style>
background-color css
<style>
a { background-color: #DB3628; }
a { background-color: rgb(219,54,40); }
div.DivClassName
{
background-color: #DB3628;
}
.BgClassName
{
background-color: #DB3628;
}
</style>
border-color css
<style>
span { border-color: #DB3628; }
span { border-color: rgb(219,54,40); }
td.TdClassName
{
border-color: #DB3628;
}
.TagClassName
{
border-color: #DB3628;
}
</style>