Shades of Cinnabar #DB483D
Tints of Cinnabar #DB483D
RGB
CMYK
RGB Variations
Color information
#DB483D (or 0xDB483D) is known color: Cinnabar. HEX triplet: DB, 48 and 3D. RGB value is (219,72,61). Sum of RGB (Red+Green+Blue) = 219+72+61=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB483D is #24B7C2. Grayscale: #727272. Windows color (decimal): -2406339 or 4016347. OLE color: 4016347.
HSL color Cylindrical-coordinate representation of color #DB483D: hue angle of 4.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB483D is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 61 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.14 |
| HSL | 4.18º | 0.69% | 0.55% | - |
| HSV(B) | 4.18º | 0.72% | 0.86% | - |
| XYZ | 32.37 | 20.03 | 6.58 | - |
| YUV | 114.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 61 | 0 | 0.67 | 0.72 | 0.14 | 4.18 | 0.69 | 0.55 |
| Hex | DB | 48 | 3D | 0 | 43 | 48 | E | 4 | 45 | 37 |
| Octal | 333 | 110 | 75 | 0 | 103 | 110 | 16 | 4 | 105 | 67 |
| Binary | 11011011 | 1001000 | 111101 | 0 | 1000011 | 1001000 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DB483D
Complementary color
Monochromatic Colors of #DB483D
Black with #DB483D
Text Example
Text Example
White with #DB483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB483D; }
p { color: rgb(219,72,61); }
H1.HeaderClassName
{
color: #DB483D;
}
.AnyTagClassName
{
color: #DB483D;
}
</style>
background-color css
<style>
a { background-color: #DB483D; }
a { background-color: rgb(219,72,61); }
div.DivClassName
{
background-color: #DB483D;
}
.BgClassName
{
background-color: #DB483D;
}
</style>
border-color css
<style>
span { border-color: #DB483D; }
span { border-color: rgb(219,72,61); }
td.TdClassName
{
border-color: #DB483D;
}
.TagClassName
{
border-color: #DB483D;
}
</style>