Shades of Cinnabar #DB411F
Tints of Cinnabar #DB411F
RGB
CMYK
RGB Variations
Color information
#DB411F (or 0xDB411F) is known color: Cinnabar. HEX triplet: DB, 41 and 1F. RGB value is (219,65,31). Sum of RGB (Red+Green+Blue) = 219+65+31=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB411F is #24BEE0. Grayscale: #6B6B6B. Windows color (decimal): -2408161 or 2048475. OLE color: 2048475.
HSL color Cylindrical-coordinate representation of color #DB411F: hue angle of 10.85º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB411F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.14 |
| HSL | 10.85º | 0.75% | 0.49% | - |
| HSV(B) | 10.85º | 0.86% | 0.86% | - |
| XYZ | 31.35 | 18.94 | 3.3 | - |
| YUV | 107.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 31 | 0 | 0.70 | 0.86 | 0.14 | 10.85 | 0.75 | 0.49 |
| Hex | DB | 41 | 1F | 0 | 46 | 56 | E | B | 4B | 31 |
| Octal | 333 | 101 | 37 | 0 | 106 | 126 | 16 | 13 | 113 | 61 |
| Binary | 11011011 | 1000001 | 11111 | 0 | 1000110 | 1010110 | 1110 | 1011 | 1001011 | 110001 |
Color Harmonies of #DB411F
Complementary color
Monochromatic Colors of #DB411F
Black with #DB411F
Text Example
Text Example
White with #DB411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB411F; }
p { color: rgb(219,65,31); }
H1.HeaderClassName
{
color: #DB411F;
}
.AnyTagClassName
{
color: #DB411F;
}
</style>
background-color css
<style>
a { background-color: #DB411F; }
a { background-color: rgb(219,65,31); }
div.DivClassName
{
background-color: #DB411F;
}
.BgClassName
{
background-color: #DB411F;
}
</style>
border-color css
<style>
span { border-color: #DB411F; }
span { border-color: rgb(219,65,31); }
td.TdClassName
{
border-color: #DB411F;
}
.TagClassName
{
border-color: #DB411F;
}
</style>