Shades of Free Speech Red #BF0F01
Tints of Free Speech Red #BF0F01
RGB
CMYK
RGB Variations
Color information
#BF0F01 (or 0xBF0F01) is known color: Free Speech Red. HEX triplet: BF, 0F and 01. RGB value is (191,15,1). Sum of RGB (Red+Green+Blue) = 191+15+1=207 (27% of max value = 765). Red value is 191 (75% from 255 or 92.27% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0F01 is #40F0FE. Grayscale: #424242. Windows color (decimal): -4255999 or 69567. OLE color: 69567.
HSL color Cylindrical-coordinate representation of color #BF0F01: hue angle of 4.42º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0F01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.25 |
| HSL | 4.42º | 0.99% | 0.38% | - |
| HSV(B) | 4.42º | 0.99% | 0.75% | - |
| XYZ | 21.66 | 11.42 | 1.09 | - |
| YUV | 66.03 | 91.31 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 1 | 0 | 0.92 | 0.99 | 0.25 | 4.42 | 0.99 | 0.38 |
| Hex | BF | F | 1 | 0 | 5C | 63 | 19 | 4 | 63 | 26 |
| Octal | 277 | 17 | 1 | 0 | 134 | 143 | 31 | 4 | 143 | 46 |
| Binary | 10111111 | 1111 | 1 | 0 | 1011100 | 1100011 | 11001 | 100 | 1100011 | 100110 |
Color Harmonies of #BF0F01
Complementary color
Monochromatic Colors of #BF0F01
Black with #BF0F01
Text Example
Text Example
White with #BF0F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F01; }
p { color: rgb(191,15,1); }
H1.HeaderClassName
{
color: #BF0F01;
}
.AnyTagClassName
{
color: #BF0F01;
}
</style>
background-color css
<style>
a { background-color: #BF0F01; }
a { background-color: rgb(191,15,1); }
div.DivClassName
{
background-color: #BF0F01;
}
.BgClassName
{
background-color: #BF0F01;
}
</style>
border-color css
<style>
span { border-color: #BF0F01; }
span { border-color: rgb(191,15,1); }
td.TdClassName
{
border-color: #BF0F01;
}
.TagClassName
{
border-color: #BF0F01;
}
</style>