Shades of Free Speech Red #BF0100
Tints of Free Speech Red #BF0100
RGB
CMYK
RGB Variations
Color information
#BF0100 (or 0xBF0100) is known color: Free Speech Red. HEX triplet: BF, 01 and 00. RGB value is (191,1,0). Sum of RGB (Red+Green+Blue) = 191+1+0=192 (25% of max value = 765). Red value is 191 (75% from 255 or 99.48% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0100 is #40FEFF. Grayscale: #393939. Windows color (decimal): -4259584 or 447. OLE color: 447.
HSL color Cylindrical-coordinate representation of color #BF0100: hue angle of 0.31º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.25 |
| HSL | 0.31º | 1% | 0.37% | - |
| HSV(B) | 0.31º | 1% | 0.75% | - |
| XYZ | 21.5 | 11.1 | 1.01 | - |
| YUV | 57.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 0 | 0 | 0.99 | 1 | 0.25 | 0.31 | 1 | 0.37 |
| Hex | BF | 1 | 0 | 0 | 63 | 64 | 19 | 0 | 64 | 25 |
| Octal | 277 | 1 | 0 | 0 | 143 | 144 | 31 | 0 | 144 | 45 |
| Binary | 10111111 | 1 | 0 | 0 | 1100011 | 1100100 | 11001 | 0 | 1100100 | 100101 |
Color Harmonies of #BF0100
Complementary color
Monochromatic Colors of #BF0100
Black with #BF0100
Text Example
Text Example
White with #BF0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0100; }
p { color: rgb(191,1,0); }
H1.HeaderClassName
{
color: #BF0100;
}
.AnyTagClassName
{
color: #BF0100;
}
</style>
background-color css
<style>
a { background-color: #BF0100; }
a { background-color: rgb(191,1,0); }
div.DivClassName
{
background-color: #BF0100;
}
.BgClassName
{
background-color: #BF0100;
}
</style>
border-color css
<style>
span { border-color: #BF0100; }
span { border-color: rgb(191,1,0); }
td.TdClassName
{
border-color: #BF0100;
}
.TagClassName
{
border-color: #BF0100;
}
</style>