Shades of Free Speech Red #BF1102
Tints of Free Speech Red #BF1102
RGB
CMYK
RGB Variations
Color information
#BF1102 (or 0xBF1102) is known color: Free Speech Red. HEX triplet: BF, 11 and 02. RGB value is (191,17,2). Sum of RGB (Red+Green+Blue) = 191+17+2=210 (27% of max value = 765). Red value is 191 (75% from 255 or 90.95% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1102 is #40EEFD. Grayscale: #434343. Windows color (decimal): -4255486 or 135615. OLE color: 135615.
HSL color Cylindrical-coordinate representation of color #BF1102: hue angle of 4.76º degrees, saturation: 0.98, 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 #BF1102 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.25 |
| HSL | 4.76º | 0.98% | 0.38% | - |
| HSV(B) | 4.76º | 0.99% | 0.75% | - |
| XYZ | 21.7 | 11.48 | 1.13 | - |
| YUV | 67.32 | 91.15 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 2 | 0 | 0.91 | 0.99 | 0.25 | 4.76 | 0.98 | 0.38 |
| Hex | BF | 11 | 2 | 0 | 5B | 63 | 19 | 5 | 62 | 26 |
| Octal | 277 | 21 | 2 | 0 | 133 | 143 | 31 | 5 | 142 | 46 |
| Binary | 10111111 | 10001 | 10 | 0 | 1011011 | 1100011 | 11001 | 101 | 1100010 | 100110 |
Color Harmonies of #BF1102
Complementary color
Monochromatic Colors of #BF1102
Black with #BF1102
Text Example
Text Example
White with #BF1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1102; }
p { color: rgb(191,17,2); }
H1.HeaderClassName
{
color: #BF1102;
}
.AnyTagClassName
{
color: #BF1102;
}
</style>
background-color css
<style>
a { background-color: #BF1102; }
a { background-color: rgb(191,17,2); }
div.DivClassName
{
background-color: #BF1102;
}
.BgClassName
{
background-color: #BF1102;
}
</style>
border-color css
<style>
span { border-color: #BF1102; }
span { border-color: rgb(191,17,2); }
td.TdClassName
{
border-color: #BF1102;
}
.TagClassName
{
border-color: #BF1102;
}
</style>