Shades of Cinnabar #DB4338
Tints of Cinnabar #DB4338
RGB
CMYK
RGB Variations
Color information
#DB4338 (or 0xDB4338) is known color: Cinnabar. HEX triplet: DB, 43 and 38. RGB value is (219,67,56). Sum of RGB (Red+Green+Blue) = 219+67+56=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4338 is #24BCC7. Grayscale: #6F6F6F. Windows color (decimal): -2407624 or 3687387. OLE color: 3687387.
HSL color Cylindrical-coordinate representation of color #DB4338: hue angle of 4.05º 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 #DB4338 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 56 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.14 |
| HSL | 4.05º | 0.69% | 0.54% | - |
| HSV(B) | 4.05º | 0.74% | 0.86% | - |
| XYZ | 31.93 | 19.36 | 5.8 | - |
| YUV | 111.19 | 96.86 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 56 | 0 | 0.69 | 0.74 | 0.14 | 4.05 | 0.69 | 0.54 |
| Hex | DB | 43 | 38 | 0 | 45 | 4A | E | 4 | 45 | 36 |
| Octal | 333 | 103 | 70 | 0 | 105 | 112 | 16 | 4 | 105 | 66 |
| Binary | 11011011 | 1000011 | 111000 | 0 | 1000101 | 1001010 | 1110 | 100 | 1000101 | 110110 |
Color Harmonies of #DB4338
Complementary color
Monochromatic Colors of #DB4338
Black with #DB4338
Text Example
Text Example
White with #DB4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4338; }
p { color: rgb(219,67,56); }
H1.HeaderClassName
{
color: #DB4338;
}
.AnyTagClassName
{
color: #DB4338;
}
</style>
background-color css
<style>
a { background-color: #DB4338; }
a { background-color: rgb(219,67,56); }
div.DivClassName
{
background-color: #DB4338;
}
.BgClassName
{
background-color: #DB4338;
}
</style>
border-color css
<style>
span { border-color: #DB4338; }
span { border-color: rgb(219,67,56); }
td.TdClassName
{
border-color: #DB4338;
}
.TagClassName
{
border-color: #DB4338;
}
</style>