Shades of Free Speech Red #BF0800
Tints of Free Speech Red #BF0800
RGB
CMYK
RGB Variations
Color information
#BF0800 (or 0xBF0800) is known color: Free Speech Red. HEX triplet: BF, 08 and 00. RGB value is (191,8,0). Sum of RGB (Red+Green+Blue) = 191+8+0=199 (26% of max value = 765). Red value is 191 (75% from 255 or 95.98% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0800 is #40F7FF. Grayscale: #3E3E3E. Windows color (decimal): -4257792 or 2239. OLE color: 2239.
HSL color Cylindrical-coordinate representation of color #BF0800: hue angle of 2.51º 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 #BF0800 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.25 |
| HSL | 2.51º | 1% | 0.37% | - |
| HSV(B) | 2.51º | 1% | 0.75% | - |
| XYZ | 21.57 | 11.25 | 1.03 | - |
| YUV | 61.81 | 93.13 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 0 | 0 | 0.96 | 1 | 0.25 | 2.51 | 1 | 0.37 |
| Hex | BF | 8 | 0 | 0 | 60 | 64 | 19 | 3 | 64 | 25 |
| Octal | 277 | 10 | 0 | 0 | 140 | 144 | 31 | 3 | 144 | 45 |
| Binary | 10111111 | 1000 | 0 | 0 | 1100000 | 1100100 | 11001 | 11 | 1100100 | 100101 |
Color Harmonies of #BF0800
Complementary color
Monochromatic Colors of #BF0800
Black with #BF0800
Text Example
Text Example
White with #BF0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0800; }
p { color: rgb(191,8,0); }
H1.HeaderClassName
{
color: #BF0800;
}
.AnyTagClassName
{
color: #BF0800;
}
</style>
background-color css
<style>
a { background-color: #BF0800; }
a { background-color: rgb(191,8,0); }
div.DivClassName
{
background-color: #BF0800;
}
.BgClassName
{
background-color: #BF0800;
}
</style>
border-color css
<style>
span { border-color: #BF0800; }
span { border-color: rgb(191,8,0); }
td.TdClassName
{
border-color: #BF0800;
}
.TagClassName
{
border-color: #BF0800;
}
</style>