Shades of Free Speech Red #BF1901
Tints of Free Speech Red #BF1901
RGB
CMYK
RGB Variations
Color information
#BF1901 (or 0xBF1901) is known color: Free Speech Red. HEX triplet: BF, 19 and 01. RGB value is (191,25,1). Sum of RGB (Red+Green+Blue) = 191+25+1=217 (28% of max value = 765). Red value is 191 (75% from 255 or 88.02% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1901 is #40E6FE. Grayscale: #484848. Windows color (decimal): -4253439 or 72127. OLE color: 72127.
HSL color Cylindrical-coordinate representation of color #BF1901: hue angle of 7.58º 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 #BF1901 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.25 |
| HSL | 7.58º | 0.99% | 0.38% | - |
| HSV(B) | 7.58º | 0.99% | 0.75% | - |
| XYZ | 21.84 | 11.77 | 1.15 | - |
| YUV | 71.9 | 88 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 1 | 0 | 0.87 | 0.99 | 0.25 | 7.58 | 0.99 | 0.38 |
| Hex | BF | 19 | 1 | 0 | 57 | 63 | 19 | 8 | 63 | 26 |
| Octal | 277 | 31 | 1 | 0 | 127 | 143 | 31 | 10 | 143 | 46 |
| Binary | 10111111 | 11001 | 1 | 0 | 1010111 | 1100011 | 11001 | 1000 | 1100011 | 100110 |
Color Harmonies of #BF1901
Complementary color
Monochromatic Colors of #BF1901
Black with #BF1901
Text Example
Text Example
White with #BF1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1901; }
p { color: rgb(191,25,1); }
H1.HeaderClassName
{
color: #BF1901;
}
.AnyTagClassName
{
color: #BF1901;
}
</style>
background-color css
<style>
a { background-color: #BF1901; }
a { background-color: rgb(191,25,1); }
div.DivClassName
{
background-color: #BF1901;
}
.BgClassName
{
background-color: #BF1901;
}
</style>
border-color css
<style>
span { border-color: #BF1901; }
span { border-color: rgb(191,25,1); }
td.TdClassName
{
border-color: #BF1901;
}
.TagClassName
{
border-color: #BF1901;
}
</style>