Shades of Free Speech Red #B1110D
Tints of Free Speech Red #B1110D
RGB
CMYK
RGB Variations
Color information
#B1110D (or 0xB1110D) is known color: Free Speech Red. HEX triplet: B1, 11 and 0D. RGB value is (177,17,13). Sum of RGB (Red+Green+Blue) = 177+17+13=207 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.51% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 177 - color contains mainly: red. Hex color #B1110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1110D is #4EEEF2. Grayscale: #404040. Windows color (decimal): -5172979 or 856497. OLE color: 856497.
HSL color Cylindrical-coordinate representation of color #B1110D: hue angle of 1.46º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1110D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 13 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.31 |
| HSL | 1.46º | 0.86% | 0.37% | - |
| HSV(B) | 1.46º | 0.93% | 0.69% | - |
| XYZ | 18.4 | 9.78 | 1.3 | - |
| YUV | 64.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 13 | 0 | 0.90 | 0.93 | 0.31 | 1.46 | 0.86 | 0.37 |
| Hex | B1 | 11 | D | 0 | 5A | 5D | 1F | 1 | 56 | 25 |
| Octal | 261 | 21 | 15 | 0 | 132 | 135 | 37 | 1 | 126 | 45 |
| Binary | 10110001 | 10001 | 1101 | 0 | 1011010 | 1011101 | 11111 | 1 | 1010110 | 100101 |
Color Harmonies of #B1110D
Complementary color
Monochromatic Colors of #B1110D
Black with #B1110D
Text Example
Text Example
White with #B1110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1110D; }
p { color: rgb(177,17,13); }
H1.HeaderClassName
{
color: #B1110D;
}
.AnyTagClassName
{
color: #B1110D;
}
</style>
background-color css
<style>
a { background-color: #B1110D; }
a { background-color: rgb(177,17,13); }
div.DivClassName
{
background-color: #B1110D;
}
.BgClassName
{
background-color: #B1110D;
}
</style>
border-color css
<style>
span { border-color: #B1110D; }
span { border-color: rgb(177,17,13); }
td.TdClassName
{
border-color: #B1110D;
}
.TagClassName
{
border-color: #B1110D;
}
</style>