Shades of Cinnabar #DB4339
Tints of Cinnabar #DB4339
RGB
CMYK
RGB Variations
Color information
#DB4339 (or 0xDB4339) is known color: Cinnabar. HEX triplet: DB, 43 and 39. RGB value is (219,67,57). Sum of RGB (Red+Green+Blue) = 219+67+57=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4339 is #24BCC6. Grayscale: #6F6F6F. Windows color (decimal): -2407623 or 3752923. OLE color: 3752923.
HSL color Cylindrical-coordinate representation of color #DB4339: hue angle of 3.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB4339 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 57 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.14 |
| HSL | 3.7º | 0.69% | 0.54% | - |
| HSV(B) | 3.7º | 0.74% | 0.86% | - |
| XYZ | 31.96 | 19.37 | 5.93 | - |
| YUV | 111.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 57 | 0 | 0.69 | 0.74 | 0.14 | 3.7 | 0.69 | 0.54 |
| Hex | DB | 43 | 39 | 0 | 45 | 4A | E | 4 | 45 | 36 |
| Octal | 333 | 103 | 71 | 0 | 105 | 112 | 16 | 4 | 105 | 66 |
| Binary | 11011011 | 1000011 | 111001 | 0 | 1000101 | 1001010 | 1110 | 100 | 1000101 | 110110 |
Color Harmonies of #DB4339
Complementary color
Monochromatic Colors of #DB4339
Black with #DB4339
Text Example
Text Example
White with #DB4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4339; }
p { color: rgb(219,67,57); }
H1.HeaderClassName
{
color: #DB4339;
}
.AnyTagClassName
{
color: #DB4339;
}
</style>
background-color css
<style>
a { background-color: #DB4339; }
a { background-color: rgb(219,67,57); }
div.DivClassName
{
background-color: #DB4339;
}
.BgClassName
{
background-color: #DB4339;
}
</style>
border-color css
<style>
span { border-color: #DB4339; }
span { border-color: rgb(219,67,57); }
td.TdClassName
{
border-color: #DB4339;
}
.TagClassName
{
border-color: #DB4339;
}
</style>