Shades of Free Speech Red #BF0701
Tints of Free Speech Red #BF0701
RGB
CMYK
RGB Variations
Color information
#BF0701 (or 0xBF0701) is known color: Free Speech Red. HEX triplet: BF, 07 and 01. RGB value is (191,7,1). Sum of RGB (Red+Green+Blue) = 191+7+1=199 (26% of max value = 765). Red value is 191 (75% from 255 or 95.98% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0701 is #40F8FE. Grayscale: #3D3D3D. Windows color (decimal): -4258047 or 67519. OLE color: 67519.
HSL color Cylindrical-coordinate representation of color #BF0701: hue angle of 1.89º 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 #BF0701 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.25 |
| HSL | 1.89º | 0.99% | 0.38% | - |
| HSV(B) | 1.89º | 0.99% | 0.75% | - |
| XYZ | 21.57 | 11.23 | 1.06 | - |
| YUV | 61.33 | 93.96 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 1 | 0 | 0.96 | 0.99 | 0.25 | 1.89 | 0.99 | 0.38 |
| Hex | BF | 7 | 1 | 0 | 60 | 63 | 19 | 2 | 63 | 26 |
| Octal | 277 | 7 | 1 | 0 | 140 | 143 | 31 | 2 | 143 | 46 |
| Binary | 10111111 | 111 | 1 | 0 | 1100000 | 1100011 | 11001 | 10 | 1100011 | 100110 |
Color Harmonies of #BF0701
Complementary color
Monochromatic Colors of #BF0701
Black with #BF0701
Text Example
Text Example
White with #BF0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0701; }
p { color: rgb(191,7,1); }
H1.HeaderClassName
{
color: #BF0701;
}
.AnyTagClassName
{
color: #BF0701;
}
</style>
background-color css
<style>
a { background-color: #BF0701; }
a { background-color: rgb(191,7,1); }
div.DivClassName
{
background-color: #BF0701;
}
.BgClassName
{
background-color: #BF0701;
}
</style>
border-color css
<style>
span { border-color: #BF0701; }
span { border-color: rgb(191,7,1); }
td.TdClassName
{
border-color: #BF0701;
}
.TagClassName
{
border-color: #BF0701;
}
</style>