Shades of Cinnabar #DB4F2A
Tints of Cinnabar #DB4F2A
RGB
CMYK
RGB Variations
Color information
#DB4F2A (or 0xDB4F2A) is known color: Cinnabar. HEX triplet: DB, 4F and 2A. RGB value is (219,79,42). Sum of RGB (Red+Green+Blue) = 219+79+42=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F2A is #24B0D5. Grayscale: #747474. Windows color (decimal): -2404566 or 2772955. OLE color: 2772955.
HSL color Cylindrical-coordinate representation of color #DB4F2A: hue angle of 12.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB4F2A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 42 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.14 |
| HSL | 12.54º | 0.71% | 0.51% | - |
| HSV(B) | 12.54º | 0.81% | 0.86% | - |
| XYZ | 32.43 | 20.82 | 4.5 | - |
| YUV | 116.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 42 | 0 | 0.64 | 0.81 | 0.14 | 12.54 | 0.71 | 0.51 |
| Hex | DB | 4F | 2A | 0 | 40 | 51 | E | D | 47 | 33 |
| Octal | 333 | 117 | 52 | 0 | 100 | 121 | 16 | 15 | 107 | 63 |
| Binary | 11011011 | 1001111 | 101010 | 0 | 1000000 | 1010001 | 1110 | 1101 | 1000111 | 110011 |
Color Harmonies of #DB4F2A
Complementary color
Monochromatic Colors of #DB4F2A
Black with #DB4F2A
Text Example
Text Example
White with #DB4F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F2A; }
p { color: rgb(219,79,42); }
H1.HeaderClassName
{
color: #DB4F2A;
}
.AnyTagClassName
{
color: #DB4F2A;
}
</style>
background-color css
<style>
a { background-color: #DB4F2A; }
a { background-color: rgb(219,79,42); }
div.DivClassName
{
background-color: #DB4F2A;
}
.BgClassName
{
background-color: #DB4F2A;
}
</style>
border-color css
<style>
span { border-color: #DB4F2A; }
span { border-color: rgb(219,79,42); }
td.TdClassName
{
border-color: #DB4F2A;
}
.TagClassName
{
border-color: #DB4F2A;
}
</style>