Shades of Cinnabar #DB423F
Tints of Cinnabar #DB423F
RGB
CMYK
RGB Variations
Color information
#DB423F (or 0xDB423F) is known color: Cinnabar. HEX triplet: DB, 42 and 3F. RGB value is (219,66,63). Sum of RGB (Red+Green+Blue) = 219+66+63=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB423F is #24BDC0. Grayscale: #6F6F6F. Windows color (decimal): -2407873 or 4145883. OLE color: 4145883.
HSL color Cylindrical-coordinate representation of color #DB423F: hue angle of 1.15º 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 #DB423F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 63 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.14 |
| HSL | 1.15º | 0.68% | 0.55% | - |
| HSV(B) | 1.15º | 0.71% | 0.86% | - |
| XYZ | 32.06 | 19.32 | 6.74 | - |
| YUV | 111.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 63 | 0 | 0.70 | 0.71 | 0.14 | 1.15 | 0.68 | 0.55 |
| Hex | DB | 42 | 3F | 0 | 46 | 47 | E | 1 | 44 | 37 |
| Octal | 333 | 102 | 77 | 0 | 106 | 107 | 16 | 1 | 104 | 67 |
| Binary | 11011011 | 1000010 | 111111 | 0 | 1000110 | 1000111 | 1110 | 1 | 1000100 | 110111 |
Color Harmonies of #DB423F
Complementary color
Monochromatic Colors of #DB423F
Black with #DB423F
Text Example
Text Example
White with #DB423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB423F; }
p { color: rgb(219,66,63); }
H1.HeaderClassName
{
color: #DB423F;
}
.AnyTagClassName
{
color: #DB423F;
}
</style>
background-color css
<style>
a { background-color: #DB423F; }
a { background-color: rgb(219,66,63); }
div.DivClassName
{
background-color: #DB423F;
}
.BgClassName
{
background-color: #DB423F;
}
</style>
border-color css
<style>
span { border-color: #DB423F; }
span { border-color: rgb(219,66,63); }
td.TdClassName
{
border-color: #DB423F;
}
.TagClassName
{
border-color: #DB423F;
}
</style>