Shades of Cinnabar #DB483F
Tints of Cinnabar #DB483F
RGB
CMYK
RGB Variations
Color information
#DB483F (or 0xDB483F) is known color: Cinnabar. HEX triplet: DB, 48 and 3F. RGB value is (219,72,63). Sum of RGB (Red+Green+Blue) = 219+72+63=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB483F is #24B7C0. Grayscale: #737373. Windows color (decimal): -2406337 or 4147419. OLE color: 4147419.
HSL color Cylindrical-coordinate representation of color #DB483F: hue angle of 3.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB483F is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 63 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.14 |
| HSL | 3.46º | 0.68% | 0.55% | - |
| HSV(B) | 3.46º | 0.71% | 0.86% | - |
| XYZ | 32.43 | 20.05 | 6.86 | - |
| YUV | 114.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 63 | 0 | 0.67 | 0.71 | 0.14 | 3.46 | 0.68 | 0.55 |
| Hex | DB | 48 | 3F | 0 | 43 | 47 | E | 3 | 44 | 37 |
| Octal | 333 | 110 | 77 | 0 | 103 | 107 | 16 | 3 | 104 | 67 |
| Binary | 11011011 | 1001000 | 111111 | 0 | 1000011 | 1000111 | 1110 | 11 | 1000100 | 110111 |
Color Harmonies of #DB483F
Complementary color
Monochromatic Colors of #DB483F
Black with #DB483F
Text Example
Text Example
White with #DB483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB483F; }
p { color: rgb(219,72,63); }
H1.HeaderClassName
{
color: #DB483F;
}
.AnyTagClassName
{
color: #DB483F;
}
</style>
background-color css
<style>
a { background-color: #DB483F; }
a { background-color: rgb(219,72,63); }
div.DivClassName
{
background-color: #DB483F;
}
.BgClassName
{
background-color: #DB483F;
}
</style>
border-color css
<style>
span { border-color: #DB483F; }
span { border-color: rgb(219,72,63); }
td.TdClassName
{
border-color: #DB483F;
}
.TagClassName
{
border-color: #DB483F;
}
</style>