Shades of Free Speech Red #BF0201
Tints of Free Speech Red #BF0201
RGB
CMYK
RGB Variations
Color information
#BF0201 (or 0xBF0201) is known color: Free Speech Red. HEX triplet: BF, 02 and 01. RGB value is (191,2,1). Sum of RGB (Red+Green+Blue) = 191+2+1=194 (25% of max value = 765). Red value is 191 (75% from 255 or 98.45% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0201 is #40FDFE. Grayscale: #3A3A3A. Windows color (decimal): -4259327 or 66239. OLE color: 66239.
HSL color Cylindrical-coordinate representation of color #BF0201: hue angle of 0.32º 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 #BF0201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.25 |
| HSL | 0.32º | 0.99% | 0.38% | - |
| HSV(B) | 0.32º | 0.99% | 0.75% | - |
| XYZ | 21.51 | 11.12 | 1.04 | - |
| YUV | 58.4 | 95.62 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 1 | 0 | 0.99 | 0.99 | 0.25 | 0.32 | 0.99 | 0.38 |
| Hex | BF | 2 | 1 | 0 | 63 | 63 | 19 | 0 | 63 | 26 |
| Octal | 277 | 2 | 1 | 0 | 143 | 143 | 31 | 0 | 143 | 46 |
| Binary | 10111111 | 10 | 1 | 0 | 1100011 | 1100011 | 11001 | 0 | 1100011 | 100110 |
Color Harmonies of #BF0201
Complementary color
Monochromatic Colors of #BF0201
Black with #BF0201
Text Example
Text Example
White with #BF0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0201; }
p { color: rgb(191,2,1); }
H1.HeaderClassName
{
color: #BF0201;
}
.AnyTagClassName
{
color: #BF0201;
}
</style>
background-color css
<style>
a { background-color: #BF0201; }
a { background-color: rgb(191,2,1); }
div.DivClassName
{
background-color: #BF0201;
}
.BgClassName
{
background-color: #BF0201;
}
</style>
border-color css
<style>
span { border-color: #BF0201; }
span { border-color: rgb(191,2,1); }
td.TdClassName
{
border-color: #BF0201;
}
.TagClassName
{
border-color: #BF0201;
}
</style>