Shades of Cinnabar #DB3D3C
Tints of Cinnabar #DB3D3C
RGB
CMYK
RGB Variations
Color information
#DB3D3C (or 0xDB3D3C) is known color: Cinnabar. HEX triplet: DB, 3D and 3C. RGB value is (219,61,60). Sum of RGB (Red+Green+Blue) = 219+61+60=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D3C is #24C2C3. Grayscale: #6C6C6C. Windows color (decimal): -2409156 or 3947995. OLE color: 3947995.
HSL color Cylindrical-coordinate representation of color #DB3D3C: hue angle of 0.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3D3C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 60 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.14 |
| HSL | 0.38º | 0.69% | 0.55% | - |
| HSV(B) | 0.38º | 0.73% | 0.86% | - |
| XYZ | 31.7 | 18.72 | 6.22 | - |
| YUV | 108.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 60 | 0 | 0.72 | 0.73 | 0.14 | 0.38 | 0.69 | 0.55 |
| Hex | DB | 3D | 3C | 0 | 48 | 49 | E | 0 | 45 | 37 |
| Octal | 333 | 75 | 74 | 0 | 110 | 111 | 16 | 0 | 105 | 67 |
| Binary | 11011011 | 111101 | 111100 | 0 | 1001000 | 1001001 | 1110 | 0 | 1000101 | 110111 |
Color Harmonies of #DB3D3C
Complementary color
Monochromatic Colors of #DB3D3C
Black with #DB3D3C
Text Example
Text Example
White with #DB3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D3C; }
p { color: rgb(219,61,60); }
H1.HeaderClassName
{
color: #DB3D3C;
}
.AnyTagClassName
{
color: #DB3D3C;
}
</style>
background-color css
<style>
a { background-color: #DB3D3C; }
a { background-color: rgb(219,61,60); }
div.DivClassName
{
background-color: #DB3D3C;
}
.BgClassName
{
background-color: #DB3D3C;
}
</style>
border-color css
<style>
span { border-color: #DB3D3C; }
span { border-color: rgb(219,61,60); }
td.TdClassName
{
border-color: #DB3D3C;
}
.TagClassName
{
border-color: #DB3D3C;
}
</style>