Shades of Free Speech Red #DB0700
Tints of Free Speech Red #DB0700
RGB
CMYK
RGB Variations
Color information
#DB0700 (or 0xDB0700) is known color: Free Speech Red. HEX triplet: DB, 07 and 00. RGB value is (219,7,0). Sum of RGB (Red+Green+Blue) = 219+7+0=226 (29% of max value = 765). Red value is 219 (85.94% from 255 or 96.90% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0700 is #24F8FF. Grayscale: #454545. Windows color (decimal): -2423040 or 2011. OLE color: 2011.
HSL color Cylindrical-coordinate representation of color #DB0700: hue angle of 1.92º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.14 |
| HSL | 1.92º | 1% | 0.43% | - |
| HSV(B) | 1.92º | 1% | 0.86% | - |
| XYZ | 29.29 | 15.21 | 1.39 | - |
| YUV | 69.59 | 88.74 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 0 | 0 | 0.97 | 1 | 0.14 | 1.92 | 1 | 0.43 |
| Hex | DB | 7 | 0 | 0 | 61 | 64 | E | 2 | 64 | 2B |
| Octal | 333 | 7 | 0 | 0 | 141 | 144 | 16 | 2 | 144 | 53 |
| Binary | 11011011 | 111 | 0 | 0 | 1100001 | 1100100 | 1110 | 10 | 1100100 | 101011 |
Color Harmonies of #DB0700
Complementary color
Monochromatic Colors of #DB0700
Black with #DB0700
Text Example
Text Example
White with #DB0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0700; }
p { color: rgb(219,7,0); }
H1.HeaderClassName
{
color: #DB0700;
}
.AnyTagClassName
{
color: #DB0700;
}
</style>
background-color css
<style>
a { background-color: #DB0700; }
a { background-color: rgb(219,7,0); }
div.DivClassName
{
background-color: #DB0700;
}
.BgClassName
{
background-color: #DB0700;
}
</style>
border-color css
<style>
span { border-color: #DB0700; }
span { border-color: rgb(219,7,0); }
td.TdClassName
{
border-color: #DB0700;
}
.TagClassName
{
border-color: #DB0700;
}
</style>