Shades of Cinnabar #DB4B3F
Tints of Cinnabar #DB4B3F
RGB
CMYK
RGB Variations
Color information
#DB4B3F (or 0xDB4B3F) is known color: Cinnabar. HEX triplet: DB, 4B and 3F. RGB value is (219,75,63). Sum of RGB (Red+Green+Blue) = 219+75+63=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B3F is #24B4C0. Grayscale: #747474. Windows color (decimal): -2405569 or 4148187. OLE color: 4148187.
HSL color Cylindrical-coordinate representation of color #DB4B3F: hue angle of 4.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4B3F is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 63 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.14 |
| HSL | 4.62º | 0.68% | 0.55% | - |
| HSV(B) | 4.62º | 0.71% | 0.86% | - |
| XYZ | 32.63 | 20.45 | 6.93 | - |
| YUV | 116.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 63 | 0 | 0.66 | 0.71 | 0.14 | 4.62 | 0.68 | 0.55 |
| Hex | DB | 4B | 3F | 0 | 42 | 47 | E | 5 | 44 | 37 |
| Octal | 333 | 113 | 77 | 0 | 102 | 107 | 16 | 5 | 104 | 67 |
| Binary | 11011011 | 1001011 | 111111 | 0 | 1000010 | 1000111 | 1110 | 101 | 1000100 | 110111 |
Color Harmonies of #DB4B3F
Complementary color
Monochromatic Colors of #DB4B3F
Black with #DB4B3F
Text Example
Text Example
White with #DB4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B3F; }
p { color: rgb(219,75,63); }
H1.HeaderClassName
{
color: #DB4B3F;
}
.AnyTagClassName
{
color: #DB4B3F;
}
</style>
background-color css
<style>
a { background-color: #DB4B3F; }
a { background-color: rgb(219,75,63); }
div.DivClassName
{
background-color: #DB4B3F;
}
.BgClassName
{
background-color: #DB4B3F;
}
</style>
border-color css
<style>
span { border-color: #DB4B3F; }
span { border-color: rgb(219,75,63); }
td.TdClassName
{
border-color: #DB4B3F;
}
.TagClassName
{
border-color: #DB4B3F;
}
</style>