Shades of Cinnabar #DB4D30
Tints of Cinnabar #DB4D30
RGB
CMYK
RGB Variations
Color information
#DB4D30 (or 0xDB4D30) is known color: Cinnabar. HEX triplet: DB, 4D and 30. RGB value is (219,77,48). Sum of RGB (Red+Green+Blue) = 219+77+48=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D30 is #24B2CF. Grayscale: #747474. Windows color (decimal): -2405072 or 3165659. OLE color: 3165659.
HSL color Cylindrical-coordinate representation of color #DB4D30: hue angle of 10.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB4D30 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 48 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.14 |
| HSL | 10.18º | 0.7% | 0.52% | - |
| HSV(B) | 10.18º | 0.78% | 0.86% | - |
| XYZ | 32.4 | 20.58 | 5.06 | - |
| YUV | 116.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 48 | 0 | 0.65 | 0.78 | 0.14 | 10.18 | 0.7 | 0.52 |
| Hex | DB | 4D | 30 | 0 | 41 | 4E | E | A | 46 | 34 |
| Octal | 333 | 115 | 60 | 0 | 101 | 116 | 16 | 12 | 106 | 64 |
| Binary | 11011011 | 1001101 | 110000 | 0 | 1000001 | 1001110 | 1110 | 1010 | 1000110 | 110100 |
Color Harmonies of #DB4D30
Complementary color
Monochromatic Colors of #DB4D30
Black with #DB4D30
Text Example
Text Example
White with #DB4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D30; }
p { color: rgb(219,77,48); }
H1.HeaderClassName
{
color: #DB4D30;
}
.AnyTagClassName
{
color: #DB4D30;
}
</style>
background-color css
<style>
a { background-color: #DB4D30; }
a { background-color: rgb(219,77,48); }
div.DivClassName
{
background-color: #DB4D30;
}
.BgClassName
{
background-color: #DB4D30;
}
</style>
border-color css
<style>
span { border-color: #DB4D30; }
span { border-color: rgb(219,77,48); }
td.TdClassName
{
border-color: #DB4D30;
}
.TagClassName
{
border-color: #DB4D30;
}
</style>