Shades of Cinnabar #DB4B41
Tints of Cinnabar #DB4B41
RGB
CMYK
RGB Variations
Color information
#DB4B41 (or 0xDB4B41) is known color: Cinnabar. HEX triplet: DB, 4B and 41. RGB value is (219,75,65). Sum of RGB (Red+Green+Blue) = 219+75+65=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B41 is #24B4BE. Grayscale: #757575. Windows color (decimal): -2405567 or 4279259. OLE color: 4279259.
HSL color Cylindrical-coordinate representation of color #DB4B41: hue angle of 3.9º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4B41 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 65 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.14 |
| HSL | 3.9º | 0.68% | 0.56% | - |
| HSV(B) | 3.9º | 0.7% | 0.86% | - |
| XYZ | 32.68 | 20.47 | 7.23 | - |
| YUV | 116.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 65 | 0 | 0.66 | 0.70 | 0.14 | 3.9 | 0.68 | 0.56 |
| Hex | DB | 4B | 41 | 0 | 42 | 46 | E | 4 | 44 | 38 |
| Octal | 333 | 113 | 101 | 0 | 102 | 106 | 16 | 4 | 104 | 70 |
| Binary | 11011011 | 1001011 | 1000001 | 0 | 1000010 | 1000110 | 1110 | 100 | 1000100 | 111000 |
Color Harmonies of #DB4B41
Complementary color
Monochromatic Colors of #DB4B41
Black with #DB4B41
Text Example
Text Example
White with #DB4B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B41; }
p { color: rgb(219,75,65); }
H1.HeaderClassName
{
color: #DB4B41;
}
.AnyTagClassName
{
color: #DB4B41;
}
</style>
background-color css
<style>
a { background-color: #DB4B41; }
a { background-color: rgb(219,75,65); }
div.DivClassName
{
background-color: #DB4B41;
}
.BgClassName
{
background-color: #DB4B41;
}
</style>
border-color css
<style>
span { border-color: #DB4B41; }
span { border-color: rgb(219,75,65); }
td.TdClassName
{
border-color: #DB4B41;
}
.TagClassName
{
border-color: #DB4B41;
}
</style>