Shades of Free Speech Red #DB0706
Tints of Free Speech Red #DB0706
RGB
CMYK
RGB Variations
Color information
#DB0706 (or 0xDB0706) is known color: Free Speech Red. HEX triplet: DB, 07 and 06. RGB value is (219,7,6). Sum of RGB (Red+Green+Blue) = 219+7+6=232 (30% of max value = 765). Red value is 219 (85.94% from 255 or 94.40% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0706 is #24F8F9. Grayscale: #464646. Windows color (decimal): -2423034 or 395227. OLE color: 395227.
HSL color Cylindrical-coordinate representation of color #DB0706: hue angle of 0.28º 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 #DB0706 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 6 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.14 |
| HSL | 0.28º | 0.95% | 0.44% | - |
| HSV(B) | 0.28º | 0.97% | 0.86% | - |
| XYZ | 29.32 | 15.23 | 1.57 | - |
| YUV | 70.27 | 91.74 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 6 | 0 | 0.97 | 0.97 | 0.14 | 0.28 | 0.95 | 0.44 |
| Hex | DB | 7 | 6 | 0 | 61 | 61 | E | 0 | 5F | 2C |
| Octal | 333 | 7 | 6 | 0 | 141 | 141 | 16 | 0 | 137 | 54 |
| Binary | 11011011 | 111 | 110 | 0 | 1100001 | 1100001 | 1110 | 0 | 1011111 | 101100 |
Color Harmonies of #DB0706
Complementary color
Monochromatic Colors of #DB0706
Black with #DB0706
Text Example
Text Example
White with #DB0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0706; }
p { color: rgb(219,7,6); }
H1.HeaderClassName
{
color: #DB0706;
}
.AnyTagClassName
{
color: #DB0706;
}
</style>
background-color css
<style>
a { background-color: #DB0706; }
a { background-color: rgb(219,7,6); }
div.DivClassName
{
background-color: #DB0706;
}
.BgClassName
{
background-color: #DB0706;
}
</style>
border-color css
<style>
span { border-color: #DB0706; }
span { border-color: rgb(219,7,6); }
td.TdClassName
{
border-color: #DB0706;
}
.TagClassName
{
border-color: #DB0706;
}
</style>