Shades of Cinnabar #DB3E30
Tints of Cinnabar #DB3E30
RGB
CMYK
RGB Variations
Color information
#DB3E30 (or 0xDB3E30) is known color: Cinnabar. HEX triplet: DB, 3E and 30. RGB value is (219,62,48). Sum of RGB (Red+Green+Blue) = 219+62+48=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E30 is #24C1CF. Grayscale: #6B6B6B. Windows color (decimal): -2408912 or 3161819. OLE color: 3161819.
HSL color Cylindrical-coordinate representation of color #DB3E30: hue angle of 4.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3E30 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 48 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.14 |
| HSL | 4.91º | 0.7% | 0.52% | - |
| HSV(B) | 4.91º | 0.78% | 0.86% | - |
| XYZ | 31.47 | 18.72 | 4.75 | - |
| YUV | 107.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 48 | 0 | 0.72 | 0.78 | 0.14 | 4.91 | 0.7 | 0.52 |
| Hex | DB | 3E | 30 | 0 | 48 | 4E | E | 5 | 46 | 34 |
| Octal | 333 | 76 | 60 | 0 | 110 | 116 | 16 | 5 | 106 | 64 |
| Binary | 11011011 | 111110 | 110000 | 0 | 1001000 | 1001110 | 1110 | 101 | 1000110 | 110100 |
Color Harmonies of #DB3E30
Complementary color
Monochromatic Colors of #DB3E30
Black with #DB3E30
Text Example
Text Example
White with #DB3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E30; }
p { color: rgb(219,62,48); }
H1.HeaderClassName
{
color: #DB3E30;
}
.AnyTagClassName
{
color: #DB3E30;
}
</style>
background-color css
<style>
a { background-color: #DB3E30; }
a { background-color: rgb(219,62,48); }
div.DivClassName
{
background-color: #DB3E30;
}
.BgClassName
{
background-color: #DB3E30;
}
</style>
border-color css
<style>
span { border-color: #DB3E30; }
span { border-color: rgb(219,62,48); }
td.TdClassName
{
border-color: #DB3E30;
}
.TagClassName
{
border-color: #DB3E30;
}
</style>