Shades of Cinnabar #DB483A
Tints of Cinnabar #DB483A
RGB
CMYK
RGB Variations
Color information
#DB483A (or 0xDB483A) is known color: Cinnabar. HEX triplet: DB, 48 and 3A. RGB value is (219,72,58). Sum of RGB (Red+Green+Blue) = 219+72+58=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB483A is #24B7C5. Grayscale: #727272. Windows color (decimal): -2406342 or 3819739. OLE color: 3819739.
HSL color Cylindrical-coordinate representation of color #DB483A: hue angle of 5.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB483A is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 58 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.14 |
| HSL | 5.22º | 0.69% | 0.54% | - |
| HSV(B) | 5.22º | 0.74% | 0.86% | - |
| XYZ | 32.29 | 20 | 6.16 | - |
| YUV | 114.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 58 | 0 | 0.67 | 0.74 | 0.14 | 5.22 | 0.69 | 0.54 |
| Hex | DB | 48 | 3A | 0 | 43 | 4A | E | 5 | 45 | 36 |
| Octal | 333 | 110 | 72 | 0 | 103 | 112 | 16 | 5 | 105 | 66 |
| Binary | 11011011 | 1001000 | 111010 | 0 | 1000011 | 1001010 | 1110 | 101 | 1000101 | 110110 |
Color Harmonies of #DB483A
Complementary color
Monochromatic Colors of #DB483A
Black with #DB483A
Text Example
Text Example
White with #DB483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB483A; }
p { color: rgb(219,72,58); }
H1.HeaderClassName
{
color: #DB483A;
}
.AnyTagClassName
{
color: #DB483A;
}
</style>
background-color css
<style>
a { background-color: #DB483A; }
a { background-color: rgb(219,72,58); }
div.DivClassName
{
background-color: #DB483A;
}
.BgClassName
{
background-color: #DB483A;
}
</style>
border-color css
<style>
span { border-color: #DB483A; }
span { border-color: rgb(219,72,58); }
td.TdClassName
{
border-color: #DB483A;
}
.TagClassName
{
border-color: #DB483A;
}
</style>