Shades of Cinnabar #DB432F
Tints of Cinnabar #DB432F
RGB
CMYK
RGB Variations
Color information
#DB432F (or 0xDB432F) is known color: Cinnabar. HEX triplet: DB, 43 and 2F. RGB value is (219,67,47). Sum of RGB (Red+Green+Blue) = 219+67+47=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB432F is #24BCD0. Grayscale: #6E6E6E. Windows color (decimal): -2407633 or 3097563. OLE color: 3097563.
HSL color Cylindrical-coordinate representation of color #DB432F: hue angle of 6.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB432F is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 47 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.14 |
| HSL | 6.98º | 0.7% | 0.52% | - |
| HSV(B) | 6.98º | 0.79% | 0.86% | - |
| XYZ | 31.73 | 19.28 | 4.74 | - |
| YUV | 110.17 | 92.36 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 47 | 0 | 0.69 | 0.79 | 0.14 | 6.98 | 0.7 | 0.52 |
| Hex | DB | 43 | 2F | 0 | 45 | 4F | E | 7 | 46 | 34 |
| Octal | 333 | 103 | 57 | 0 | 105 | 117 | 16 | 7 | 106 | 64 |
| Binary | 11011011 | 1000011 | 101111 | 0 | 1000101 | 1001111 | 1110 | 111 | 1000110 | 110100 |
Color Harmonies of #DB432F
Complementary color
Monochromatic Colors of #DB432F
Black with #DB432F
Text Example
Text Example
White with #DB432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB432F; }
p { color: rgb(219,67,47); }
H1.HeaderClassName
{
color: #DB432F;
}
.AnyTagClassName
{
color: #DB432F;
}
</style>
background-color css
<style>
a { background-color: #DB432F; }
a { background-color: rgb(219,67,47); }
div.DivClassName
{
background-color: #DB432F;
}
.BgClassName
{
background-color: #DB432F;
}
</style>
border-color css
<style>
span { border-color: #DB432F; }
span { border-color: rgb(219,67,47); }
td.TdClassName
{
border-color: #DB432F;
}
.TagClassName
{
border-color: #DB432F;
}
</style>