Shades of Cinnabar #DB4527
Tints of Cinnabar #DB4527
RGB
CMYK
RGB Variations
Color information
#DB4527 (or 0xDB4527) is known color: Cinnabar. HEX triplet: DB, 45 and 27. RGB value is (219,69,39). Sum of RGB (Red+Green+Blue) = 219+69+39=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4527 is #24BAD8. Grayscale: #6E6E6E. Windows color (decimal): -2407129 or 2573787. OLE color: 2573787.
HSL color Cylindrical-coordinate representation of color #DB4527: hue angle of 10º 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 #DB4527 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 39 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.14 |
| HSL | 10º | 0.71% | 0.51% | - |
| HSV(B) | 10º | 0.82% | 0.86% | - |
| XYZ | 31.71 | 19.46 | 4 | - |
| YUV | 110.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 39 | 0 | 0.68 | 0.82 | 0.14 | 10 | 0.71 | 0.51 |
| Hex | DB | 45 | 27 | 0 | 44 | 52 | E | A | 47 | 33 |
| Octal | 333 | 105 | 47 | 0 | 104 | 122 | 16 | 12 | 107 | 63 |
| Binary | 11011011 | 1000101 | 100111 | 0 | 1000100 | 1010010 | 1110 | 1010 | 1000111 | 110011 |
Color Harmonies of #DB4527
Complementary color
Monochromatic Colors of #DB4527
Black with #DB4527
Text Example
Text Example
White with #DB4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4527; }
p { color: rgb(219,69,39); }
H1.HeaderClassName
{
color: #DB4527;
}
.AnyTagClassName
{
color: #DB4527;
}
</style>
background-color css
<style>
a { background-color: #DB4527; }
a { background-color: rgb(219,69,39); }
div.DivClassName
{
background-color: #DB4527;
}
.BgClassName
{
background-color: #DB4527;
}
</style>
border-color css
<style>
span { border-color: #DB4527; }
span { border-color: rgb(219,69,39); }
td.TdClassName
{
border-color: #DB4527;
}
.TagClassName
{
border-color: #DB4527;
}
</style>