Shades of Cinnabar #DB4B2A
Tints of Cinnabar #DB4B2A
RGB
CMYK
RGB Variations
Color information
#DB4B2A (or 0xDB4B2A) is known color: Cinnabar. HEX triplet: DB, 4B and 2A. RGB value is (219,75,42). Sum of RGB (Red+Green+Blue) = 219+75+42=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B2A is #24B4D5. Grayscale: #727272. Windows color (decimal): -2405590 or 2771931. OLE color: 2771931.
HSL color Cylindrical-coordinate representation of color #DB4B2A: hue angle of 11.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB4B2A is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 42 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.14 |
| HSL | 11.19º | 0.71% | 0.51% | - |
| HSV(B) | 11.19º | 0.81% | 0.86% | - |
| XYZ | 32.15 | 20.26 | 4.41 | - |
| YUV | 114.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 42 | 0 | 0.66 | 0.81 | 0.14 | 11.19 | 0.71 | 0.51 |
| Hex | DB | 4B | 2A | 0 | 42 | 51 | E | B | 47 | 33 |
| Octal | 333 | 113 | 52 | 0 | 102 | 121 | 16 | 13 | 107 | 63 |
| Binary | 11011011 | 1001011 | 101010 | 0 | 1000010 | 1010001 | 1110 | 1011 | 1000111 | 110011 |
Color Harmonies of #DB4B2A
Complementary color
Monochromatic Colors of #DB4B2A
Black with #DB4B2A
Text Example
Text Example
White with #DB4B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B2A; }
p { color: rgb(219,75,42); }
H1.HeaderClassName
{
color: #DB4B2A;
}
.AnyTagClassName
{
color: #DB4B2A;
}
</style>
background-color css
<style>
a { background-color: #DB4B2A; }
a { background-color: rgb(219,75,42); }
div.DivClassName
{
background-color: #DB4B2A;
}
.BgClassName
{
background-color: #DB4B2A;
}
</style>
border-color css
<style>
span { border-color: #DB4B2A; }
span { border-color: rgb(219,75,42); }
td.TdClassName
{
border-color: #DB4B2A;
}
.TagClassName
{
border-color: #DB4B2A;
}
</style>