Shades of Cinnabar #DB382A
Tints of Cinnabar #DB382A
RGB
CMYK
RGB Variations
Color information
#DB382A (or 0xDB382A) is known color: Cinnabar. HEX triplet: DB, 38 and 2A. RGB value is (219,56,42). Sum of RGB (Red+Green+Blue) = 219+56+42=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB382A is #24C7D5. Grayscale: #676767. Windows color (decimal): -2410454 or 2767067. OLE color: 2767067.
HSL color Cylindrical-coordinate representation of color #DB382A: hue angle of 4.75º 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 #DB382A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 42 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.14 |
| HSL | 4.75º | 0.71% | 0.51% | - |
| HSV(B) | 4.75º | 0.81% | 0.86% | - |
| XYZ | 31.05 | 18.06 | 4.04 | - |
| YUV | 103.14 | 93.5 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 42 | 0 | 0.74 | 0.81 | 0.14 | 4.75 | 0.71 | 0.51 |
| Hex | DB | 38 | 2A | 0 | 4A | 51 | E | 5 | 47 | 33 |
| Octal | 333 | 70 | 52 | 0 | 112 | 121 | 16 | 5 | 107 | 63 |
| Binary | 11011011 | 111000 | 101010 | 0 | 1001010 | 1010001 | 1110 | 101 | 1000111 | 110011 |
Color Harmonies of #DB382A
Complementary color
Monochromatic Colors of #DB382A
Black with #DB382A
Text Example
Text Example
White with #DB382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB382A; }
p { color: rgb(219,56,42); }
H1.HeaderClassName
{
color: #DB382A;
}
.AnyTagClassName
{
color: #DB382A;
}
</style>
background-color css
<style>
a { background-color: #DB382A; }
a { background-color: rgb(219,56,42); }
div.DivClassName
{
background-color: #DB382A;
}
.BgClassName
{
background-color: #DB382A;
}
</style>
border-color css
<style>
span { border-color: #DB382A; }
span { border-color: rgb(219,56,42); }
td.TdClassName
{
border-color: #DB382A;
}
.TagClassName
{
border-color: #DB382A;
}
</style>