Shades of Cinnabar #DB4C30
Tints of Cinnabar #DB4C30
RGB
CMYK
RGB Variations
Color information
#DB4C30 (or 0xDB4C30) is known color: Cinnabar. HEX triplet: DB, 4C and 30. RGB value is (219,76,48). Sum of RGB (Red+Green+Blue) = 219+76+48=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C30 is #24B3CF. Grayscale: #737373. Windows color (decimal): -2405328 or 3165403. OLE color: 3165403.
HSL color Cylindrical-coordinate representation of color #DB4C30: hue angle of 9.82º 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 #DB4C30 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 48 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.14 |
| HSL | 9.82º | 0.7% | 0.52% | - |
| HSV(B) | 9.82º | 0.78% | 0.86% | - |
| XYZ | 32.33 | 20.44 | 5.04 | - |
| YUV | 115.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 48 | 0 | 0.65 | 0.78 | 0.14 | 9.82 | 0.7 | 0.52 |
| Hex | DB | 4C | 30 | 0 | 41 | 4E | E | A | 46 | 34 |
| Octal | 333 | 114 | 60 | 0 | 101 | 116 | 16 | 12 | 106 | 64 |
| Binary | 11011011 | 1001100 | 110000 | 0 | 1000001 | 1001110 | 1110 | 1010 | 1000110 | 110100 |
Color Harmonies of #DB4C30
Complementary color
Monochromatic Colors of #DB4C30
Black with #DB4C30
Text Example
Text Example
White with #DB4C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C30; }
p { color: rgb(219,76,48); }
H1.HeaderClassName
{
color: #DB4C30;
}
.AnyTagClassName
{
color: #DB4C30;
}
</style>
background-color css
<style>
a { background-color: #DB4C30; }
a { background-color: rgb(219,76,48); }
div.DivClassName
{
background-color: #DB4C30;
}
.BgClassName
{
background-color: #DB4C30;
}
</style>
border-color css
<style>
span { border-color: #DB4C30; }
span { border-color: rgb(219,76,48); }
td.TdClassName
{
border-color: #DB4C30;
}
.TagClassName
{
border-color: #DB4C30;
}
</style>