Shades of Cinnabar #DB4B30
Tints of Cinnabar #DB4B30
RGB
CMYK
RGB Variations
Color information
#DB4B30 (or 0xDB4B30) is known color: Cinnabar. HEX triplet: DB, 4B and 30. RGB value is (219,75,48). Sum of RGB (Red+Green+Blue) = 219+75+48=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B30 is #24B4CF. Grayscale: #737373. Windows color (decimal): -2405584 or 3165147. OLE color: 3165147.
HSL color Cylindrical-coordinate representation of color #DB4B30: hue angle of 9.47º 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 #DB4B30 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 48 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.14 |
| HSL | 9.47º | 0.7% | 0.52% | - |
| HSV(B) | 9.47º | 0.78% | 0.86% | - |
| XYZ | 32.26 | 20.31 | 5.02 | - |
| YUV | 114.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 48 | 0 | 0.66 | 0.78 | 0.14 | 9.47 | 0.7 | 0.52 |
| Hex | DB | 4B | 30 | 0 | 42 | 4E | E | 9 | 46 | 34 |
| Octal | 333 | 113 | 60 | 0 | 102 | 116 | 16 | 11 | 106 | 64 |
| Binary | 11011011 | 1001011 | 110000 | 0 | 1000010 | 1001110 | 1110 | 1001 | 1000110 | 110100 |
Color Harmonies of #DB4B30
Complementary color
Monochromatic Colors of #DB4B30
Black with #DB4B30
Text Example
Text Example
White with #DB4B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B30; }
p { color: rgb(219,75,48); }
H1.HeaderClassName
{
color: #DB4B30;
}
.AnyTagClassName
{
color: #DB4B30;
}
</style>
background-color css
<style>
a { background-color: #DB4B30; }
a { background-color: rgb(219,75,48); }
div.DivClassName
{
background-color: #DB4B30;
}
.BgClassName
{
background-color: #DB4B30;
}
</style>
border-color css
<style>
span { border-color: #DB4B30; }
span { border-color: rgb(219,75,48); }
td.TdClassName
{
border-color: #DB4B30;
}
.TagClassName
{
border-color: #DB4B30;
}
</style>