Shades of Cinnabar #DB431F
Tints of Cinnabar #DB431F
RGB
CMYK
RGB Variations
Color information
#DB431F (or 0xDB431F) is known color: Cinnabar. HEX triplet: DB, 43 and 1F. RGB value is (219,67,31). Sum of RGB (Red+Green+Blue) = 219+67+31=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB431F is #24BCE0. Grayscale: #6C6C6C. Windows color (decimal): -2407649 or 2048987. OLE color: 2048987.
HSL color Cylindrical-coordinate representation of color #DB431F: hue angle of 11.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB431F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 31 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.14 |
| HSL | 11.49º | 0.75% | 0.49% | - |
| HSV(B) | 11.49º | 0.86% | 0.86% | - |
| XYZ | 31.47 | 19.17 | 3.34 | - |
| YUV | 108.34 | 84.36 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 31 | 0 | 0.69 | 0.86 | 0.14 | 11.49 | 0.75 | 0.49 |
| Hex | DB | 43 | 1F | 0 | 45 | 56 | E | B | 4B | 31 |
| Octal | 333 | 103 | 37 | 0 | 105 | 126 | 16 | 13 | 113 | 61 |
| Binary | 11011011 | 1000011 | 11111 | 0 | 1000101 | 1010110 | 1110 | 1011 | 1001011 | 110001 |
Color Harmonies of #DB431F
Complementary color
Monochromatic Colors of #DB431F
Black with #DB431F
Text Example
Text Example
White with #DB431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB431F; }
p { color: rgb(219,67,31); }
H1.HeaderClassName
{
color: #DB431F;
}
.AnyTagClassName
{
color: #DB431F;
}
</style>
background-color css
<style>
a { background-color: #DB431F; }
a { background-color: rgb(219,67,31); }
div.DivClassName
{
background-color: #DB431F;
}
.BgClassName
{
background-color: #DB431F;
}
</style>
border-color css
<style>
span { border-color: #DB431F; }
span { border-color: rgb(219,67,31); }
td.TdClassName
{
border-color: #DB431F;
}
.TagClassName
{
border-color: #DB431F;
}
</style>