Shades of Cinnabar #DB432D
Tints of Cinnabar #DB432D
RGB
CMYK
RGB Variations
Color information
#DB432D (or 0xDB432D) is known color: Cinnabar. HEX triplet: DB, 43 and 2D. RGB value is (219,67,45). Sum of RGB (Red+Green+Blue) = 219+67+45=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB432D is #24BCD2. Grayscale: #6E6E6E. Windows color (decimal): -2407635 or 2966491. OLE color: 2966491.
HSL color Cylindrical-coordinate representation of color #DB432D: hue angle of 7.59º degrees, saturation: 0.71, 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 #DB432D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 67 | 45 | - |
CMYK | 0 | 0.69 | 0.79 | 0.14 |
HSL | 7.59º | 0.71% | 0.52% | - |
HSV(B) | 7.59º | 0.79% | 0.86% | - |
XYZ | 31.69 | 19.26 | 4.53 | - |
YUV | 109.94 | 91.36 | 205.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 67 | 45 | 0 | 0.69 | 0.79 | 0.14 | 7.59 | 0.71 | 0.52 |
Hex | DB | 43 | 2D | 0 | 45 | 4F | E | 8 | 47 | 34 |
Octal | 333 | 103 | 55 | 0 | 105 | 117 | 16 | 10 | 107 | 64 |
Binary | 11011011 | 1000011 | 101101 | 0 | 1000101 | 1001111 | 1110 | 1000 | 1000111 | 110100 |
Color Harmonies of #DB432D
Complementary color
Monochromatic Colors of #DB432D
Black with #DB432D
Text Example
Text Example
White with #DB432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB432D; }
p { color: rgb(219,67,45); }
H1.HeaderClassName
{
color: #DB432D;
}
.AnyTagClassName
{
color: #DB432D;
}
</style>
background-color css
<style>
a { background-color: #DB432D; }
a { background-color: rgb(219,67,45); }
div.DivClassName
{
background-color: #DB432D;
}
.BgClassName
{
background-color: #DB432D;
}
</style>
border-color css
<style>
span { border-color: #DB432D; }
span { border-color: rgb(219,67,45); }
td.TdClassName
{
border-color: #DB432D;
}
.TagClassName
{
border-color: #DB432D;
}
</style>