Shades of Cinnabar #DB403A
Tints of Cinnabar #DB403A
RGB
CMYK
RGB Variations
Color information
#DB403A (or 0xDB403A) is known color: Cinnabar. HEX triplet: DB, 40 and 3A. RGB value is (219,64,58). Sum of RGB (Red+Green+Blue) = 219+64+58=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB403A is #24BFC5. Grayscale: #6D6D6D. Windows color (decimal): -2408390 or 3817691. OLE color: 3817691.
HSL color Cylindrical-coordinate representation of color #DB403A: hue angle of 2.24º 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 #DB403A is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 58 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.14 |
| HSL | 2.24º | 0.69% | 0.54% | - |
| HSV(B) | 2.24º | 0.74% | 0.86% | - |
| XYZ | 31.81 | 19.03 | 6 | - |
| YUV | 109.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 58 | 0 | 0.71 | 0.74 | 0.14 | 2.24 | 0.69 | 0.54 |
| Hex | DB | 40 | 3A | 0 | 47 | 4A | E | 2 | 45 | 36 |
| Octal | 333 | 100 | 72 | 0 | 107 | 112 | 16 | 2 | 105 | 66 |
| Binary | 11011011 | 1000000 | 111010 | 0 | 1000111 | 1001010 | 1110 | 10 | 1000101 | 110110 |
Color Harmonies of #DB403A
Complementary color
Monochromatic Colors of #DB403A
Black with #DB403A
Text Example
Text Example
White with #DB403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB403A; }
p { color: rgb(219,64,58); }
H1.HeaderClassName
{
color: #DB403A;
}
.AnyTagClassName
{
color: #DB403A;
}
</style>
background-color css
<style>
a { background-color: #DB403A; }
a { background-color: rgb(219,64,58); }
div.DivClassName
{
background-color: #DB403A;
}
.BgClassName
{
background-color: #DB403A;
}
</style>
border-color css
<style>
span { border-color: #DB403A; }
span { border-color: rgb(219,64,58); }
td.TdClassName
{
border-color: #DB403A;
}
.TagClassName
{
border-color: #DB403A;
}
</style>