Shades of Cinnabar #DB3629
Tints of Cinnabar #DB3629
RGB
CMYK
RGB Variations
Color information
#DB3629 (or 0xDB3629) is known color: Cinnabar. HEX triplet: DB, 36 and 29. RGB value is (219,54,41). Sum of RGB (Red+Green+Blue) = 219+54+41=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3629 is #24C9D6. Grayscale: #666666. Windows color (decimal): -2410967 or 2701019. OLE color: 2701019.
HSL color Cylindrical-coordinate representation of color #DB3629: hue angle of 4.38º 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 #DB3629 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.14 |
| HSL | 4.38º | 0.71% | 0.51% | - |
| HSV(B) | 4.38º | 0.81% | 0.86% | - |
| XYZ | 30.93 | 17.86 | 3.91 | - |
| YUV | 101.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 41 | 0 | 0.75 | 0.81 | 0.14 | 4.38 | 0.71 | 0.51 |
| Hex | DB | 36 | 29 | 0 | 4B | 51 | E | 4 | 47 | 33 |
| Octal | 333 | 66 | 51 | 0 | 113 | 121 | 16 | 4 | 107 | 63 |
| Binary | 11011011 | 110110 | 101001 | 0 | 1001011 | 1010001 | 1110 | 100 | 1000111 | 110011 |
Color Harmonies of #DB3629
Complementary color
Monochromatic Colors of #DB3629
Black with #DB3629
Text Example
Text Example
White with #DB3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3629; }
p { color: rgb(219,54,41); }
H1.HeaderClassName
{
color: #DB3629;
}
.AnyTagClassName
{
color: #DB3629;
}
</style>
background-color css
<style>
a { background-color: #DB3629; }
a { background-color: rgb(219,54,41); }
div.DivClassName
{
background-color: #DB3629;
}
.BgClassName
{
background-color: #DB3629;
}
</style>
border-color css
<style>
span { border-color: #DB3629; }
span { border-color: rgb(219,54,41); }
td.TdClassName
{
border-color: #DB3629;
}
.TagClassName
{
border-color: #DB3629;
}
</style>