Shades of Cinnabar #DB4B28
Tints of Cinnabar #DB4B28
RGB
CMYK
RGB Variations
Color information
#DB4B28 (or 0xDB4B28) is known color: Cinnabar. HEX triplet: DB, 4B and 28. RGB value is (219,75,40). Sum of RGB (Red+Green+Blue) = 219+75+40=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B28 is #24B4D7. Grayscale: #727272. Windows color (decimal): -2405592 or 2640859. OLE color: 2640859.
HSL color Cylindrical-coordinate representation of color #DB4B28: hue angle of 11.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB4B28 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 40 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.14 |
| HSL | 11.73º | 0.71% | 0.51% | - |
| HSV(B) | 11.73º | 0.82% | 0.86% | - |
| XYZ | 32.11 | 20.25 | 4.22 | - |
| YUV | 114.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 40 | 0 | 0.66 | 0.82 | 0.14 | 11.73 | 0.71 | 0.51 |
| Hex | DB | 4B | 28 | 0 | 42 | 52 | E | C | 47 | 33 |
| Octal | 333 | 113 | 50 | 0 | 102 | 122 | 16 | 14 | 107 | 63 |
| Binary | 11011011 | 1001011 | 101000 | 0 | 1000010 | 1010010 | 1110 | 1100 | 1000111 | 110011 |
Color Harmonies of #DB4B28
Complementary color
Monochromatic Colors of #DB4B28
Black with #DB4B28
Text Example
Text Example
White with #DB4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B28; }
p { color: rgb(219,75,40); }
H1.HeaderClassName
{
color: #DB4B28;
}
.AnyTagClassName
{
color: #DB4B28;
}
</style>
background-color css
<style>
a { background-color: #DB4B28; }
a { background-color: rgb(219,75,40); }
div.DivClassName
{
background-color: #DB4B28;
}
.BgClassName
{
background-color: #DB4B28;
}
</style>
border-color css
<style>
span { border-color: #DB4B28; }
span { border-color: rgb(219,75,40); }
td.TdClassName
{
border-color: #DB4B28;
}
.TagClassName
{
border-color: #DB4B28;
}
</style>