Shades of Free Speech Red #BF0900
Tints of Free Speech Red #BF0900
RGB
CMYK
RGB Variations
Color information
#BF0900 (or 0xBF0900) is known color: Free Speech Red. HEX triplet: BF, 09 and 00. RGB value is (191,9,0). Sum of RGB (Red+Green+Blue) = 191+9+0=200 (26% of max value = 765). Red value is 191 (75% from 255 or 95.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0900 is #40F6FF. Grayscale: #3E3E3E. Windows color (decimal): -4257536 or 2495. OLE color: 2495.
HSL color Cylindrical-coordinate representation of color #BF0900: hue angle of 2.83º 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 #BF0900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.25 |
| HSL | 2.83º | 1% | 0.37% | - |
| HSV(B) | 2.83º | 1% | 0.75% | - |
| XYZ | 21.58 | 11.27 | 1.04 | - |
| YUV | 62.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 0 | 0 | 0.95 | 1 | 0.25 | 2.83 | 1 | 0.37 |
| Hex | BF | 9 | 0 | 0 | 5F | 64 | 19 | 3 | 64 | 25 |
| Octal | 277 | 11 | 0 | 0 | 137 | 144 | 31 | 3 | 144 | 45 |
| Binary | 10111111 | 1001 | 0 | 0 | 1011111 | 1100100 | 11001 | 11 | 1100100 | 100101 |
Color Harmonies of #BF0900
Complementary color
Monochromatic Colors of #BF0900
Black with #BF0900
Text Example
Text Example
White with #BF0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0900; }
p { color: rgb(191,9,0); }
H1.HeaderClassName
{
color: #BF0900;
}
.AnyTagClassName
{
color: #BF0900;
}
</style>
background-color css
<style>
a { background-color: #BF0900; }
a { background-color: rgb(191,9,0); }
div.DivClassName
{
background-color: #BF0900;
}
.BgClassName
{
background-color: #BF0900;
}
</style>
border-color css
<style>
span { border-color: #BF0900; }
span { border-color: rgb(191,9,0); }
td.TdClassName
{
border-color: #BF0900;
}
.TagClassName
{
border-color: #BF0900;
}
</style>