Shades of Cinnabar #DB4234
Tints of Cinnabar #DB4234
RGB
CMYK
RGB Variations
Color information
#DB4234 (or 0xDB4234) is known color: Cinnabar. HEX triplet: DB, 42 and 34. RGB value is (219,66,52). Sum of RGB (Red+Green+Blue) = 219+66+52=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4234 is #24BDCB. Grayscale: #6E6E6E. Windows color (decimal): -2407884 or 3424987. OLE color: 3424987.
HSL color Cylindrical-coordinate representation of color #DB4234: hue angle of 5.03º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB4234 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 52 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.14 |
| HSL | 5.03º | 0.7% | 0.53% | - |
| HSV(B) | 5.03º | 0.76% | 0.86% | - |
| XYZ | 31.78 | 19.2 | 5.28 | - |
| YUV | 110.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 52 | 0 | 0.70 | 0.76 | 0.14 | 5.03 | 0.7 | 0.53 |
| Hex | DB | 42 | 34 | 0 | 46 | 4C | E | 5 | 46 | 35 |
| Octal | 333 | 102 | 64 | 0 | 106 | 114 | 16 | 5 | 106 | 65 |
| Binary | 11011011 | 1000010 | 110100 | 0 | 1000110 | 1001100 | 1110 | 101 | 1000110 | 110101 |
Color Harmonies of #DB4234
Complementary color
Monochromatic Colors of #DB4234
Black with #DB4234
Text Example
Text Example
White with #DB4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4234; }
p { color: rgb(219,66,52); }
H1.HeaderClassName
{
color: #DB4234;
}
.AnyTagClassName
{
color: #DB4234;
}
</style>
background-color css
<style>
a { background-color: #DB4234; }
a { background-color: rgb(219,66,52); }
div.DivClassName
{
background-color: #DB4234;
}
.BgClassName
{
background-color: #DB4234;
}
</style>
border-color css
<style>
span { border-color: #DB4234; }
span { border-color: rgb(219,66,52); }
td.TdClassName
{
border-color: #DB4234;
}
.TagClassName
{
border-color: #DB4234;
}
</style>