Shades of Cinnabar #DB423A
Tints of Cinnabar #DB423A
RGB
CMYK
RGB Variations
Color information
#DB423A (or 0xDB423A) is known color: Cinnabar. HEX triplet: DB, 42 and 3A. RGB value is (219,66,58). Sum of RGB (Red+Green+Blue) = 219+66+58=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB423A is #24BDC5. Grayscale: #6F6F6F. Windows color (decimal): -2407878 or 3818203. OLE color: 3818203.
HSL color Cylindrical-coordinate representation of color #DB423A: hue angle of 2.98º 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 #DB423A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 58 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.14 |
| HSL | 2.98º | 0.69% | 0.54% | - |
| HSV(B) | 2.98º | 0.74% | 0.86% | - |
| XYZ | 31.93 | 19.26 | 6.04 | - |
| YUV | 110.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 58 | 0 | 0.70 | 0.74 | 0.14 | 2.98 | 0.69 | 0.54 |
| Hex | DB | 42 | 3A | 0 | 46 | 4A | E | 3 | 45 | 36 |
| Octal | 333 | 102 | 72 | 0 | 106 | 112 | 16 | 3 | 105 | 66 |
| Binary | 11011011 | 1000010 | 111010 | 0 | 1000110 | 1001010 | 1110 | 11 | 1000101 | 110110 |
Color Harmonies of #DB423A
Complementary color
Monochromatic Colors of #DB423A
Black with #DB423A
Text Example
Text Example
White with #DB423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB423A; }
p { color: rgb(219,66,58); }
H1.HeaderClassName
{
color: #DB423A;
}
.AnyTagClassName
{
color: #DB423A;
}
</style>
background-color css
<style>
a { background-color: #DB423A; }
a { background-color: rgb(219,66,58); }
div.DivClassName
{
background-color: #DB423A;
}
.BgClassName
{
background-color: #DB423A;
}
</style>
border-color css
<style>
span { border-color: #DB423A; }
span { border-color: rgb(219,66,58); }
td.TdClassName
{
border-color: #DB423A;
}
.TagClassName
{
border-color: #DB423A;
}
</style>