Shades of Cinnabar #DB4A40
Tints of Cinnabar #DB4A40
RGB
CMYK
RGB Variations
Color information
#DB4A40 (or 0xDB4A40) is known color: Cinnabar. HEX triplet: DB, 4A and 40. RGB value is (219,74,64). Sum of RGB (Red+Green+Blue) = 219+74+64=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A40 is #24B5BF. Grayscale: #747474. Windows color (decimal): -2405824 or 4213467. OLE color: 4213467.
HSL color Cylindrical-coordinate representation of color #DB4A40: hue angle of 3.87º 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 #DB4A40 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 64 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.14 |
| HSL | 3.87º | 0.68% | 0.55% | - |
| HSV(B) | 3.87º | 0.71% | 0.86% | - |
| XYZ | 32.59 | 20.33 | 7.06 | - |
| YUV | 116.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 64 | 0 | 0.66 | 0.71 | 0.14 | 3.87 | 0.68 | 0.55 |
| Hex | DB | 4A | 40 | 0 | 42 | 47 | E | 4 | 44 | 37 |
| Octal | 333 | 112 | 100 | 0 | 102 | 107 | 16 | 4 | 104 | 67 |
| Binary | 11011011 | 1001010 | 1000000 | 0 | 1000010 | 1000111 | 1110 | 100 | 1000100 | 110111 |
Color Harmonies of #DB4A40
Complementary color
Monochromatic Colors of #DB4A40
Black with #DB4A40
Text Example
Text Example
White with #DB4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A40; }
p { color: rgb(219,74,64); }
H1.HeaderClassName
{
color: #DB4A40;
}
.AnyTagClassName
{
color: #DB4A40;
}
</style>
background-color css
<style>
a { background-color: #DB4A40; }
a { background-color: rgb(219,74,64); }
div.DivClassName
{
background-color: #DB4A40;
}
.BgClassName
{
background-color: #DB4A40;
}
</style>
border-color css
<style>
span { border-color: #DB4A40; }
span { border-color: rgb(219,74,64); }
td.TdClassName
{
border-color: #DB4A40;
}
.TagClassName
{
border-color: #DB4A40;
}
</style>