Shades of Free Speech Red #BF1311
Tints of Free Speech Red #BF1311
RGB
CMYK
RGB Variations
Color information
#BF1311 (or 0xBF1311) is known color: Free Speech Red. HEX triplet: BF, 13 and 11. RGB value is (191,19,17). Sum of RGB (Red+Green+Blue) = 191+19+17=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1311 is #40ECEE. Grayscale: #464646. Windows color (decimal): -4254959 or 1119167. OLE color: 1119167.
HSL color Cylindrical-coordinate representation of color #BF1311: hue angle of 0.69º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1311 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 17 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.25 |
| HSL | 0.69º | 0.84% | 0.41% | - |
| HSV(B) | 0.69º | 0.91% | 0.75% | - |
| XYZ | 21.82 | 11.58 | 1.62 | - |
| YUV | 70.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 17 | 0 | 0.90 | 0.91 | 0.25 | 0.69 | 0.84 | 0.41 |
| Hex | BF | 13 | 11 | 0 | 5A | 5B | 19 | 1 | 54 | 29 |
| Octal | 277 | 23 | 21 | 0 | 132 | 133 | 31 | 1 | 124 | 51 |
| Binary | 10111111 | 10011 | 10001 | 0 | 1011010 | 1011011 | 11001 | 1 | 1010100 | 101001 |
Color Harmonies of #BF1311
Complementary color
Monochromatic Colors of #BF1311
Black with #BF1311
Text Example
Text Example
White with #BF1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1311; }
p { color: rgb(191,19,17); }
H1.HeaderClassName
{
color: #BF1311;
}
.AnyTagClassName
{
color: #BF1311;
}
</style>
background-color css
<style>
a { background-color: #BF1311; }
a { background-color: rgb(191,19,17); }
div.DivClassName
{
background-color: #BF1311;
}
.BgClassName
{
background-color: #BF1311;
}
</style>
border-color css
<style>
span { border-color: #BF1311; }
span { border-color: rgb(191,19,17); }
td.TdClassName
{
border-color: #BF1311;
}
.TagClassName
{
border-color: #BF1311;
}
</style>