Shades of Free Speech Red #DB0806
Tints of Free Speech Red #DB0806
RGB
CMYK
RGB Variations
Color information
#DB0806 (or 0xDB0806) is known color: Free Speech Red. HEX triplet: DB, 08 and 06. RGB value is (219,8,6). Sum of RGB (Red+Green+Blue) = 219+8+6=233 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.99% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0806 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0806 is #24F7F9. Grayscale: #474747. Windows color (decimal): -2422778 or 395483. OLE color: 395483.
HSL color Cylindrical-coordinate representation of color #DB0806: hue angle of 0.56º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0806 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 6 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.14 |
| HSL | 0.56º | 0.95% | 0.44% | - |
| HSV(B) | 0.56º | 0.97% | 0.86% | - |
| XYZ | 29.33 | 15.25 | 1.57 | - |
| YUV | 70.86 | 91.4 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 6 | 0 | 0.96 | 0.97 | 0.14 | 0.56 | 0.95 | 0.44 |
| Hex | DB | 8 | 6 | 0 | 60 | 61 | E | 1 | 5F | 2C |
| Octal | 333 | 10 | 6 | 0 | 140 | 141 | 16 | 1 | 137 | 54 |
| Binary | 11011011 | 1000 | 110 | 0 | 1100000 | 1100001 | 1110 | 1 | 1011111 | 101100 |
Color Harmonies of #DB0806
Complementary color
Monochromatic Colors of #DB0806
Black with #DB0806
Text Example
Text Example
White with #DB0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0806; }
p { color: rgb(219,8,6); }
H1.HeaderClassName
{
color: #DB0806;
}
.AnyTagClassName
{
color: #DB0806;
}
</style>
background-color css
<style>
a { background-color: #DB0806; }
a { background-color: rgb(219,8,6); }
div.DivClassName
{
background-color: #DB0806;
}
.BgClassName
{
background-color: #DB0806;
}
</style>
border-color css
<style>
span { border-color: #DB0806; }
span { border-color: rgb(219,8,6); }
td.TdClassName
{
border-color: #DB0806;
}
.TagClassName
{
border-color: #DB0806;
}
</style>