Shades of Free Speech Red #B11700
Tints of Free Speech Red #B11700
RGB
CMYK
RGB Variations
Color information
#B11700 (or 0xB11700) is known color: Free Speech Red. HEX triplet: B1, 17 and 00. RGB value is (177,23,0). Sum of RGB (Red+Green+Blue) = 177+23+0=200 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 177 - color contains mainly: red. Hex color #B11700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11700 is #4EE8FF. Grayscale: #424242. Windows color (decimal): -5171456 or 6065. OLE color: 6065.
HSL color Cylindrical-coordinate representation of color #B11700: hue angle of 7.8º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B11700 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.31 |
| HSL | 7.8º | 1% | 0.35% | - |
| HSV(B) | 7.8º | 1% | 0.69% | - |
| XYZ | 18.44 | 9.96 | 0.95 | - |
| YUV | 66.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 0 | 0 | 0.87 | 1 | 0.31 | 7.8 | 1 | 0.35 |
| Hex | B1 | 17 | 0 | 0 | 57 | 64 | 1F | 8 | 64 | 23 |
| Octal | 261 | 27 | 0 | 0 | 127 | 144 | 37 | 10 | 144 | 43 |
| Binary | 10110001 | 10111 | 0 | 0 | 1010111 | 1100100 | 11111 | 1000 | 1100100 | 100011 |
Color Harmonies of #B11700
Complementary color
Monochromatic Colors of #B11700
Black with #B11700
Text Example
Text Example
White with #B11700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11700; }
p { color: rgb(177,23,0); }
H1.HeaderClassName
{
color: #B11700;
}
.AnyTagClassName
{
color: #B11700;
}
</style>
background-color css
<style>
a { background-color: #B11700; }
a { background-color: rgb(177,23,0); }
div.DivClassName
{
background-color: #B11700;
}
.BgClassName
{
background-color: #B11700;
}
</style>
border-color css
<style>
span { border-color: #B11700; }
span { border-color: rgb(177,23,0); }
td.TdClassName
{
border-color: #B11700;
}
.TagClassName
{
border-color: #B11700;
}
</style>