Shades of Free Speech Red #BF100E
Tints of Free Speech Red #BF100E
RGB
CMYK
RGB Variations
Color information
#BF100E (or 0xBF100E) is known color: Free Speech Red. HEX triplet: BF, 10 and 0E. RGB value is (191,16,14). Sum of RGB (Red+Green+Blue) = 191+16+14=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF100E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF100E is #40EFF1. Grayscale: #444444. Windows color (decimal): -4255730 or 921791. OLE color: 921791.
HSL color Cylindrical-coordinate representation of color #BF100E: hue angle of 0.68º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF100E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 14 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.25 |
| HSL | 0.68º | 0.86% | 0.4% | - |
| HSV(B) | 0.68º | 0.93% | 0.75% | - |
| XYZ | 21.75 | 11.48 | 1.48 | - |
| YUV | 68.1 | 97.48 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 14 | 0 | 0.92 | 0.93 | 0.25 | 0.68 | 0.86 | 0.4 |
| Hex | BF | 10 | E | 0 | 5C | 5D | 19 | 1 | 56 | 28 |
| Octal | 277 | 20 | 16 | 0 | 134 | 135 | 31 | 1 | 126 | 50 |
| Binary | 10111111 | 10000 | 1110 | 0 | 1011100 | 1011101 | 11001 | 1 | 1010110 | 101000 |
Color Harmonies of #BF100E
Complementary color
Monochromatic Colors of #BF100E
Black with #BF100E
Text Example
Text Example
White with #BF100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF100E; }
p { color: rgb(191,16,14); }
H1.HeaderClassName
{
color: #BF100E;
}
.AnyTagClassName
{
color: #BF100E;
}
</style>
background-color css
<style>
a { background-color: #BF100E; }
a { background-color: rgb(191,16,14); }
div.DivClassName
{
background-color: #BF100E;
}
.BgClassName
{
background-color: #BF100E;
}
</style>
border-color css
<style>
span { border-color: #BF100E; }
span { border-color: rgb(191,16,14); }
td.TdClassName
{
border-color: #BF100E;
}
.TagClassName
{
border-color: #BF100E;
}
</style>