Shades of Free Speech Red #BF0000
Tints of Free Speech Red #BF0000
RGB
CMYK
RGB Variations
Color information
#BF0000 (or 0xBF0000) is known color: Free Speech Red. HEX triplet: BF, 00 and 00. RGB value is (191,0,0). Sum of RGB (Red+Green+Blue) = 191+0+0=191 (25% of max value = 765). Red value is 191 (75% from 255 or 100% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0000 is #40FFFF. Grayscale: #393939. Windows color (decimal): -4259840 or 191. OLE color: 191.
HSL color Cylindrical-coordinate representation of color #BF0000: hue angle of 0º 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 #BF0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 0 | 0 | - |
CMYK | 0 | 1 | 1 | 0.25 |
HSL | 0º | 1% | 0.37% | - |
HSV(B) | 0º | 1% | 0.75% | - |
XYZ | 21.49 | 11.08 | 1.01 | - |
YUV | 57.11 | 95.78 | 223.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 0 | 0 | 0 | 1 | 1 | 0.25 | 0 | 1 | 0.37 |
Hex | BF | 0 | 0 | 0 | 64 | 64 | 19 | 0 | 64 | 25 |
Octal | 277 | 0 | 0 | 0 | 144 | 144 | 31 | 0 | 144 | 45 |
Binary | 10111111 | 0 | 0 | 0 | 1100100 | 1100100 | 11001 | 0 | 1100100 | 100101 |
Color Harmonies of #BF0000
Complementary color
Monochromatic Colors of #BF0000
Black with #BF0000
Text Example
Text Example
White with #BF0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0000; }
p { color: rgb(191,0,0); }
H1.HeaderClassName
{
color: #BF0000;
}
.AnyTagClassName
{
color: #BF0000;
}
</style>
background-color css
<style>
a { background-color: #BF0000; }
a { background-color: rgb(191,0,0); }
div.DivClassName
{
background-color: #BF0000;
}
.BgClassName
{
background-color: #BF0000;
}
</style>
border-color css
<style>
span { border-color: #BF0000; }
span { border-color: rgb(191,0,0); }
td.TdClassName
{
border-color: #BF0000;
}
.TagClassName
{
border-color: #BF0000;
}
</style>