Shades of Cinnabar #DB3A2F
Tints of Cinnabar #DB3A2F
RGB
CMYK
RGB Variations
Color information
#DB3A2F (or 0xDB3A2F) is known color: Cinnabar. HEX triplet: DB, 3A and 2F. RGB value is (219,58,47). Sum of RGB (Red+Green+Blue) = 219+58+47=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A2F is #24C5D0. Grayscale: #696969. Windows color (decimal): -2409937 or 3095259. OLE color: 3095259.
HSL color Cylindrical-coordinate representation of color #DB3A2F: hue angle of 3.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB3A2F is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 58 | 47 | - |
CMYK | 0 | 0.74 | 0.79 | 0.14 |
HSL | 3.84º | 0.7% | 0.52% | - |
HSV(B) | 3.84º | 0.79% | 0.86% | - |
XYZ | 31.24 | 18.29 | 4.57 | - |
YUV | 104.89 | 95.34 | 209.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 58 | 47 | 0 | 0.74 | 0.79 | 0.14 | 3.84 | 0.7 | 0.52 |
Hex | DB | 3A | 2F | 0 | 4A | 4F | E | 4 | 46 | 34 |
Octal | 333 | 72 | 57 | 0 | 112 | 117 | 16 | 4 | 106 | 64 |
Binary | 11011011 | 111010 | 101111 | 0 | 1001010 | 1001111 | 1110 | 100 | 1000110 | 110100 |
Color Harmonies of #DB3A2F
Complementary color
Monochromatic Colors of #DB3A2F
Black with #DB3A2F
Text Example
Text Example
White with #DB3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A2F; }
p { color: rgb(219,58,47); }
H1.HeaderClassName
{
color: #DB3A2F;
}
.AnyTagClassName
{
color: #DB3A2F;
}
</style>
background-color css
<style>
a { background-color: #DB3A2F; }
a { background-color: rgb(219,58,47); }
div.DivClassName
{
background-color: #DB3A2F;
}
.BgClassName
{
background-color: #DB3A2F;
}
</style>
border-color css
<style>
span { border-color: #DB3A2F; }
span { border-color: rgb(219,58,47); }
td.TdClassName
{
border-color: #DB3A2F;
}
.TagClassName
{
border-color: #DB3A2F;
}
</style>