Shades of Cinnabar #DB3D27
Tints of Cinnabar #DB3D27
RGB
CMYK
RGB Variations
Color information
#DB3D27 (or 0xDB3D27) is known color: Cinnabar. HEX triplet: DB, 3D and 27. RGB value is (219,61,39). Sum of RGB (Red+Green+Blue) = 219+61+39=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D27 is #24C2D8. Grayscale: #696969. Windows color (decimal): -2409177 or 2571739. OLE color: 2571739.
HSL color Cylindrical-coordinate representation of color #DB3D27: hue angle of 7.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB3D27 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 39 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.14 |
| HSL | 7.33º | 0.71% | 0.51% | - |
| HSV(B) | 7.33º | 0.82% | 0.86% | - |
| XYZ | 31.25 | 18.54 | 3.85 | - |
| YUV | 105.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 39 | 0 | 0.72 | 0.82 | 0.14 | 7.33 | 0.71 | 0.51 |
| Hex | DB | 3D | 27 | 0 | 48 | 52 | E | 7 | 47 | 33 |
| Octal | 333 | 75 | 47 | 0 | 110 | 122 | 16 | 7 | 107 | 63 |
| Binary | 11011011 | 111101 | 100111 | 0 | 1001000 | 1010010 | 1110 | 111 | 1000111 | 110011 |
Color Harmonies of #DB3D27
Complementary color
Monochromatic Colors of #DB3D27
Black with #DB3D27
Text Example
Text Example
White with #DB3D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D27; }
p { color: rgb(219,61,39); }
H1.HeaderClassName
{
color: #DB3D27;
}
.AnyTagClassName
{
color: #DB3D27;
}
</style>
background-color css
<style>
a { background-color: #DB3D27; }
a { background-color: rgb(219,61,39); }
div.DivClassName
{
background-color: #DB3D27;
}
.BgClassName
{
background-color: #DB3D27;
}
</style>
border-color css
<style>
span { border-color: #DB3D27; }
span { border-color: rgb(219,61,39); }
td.TdClassName
{
border-color: #DB3D27;
}
.TagClassName
{
border-color: #DB3D27;
}
</style>