Shades of Cinnabar #DB4A33
Tints of Cinnabar #DB4A33
RGB
CMYK
RGB Variations
Color information
#DB4A33 (or 0xDB4A33) is known color: Cinnabar. HEX triplet: DB, 4A and 33. RGB value is (219,74,51). Sum of RGB (Red+Green+Blue) = 219+74+51=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A33 is #24B5CC. Grayscale: #727272. Windows color (decimal): -2405837 or 3361499. OLE color: 3361499.
HSL color Cylindrical-coordinate representation of color #DB4A33: hue angle of 8.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB4A33 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 51 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.14 |
| HSL | 8.21º | 0.7% | 0.53% | - |
| HSV(B) | 8.21º | 0.77% | 0.86% | - |
| XYZ | 32.26 | 20.2 | 5.33 | - |
| YUV | 114.73 | 92.04 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 51 | 0 | 0.66 | 0.77 | 0.14 | 8.21 | 0.7 | 0.53 |
| Hex | DB | 4A | 33 | 0 | 42 | 4D | E | 8 | 46 | 35 |
| Octal | 333 | 112 | 63 | 0 | 102 | 115 | 16 | 10 | 106 | 65 |
| Binary | 11011011 | 1001010 | 110011 | 0 | 1000010 | 1001101 | 1110 | 1000 | 1000110 | 110101 |
Color Harmonies of #DB4A33
Complementary color
Monochromatic Colors of #DB4A33
Black with #DB4A33
Text Example
Text Example
White with #DB4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A33; }
p { color: rgb(219,74,51); }
H1.HeaderClassName
{
color: #DB4A33;
}
.AnyTagClassName
{
color: #DB4A33;
}
</style>
background-color css
<style>
a { background-color: #DB4A33; }
a { background-color: rgb(219,74,51); }
div.DivClassName
{
background-color: #DB4A33;
}
.BgClassName
{
background-color: #DB4A33;
}
</style>
border-color css
<style>
span { border-color: #DB4A33; }
span { border-color: rgb(219,74,51); }
td.TdClassName
{
border-color: #DB4A33;
}
.TagClassName
{
border-color: #DB4A33;
}
</style>