Shades of Cinnabar #DB3D31
Tints of Cinnabar #DB3D31
RGB
CMYK
RGB Variations
Color information
#DB3D31 (or 0xDB3D31) is known color: Cinnabar. HEX triplet: DB, 3D and 31. RGB value is (219,61,49). Sum of RGB (Red+Green+Blue) = 219+61+49=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D31 is #24C2CE. Grayscale: #6B6B6B. Windows color (decimal): -2409167 or 3227099. OLE color: 3227099.
HSL color Cylindrical-coordinate representation of color #DB3D31: hue angle of 4.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3D31 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 49 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.14 |
| HSL | 4.24º | 0.7% | 0.53% | - |
| HSV(B) | 4.24º | 0.78% | 0.86% | - |
| XYZ | 31.44 | 18.62 | 4.84 | - |
| YUV | 106.87 | 95.35 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 49 | 0 | 0.72 | 0.78 | 0.14 | 4.24 | 0.7 | 0.53 |
| Hex | DB | 3D | 31 | 0 | 48 | 4E | E | 4 | 46 | 35 |
| Octal | 333 | 75 | 61 | 0 | 110 | 116 | 16 | 4 | 106 | 65 |
| Binary | 11011011 | 111101 | 110001 | 0 | 1001000 | 1001110 | 1110 | 100 | 1000110 | 110101 |
Color Harmonies of #DB3D31
Complementary color
Monochromatic Colors of #DB3D31
Black with #DB3D31
Text Example
Text Example
White with #DB3D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D31; }
p { color: rgb(219,61,49); }
H1.HeaderClassName
{
color: #DB3D31;
}
.AnyTagClassName
{
color: #DB3D31;
}
</style>
background-color css
<style>
a { background-color: #DB3D31; }
a { background-color: rgb(219,61,49); }
div.DivClassName
{
background-color: #DB3D31;
}
.BgClassName
{
background-color: #DB3D31;
}
</style>
border-color css
<style>
span { border-color: #DB3D31; }
span { border-color: rgb(219,61,49); }
td.TdClassName
{
border-color: #DB3D31;
}
.TagClassName
{
border-color: #DB3D31;
}
</style>