Shades of Cinnabar #DB3C3A
Tints of Cinnabar #DB3C3A
RGB
CMYK
RGB Variations
Color information
#DB3C3A (or 0xDB3C3A) is known color: Cinnabar. HEX triplet: DB, 3C and 3A. RGB value is (219,60,58). Sum of RGB (Red+Green+Blue) = 219+60+58=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C3A is #24C3C5. Grayscale: #6B6B6B. Windows color (decimal): -2409414 or 3816667. OLE color: 3816667.
HSL color Cylindrical-coordinate representation of color #DB3C3A: hue angle of 0.75º 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 #DB3C3A is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 58 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.14 |
| HSL | 0.75º | 0.69% | 0.54% | - |
| HSV(B) | 0.75º | 0.74% | 0.86% | - |
| XYZ | 31.59 | 18.6 | 5.93 | - |
| YUV | 107.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 58 | 0 | 0.73 | 0.74 | 0.14 | 0.75 | 0.69 | 0.54 |
| Hex | DB | 3C | 3A | 0 | 49 | 4A | E | 1 | 45 | 36 |
| Octal | 333 | 74 | 72 | 0 | 111 | 112 | 16 | 1 | 105 | 66 |
| Binary | 11011011 | 111100 | 111010 | 0 | 1001001 | 1001010 | 1110 | 1 | 1000101 | 110110 |
Color Harmonies of #DB3C3A
Complementary color
Monochromatic Colors of #DB3C3A
Black with #DB3C3A
Text Example
Text Example
White with #DB3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C3A; }
p { color: rgb(219,60,58); }
H1.HeaderClassName
{
color: #DB3C3A;
}
.AnyTagClassName
{
color: #DB3C3A;
}
</style>
background-color css
<style>
a { background-color: #DB3C3A; }
a { background-color: rgb(219,60,58); }
div.DivClassName
{
background-color: #DB3C3A;
}
.BgClassName
{
background-color: #DB3C3A;
}
</style>
border-color css
<style>
span { border-color: #DB3C3A; }
span { border-color: rgb(219,60,58); }
td.TdClassName
{
border-color: #DB3C3A;
}
.TagClassName
{
border-color: #DB3C3A;
}
</style>