Shades of Free Speech Red #BF1211
Tints of Free Speech Red #BF1211
RGB
CMYK
RGB Variations
Color information
#BF1211 (or 0xBF1211) is known color: Free Speech Red. HEX triplet: BF, 12 and 11. RGB value is (191,18,17). Sum of RGB (Red+Green+Blue) = 191+18+17=226 (29% of max value = 765). Red value is 191 (75% from 255 or 84.51% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1211 is #40EDEE. Grayscale: #454545. Windows color (decimal): -4255215 or 1118911. OLE color: 1118911.
HSL color Cylindrical-coordinate representation of color #BF1211: hue angle of 0.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1211 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 17 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.25 |
| HSL | 0.34º | 0.84% | 0.41% | - |
| HSV(B) | 0.34º | 0.91% | 0.75% | - |
| XYZ | 21.8 | 11.55 | 1.61 | - |
| YUV | 69.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 17 | 0 | 0.91 | 0.91 | 0.25 | 0.34 | 0.84 | 0.41 |
| Hex | BF | 12 | 11 | 0 | 5B | 5B | 19 | 0 | 54 | 29 |
| Octal | 277 | 22 | 21 | 0 | 133 | 133 | 31 | 0 | 124 | 51 |
| Binary | 10111111 | 10010 | 10001 | 0 | 1011011 | 1011011 | 11001 | 0 | 1010100 | 101001 |
Color Harmonies of #BF1211
Complementary color
Monochromatic Colors of #BF1211
Black with #BF1211
Text Example
Text Example
White with #BF1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1211; }
p { color: rgb(191,18,17); }
H1.HeaderClassName
{
color: #BF1211;
}
.AnyTagClassName
{
color: #BF1211;
}
</style>
background-color css
<style>
a { background-color: #BF1211; }
a { background-color: rgb(191,18,17); }
div.DivClassName
{
background-color: #BF1211;
}
.BgClassName
{
background-color: #BF1211;
}
</style>
border-color css
<style>
span { border-color: #BF1211; }
span { border-color: rgb(191,18,17); }
td.TdClassName
{
border-color: #BF1211;
}
.TagClassName
{
border-color: #BF1211;
}
</style>