Shades of Cinnabar #DB482A
Tints of Cinnabar #DB482A
RGB
CMYK
RGB Variations
Color information
#DB482A (or 0xDB482A) is known color: Cinnabar. HEX triplet: DB, 48 and 2A. RGB value is (219,72,42). Sum of RGB (Red+Green+Blue) = 219+72+42=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB482A is #24B7D5. Grayscale: #707070. Windows color (decimal): -2406358 or 2771163. OLE color: 2771163.
HSL color Cylindrical-coordinate representation of color #DB482A: hue angle of 10.17º 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 #DB482A is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 42 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.14 |
| HSL | 10.17º | 0.71% | 0.51% | - |
| HSV(B) | 10.17º | 0.81% | 0.86% | - |
| XYZ | 31.95 | 19.86 | 4.34 | - |
| YUV | 112.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 42 | 0 | 0.67 | 0.81 | 0.14 | 10.17 | 0.71 | 0.51 |
| Hex | DB | 48 | 2A | 0 | 43 | 51 | E | A | 47 | 33 |
| Octal | 333 | 110 | 52 | 0 | 103 | 121 | 16 | 12 | 107 | 63 |
| Binary | 11011011 | 1001000 | 101010 | 0 | 1000011 | 1010001 | 1110 | 1010 | 1000111 | 110011 |
Color Harmonies of #DB482A
Complementary color
Monochromatic Colors of #DB482A
Black with #DB482A
Text Example
Text Example
White with #DB482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB482A; }
p { color: rgb(219,72,42); }
H1.HeaderClassName
{
color: #DB482A;
}
.AnyTagClassName
{
color: #DB482A;
}
</style>
background-color css
<style>
a { background-color: #DB482A; }
a { background-color: rgb(219,72,42); }
div.DivClassName
{
background-color: #DB482A;
}
.BgClassName
{
background-color: #DB482A;
}
</style>
border-color css
<style>
span { border-color: #DB482A; }
span { border-color: rgb(219,72,42); }
td.TdClassName
{
border-color: #DB482A;
}
.TagClassName
{
border-color: #DB482A;
}
</style>