Shades of Free Speech Red #BF1103
Tints of Free Speech Red #BF1103
RGB
CMYK
RGB Variations
Color information
#BF1103 (or 0xBF1103) is known color: Free Speech Red. HEX triplet: BF, 11 and 03. RGB value is (191,17,3). Sum of RGB (Red+Green+Blue) = 191+17+3=211 (27% of max value = 765). Red value is 191 (75% from 255 or 90.52% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1103 is #40EEFC. Grayscale: #434343. Windows color (decimal): -4255485 or 201151. OLE color: 201151.
HSL color Cylindrical-coordinate representation of color #BF1103: hue angle of 4.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF1103 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.25 |
| HSL | 4.47º | 0.97% | 0.38% | - |
| HSV(B) | 4.47º | 0.98% | 0.75% | - |
| XYZ | 21.7 | 11.48 | 1.16 | - |
| YUV | 67.43 | 91.65 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 3 | 0 | 0.91 | 0.98 | 0.25 | 4.47 | 0.97 | 0.38 |
| Hex | BF | 11 | 3 | 0 | 5B | 62 | 19 | 4 | 61 | 26 |
| Octal | 277 | 21 | 3 | 0 | 133 | 142 | 31 | 4 | 141 | 46 |
| Binary | 10111111 | 10001 | 11 | 0 | 1011011 | 1100010 | 11001 | 100 | 1100001 | 100110 |
Color Harmonies of #BF1103
Complementary color
Monochromatic Colors of #BF1103
Black with #BF1103
Text Example
Text Example
White with #BF1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1103; }
p { color: rgb(191,17,3); }
H1.HeaderClassName
{
color: #BF1103;
}
.AnyTagClassName
{
color: #BF1103;
}
</style>
background-color css
<style>
a { background-color: #BF1103; }
a { background-color: rgb(191,17,3); }
div.DivClassName
{
background-color: #BF1103;
}
.BgClassName
{
background-color: #BF1103;
}
</style>
border-color css
<style>
span { border-color: #BF1103; }
span { border-color: rgb(191,17,3); }
td.TdClassName
{
border-color: #BF1103;
}
.TagClassName
{
border-color: #BF1103;
}
</style>