Shades of Cinnabar #DB362B
Tints of Cinnabar #DB362B
RGB
CMYK
RGB Variations
Color information
#DB362B (or 0xDB362B) is known color: Cinnabar. HEX triplet: DB, 36 and 2B. RGB value is (219,54,43). Sum of RGB (Red+Green+Blue) = 219+54+43=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB362B is #24C9D4. Grayscale: #666666. Windows color (decimal): -2410965 or 2832091. OLE color: 2832091.
HSL color Cylindrical-coordinate representation of color #DB362B: hue angle of 3.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB362B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 43 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.14 |
| HSL | 3.75º | 0.71% | 0.51% | - |
| HSV(B) | 3.75º | 0.8% | 0.86% | - |
| XYZ | 30.97 | 17.87 | 4.1 | - |
| YUV | 102.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 43 | 0 | 0.75 | 0.80 | 0.14 | 3.75 | 0.71 | 0.51 |
| Hex | DB | 36 | 2B | 0 | 4B | 50 | E | 4 | 47 | 33 |
| Octal | 333 | 66 | 53 | 0 | 113 | 120 | 16 | 4 | 107 | 63 |
| Binary | 11011011 | 110110 | 101011 | 0 | 1001011 | 1010000 | 1110 | 100 | 1000111 | 110011 |
Color Harmonies of #DB362B
Complementary color
Monochromatic Colors of #DB362B
Black with #DB362B
Text Example
Text Example
White with #DB362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB362B; }
p { color: rgb(219,54,43); }
H1.HeaderClassName
{
color: #DB362B;
}
.AnyTagClassName
{
color: #DB362B;
}
</style>
background-color css
<style>
a { background-color: #DB362B; }
a { background-color: rgb(219,54,43); }
div.DivClassName
{
background-color: #DB362B;
}
.BgClassName
{
background-color: #DB362B;
}
</style>
border-color css
<style>
span { border-color: #DB362B; }
span { border-color: rgb(219,54,43); }
td.TdClassName
{
border-color: #DB362B;
}
.TagClassName
{
border-color: #DB362B;
}
</style>