Shades of Free Speech Red #DB1707
Tints of Free Speech Red #DB1707
RGB
CMYK
RGB Variations
Color information
#DB1707 (or 0xDB1707) is known color: Free Speech Red. HEX triplet: DB, 17 and 07. RGB value is (219,23,7). Sum of RGB (Red+Green+Blue) = 219+23+7=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1707 is #24E8F8. Grayscale: #505050. Windows color (decimal): -2418937 or 464859. OLE color: 464859.
HSL color Cylindrical-coordinate representation of color #DB1707: hue angle of 4.53º degrees, saturation: 0.94, 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 #DB1707 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.14 |
| HSL | 4.53º | 0.94% | 0.44% | - |
| HSV(B) | 4.53º | 0.97% | 0.86% | - |
| XYZ | 29.56 | 15.69 | 1.67 | - |
| YUV | 79.78 | 86.93 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 7 | 0 | 0.89 | 0.97 | 0.14 | 4.53 | 0.94 | 0.44 |
| Hex | DB | 17 | 7 | 0 | 59 | 61 | E | 5 | 5E | 2C |
| Octal | 333 | 27 | 7 | 0 | 131 | 141 | 16 | 5 | 136 | 54 |
| Binary | 11011011 | 10111 | 111 | 0 | 1011001 | 1100001 | 1110 | 101 | 1011110 | 101100 |
Color Harmonies of #DB1707
Complementary color
Monochromatic Colors of #DB1707
Black with #DB1707
Text Example
Text Example
White with #DB1707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1707; }
p { color: rgb(219,23,7); }
H1.HeaderClassName
{
color: #DB1707;
}
.AnyTagClassName
{
color: #DB1707;
}
</style>
background-color css
<style>
a { background-color: #DB1707; }
a { background-color: rgb(219,23,7); }
div.DivClassName
{
background-color: #DB1707;
}
.BgClassName
{
background-color: #DB1707;
}
</style>
border-color css
<style>
span { border-color: #DB1707; }
span { border-color: rgb(219,23,7); }
td.TdClassName
{
border-color: #DB1707;
}
.TagClassName
{
border-color: #DB1707;
}
</style>