Shades of Cinnabar #DB3E33
Tints of Cinnabar #DB3E33
RGB
CMYK
RGB Variations
Color information
#DB3E33 (or 0xDB3E33) is known color: Cinnabar. HEX triplet: DB, 3E and 33. RGB value is (219,62,51). Sum of RGB (Red+Green+Blue) = 219+62+51=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E33 is #24C1CC. Grayscale: #6B6B6B. Windows color (decimal): -2408909 or 3358427. OLE color: 3358427.
HSL color Cylindrical-coordinate representation of color #DB3E33: hue angle of 3.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3E33 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 51 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.14 |
| HSL | 3.93º | 0.7% | 0.53% | - |
| HSV(B) | 3.93º | 0.77% | 0.86% | - |
| XYZ | 31.53 | 18.74 | 5.09 | - |
| YUV | 107.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 51 | 0 | 0.72 | 0.77 | 0.14 | 3.93 | 0.7 | 0.53 |
| Hex | DB | 3E | 33 | 0 | 48 | 4D | E | 4 | 46 | 35 |
| Octal | 333 | 76 | 63 | 0 | 110 | 115 | 16 | 4 | 106 | 65 |
| Binary | 11011011 | 111110 | 110011 | 0 | 1001000 | 1001101 | 1110 | 100 | 1000110 | 110101 |
Color Harmonies of #DB3E33
Complementary color
Monochromatic Colors of #DB3E33
Black with #DB3E33
Text Example
Text Example
White with #DB3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E33; }
p { color: rgb(219,62,51); }
H1.HeaderClassName
{
color: #DB3E33;
}
.AnyTagClassName
{
color: #DB3E33;
}
</style>
background-color css
<style>
a { background-color: #DB3E33; }
a { background-color: rgb(219,62,51); }
div.DivClassName
{
background-color: #DB3E33;
}
.BgClassName
{
background-color: #DB3E33;
}
</style>
border-color css
<style>
span { border-color: #DB3E33; }
span { border-color: rgb(219,62,51); }
td.TdClassName
{
border-color: #DB3E33;
}
.TagClassName
{
border-color: #DB3E33;
}
</style>