Shades of Cinnabar #DB4238
Tints of Cinnabar #DB4238
RGB
CMYK
RGB Variations
Color information
#DB4238 (or 0xDB4238) is known color: Cinnabar. HEX triplet: DB, 42 and 38. RGB value is (219,66,56). Sum of RGB (Red+Green+Blue) = 219+66+56=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4238 is #24BDC7. Grayscale: #6E6E6E. Windows color (decimal): -2407880 or 3687131. OLE color: 3687131.
HSL color Cylindrical-coordinate representation of color #DB4238: hue angle of 3.68º 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 #DB4238 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 56 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.14 |
| HSL | 3.68º | 0.69% | 0.54% | - |
| HSV(B) | 3.68º | 0.74% | 0.86% | - |
| XYZ | 31.88 | 19.24 | 5.78 | - |
| YUV | 110.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 56 | 0 | 0.70 | 0.74 | 0.14 | 3.68 | 0.69 | 0.54 |
| Hex | DB | 42 | 38 | 0 | 46 | 4A | E | 4 | 45 | 36 |
| Octal | 333 | 102 | 70 | 0 | 106 | 112 | 16 | 4 | 105 | 66 |
| Binary | 11011011 | 1000010 | 111000 | 0 | 1000110 | 1001010 | 1110 | 100 | 1000101 | 110110 |
Color Harmonies of #DB4238
Complementary color
Monochromatic Colors of #DB4238
Black with #DB4238
Text Example
Text Example
White with #DB4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4238; }
p { color: rgb(219,66,56); }
H1.HeaderClassName
{
color: #DB4238;
}
.AnyTagClassName
{
color: #DB4238;
}
</style>
background-color css
<style>
a { background-color: #DB4238; }
a { background-color: rgb(219,66,56); }
div.DivClassName
{
background-color: #DB4238;
}
.BgClassName
{
background-color: #DB4238;
}
</style>
border-color css
<style>
span { border-color: #DB4238; }
span { border-color: rgb(219,66,56); }
td.TdClassName
{
border-color: #DB4238;
}
.TagClassName
{
border-color: #DB4238;
}
</style>