Shades of Cinnabar #DB372B
Tints of Cinnabar #DB372B
RGB
CMYK
RGB Variations
Color information
#DB372B (or 0xDB372B) is known color: Cinnabar. HEX triplet: DB, 37 and 2B. RGB value is (219,55,43). Sum of RGB (Red+Green+Blue) = 219+55+43=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB372B is #24C8D4. Grayscale: #666666. Windows color (decimal): -2410709 or 2832347. OLE color: 2832347.
HSL color Cylindrical-coordinate representation of color #DB372B: hue angle of 4.09º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB372B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 43 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.14 |
| HSL | 4.09º | 0.71% | 0.51% | - |
| HSV(B) | 4.09º | 0.8% | 0.86% | - |
| XYZ | 31.02 | 17.97 | 4.12 | - |
| YUV | 102.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 43 | 0 | 0.75 | 0.80 | 0.14 | 4.09 | 0.71 | 0.51 |
| Hex | DB | 37 | 2B | 0 | 4B | 50 | E | 4 | 47 | 33 |
| Octal | 333 | 67 | 53 | 0 | 113 | 120 | 16 | 4 | 107 | 63 |
| Binary | 11011011 | 110111 | 101011 | 0 | 1001011 | 1010000 | 1110 | 100 | 1000111 | 110011 |
Color Harmonies of #DB372B
Complementary color
Monochromatic Colors of #DB372B
Black with #DB372B
Text Example
Text Example
White with #DB372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB372B; }
p { color: rgb(219,55,43); }
H1.HeaderClassName
{
color: #DB372B;
}
.AnyTagClassName
{
color: #DB372B;
}
</style>
background-color css
<style>
a { background-color: #DB372B; }
a { background-color: rgb(219,55,43); }
div.DivClassName
{
background-color: #DB372B;
}
.BgClassName
{
background-color: #DB372B;
}
</style>
border-color css
<style>
span { border-color: #DB372B; }
span { border-color: rgb(219,55,43); }
td.TdClassName
{
border-color: #DB372B;
}
.TagClassName
{
border-color: #DB372B;
}
</style>